Home
last modified time | relevance | path

Searched defs:vertexModule (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/operation/command_buffer/render/
H A Dstoreop.spec.ts22 const vertexModule = t.makeShaderModule('vertex', { constant
H A Drendering.spec.ts21 const vertexModule = t.makeShaderModule('vertex', { constant
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webgpu-cts/src/src/suites/cts/command_buffer/render/
H A Dstoreop.spec.ts18 const vertexModule = t.createShaderModule({ constant
H A Drendering.spec.ts22 const vertexModule = t.createShaderModule({ constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/operation/render_pipeline/
H A Dculling_tests.spec.ts99 const vertexModule = t.makeShaderModule('vertex', { constant
H A Dprimitive_topology.spec.ts246 const vertexModule = this.makeShaderModule('vertex', { constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/operation/render_pass/
H A Dresolve.spec.ts42 const vertexModule = t.makeShaderModule('vertex', { constant
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webgpu-cts/src/src/suites/cts/validation/
H A Drender_pass.spec.ts19 const vertexModule = this.createShaderModule({ constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/
H A Drender_pass.spec.ts18 const vertexModule = this.makeShaderModule('vertex', { constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/encoding/cmds/
H A Dindex_access.spec.ts26 const vertexModule = this.makeShaderModule('vertex', { constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp261 const VkShaderModule vertexModule, in makeGraphicsPipeline()
489 …Move<VkShaderModule> vertexModule = createShaderModule (vk, device, context.getBinaryCollecti… in testStencilExportReplace() local
H A DvktPipelineFramebufferAttachmentTests.cpp193 const VkShaderModule vertexModule, in makeGraphicsPipeline()
417 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryCollec… in test() local
784 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCol… in testNoAtt() local
1056 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryCollec… in testDifferentAttachmentSizes() local
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp525 const VkShaderModule vertexModule, in makeGraphicsPipeline()
652 const VkShaderModule vertexModule, in makeGraphicsPipelineSinglePassColor()
1461 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColle… in drawSinglePass() local
2123 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in drawPatternChangeReference() local
2245 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in drawRenderPasses() local
2657 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in drawSubpasses() local
2835 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in drawSameSubpass() local
H A DvktPipelineRenderToImageTests.cpp236 const VkShaderModule vertexModule, in makeGraphicsPipeline()
982 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColl… in testWithSizeReduction() local
1285 const VkShaderModule vertexModule, in drawToMipLevel()
1410 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColle… in testRenderToMipMaps() local
H A DvktPipelineMultisampleImageTests.cpp92 const VkShaderModule vertexModule, in makeGraphicsPipelines()
783 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColl… in renderMultisampledImage() local
985 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColle… in test() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp91 const VkShaderModule vertexModule, in makeGraphicsPipeline()
168 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryColl… in draw() local
H A DvktGeometryLayeredRenderingTests.cpp296 const VkShaderModule vertexModule, in makeGraphicsPipeline()
1248 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCol… in test() local
1342 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, context.getBinaryCol… in testLayeredReadBack() local
1607 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, context.getBinaryColle… in testSecondaryCmdBuffer() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DCopyTextureForBrowserHelper.cpp119 ShaderModuleBase* vertexModule = store->copyTextureForBrowserVS.Get(); in GetOrCreateCopyTextureForBrowserPipeline() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp97 const VkShaderModule vertexModule, in makeGraphicsPipeline()
411 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryColl… in iterate() local
H A DvktFragmentOperationsScissorMultiViewportTests.cpp100 const VkShaderModule vertexModule, in makeGraphicsPipeline()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp43 const VkShaderModule vertexModule, in makeGraphicsPipeline()
708 …Move<VkShaderModule> vertexModule = createShaderModule(deviceInterface, getDevice(), m_context.get… in recordCommands() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/shader/execution/
H A Drobust_access_vertex.spec.ts359 const vertexModule = t.makeShaderModule('vertex', { constant
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DDepthBiasTests.cpp59 wgpu::ShaderModule vertexModule = in RunDepthBiasTest() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp148 const VkShaderModule vertexModule, in makeGraphicsPipeline()
551 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getBi… in iterate() local
624 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getB… in iterate() local
864 …const Move<VkShaderModule> vertexModule(createShaderModule(vk, device, m_context.getBinaryCollect… in iterate() local
1037 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getBi… in iterate() local
1178 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getBi… in iterate() local
1567 …const Unique<VkShaderModule> vertexModule (createShaderModule (vk, device, m_context.getBin… in iterate() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawDepthClampTests.cpp279 …const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBina… in DepthClampTestInstance() local

12