Home
last modified time | relevance | path

Searched refs:computeModule (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DOverridableConstantsValidationTests.cpp22 computeModule = utils::CreateShaderModule(device, R"( in SetUpShadersWithDefaultValueConstants()
52 computeModule = utils::CreateShaderModule(device, R"( in SetUpShadersWithUninitializedConstants()
83 csDesc.compute.module = computeModule; in TestCreatePipeline()
90 wgpu::ShaderModule computeModule; member in ComputePipelineOverridableConstantsValidationTest
DComputeValidationTests.cpp27 wgpu::ShaderModule computeModule = utils::CreateShaderModule(device, R"( in SetUp() local
36 csDesc.compute.module = computeModule; in SetUp()
DComputeIndirectValidationTests.cpp25 wgpu::ShaderModule computeModule = utils::CreateShaderModule(device, R"( in SetUp() local
34 csDesc.compute.module = computeModule; in SetUp()
DLabelTests.cpp546 wgpu::ShaderModule computeModule = utils::CreateShaderModule(device, R"( in TEST_F() local
552 descriptor.compute.module = computeModule; in TEST_F()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DComputeIndirectValidationTests.cpp25 dawn::ShaderModule computeModule = in SetUp() local
39 computeStage.module = computeModule; in SetUp()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DComputePipelineMTL.mm26 const ShaderModule* computeModule = ToBackend(descriptor->computeStage->module);
28 ShaderModule::MetalFunctionData computeData = computeModule->GetFunction(
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp953 Move<VkShaderModule> computeModule; member
965 Move<VkShaderModule> computeModule; member
982 Move<VkShaderModule> computeModule; member
1172 …m_uStore.computeModule = createShaderModule(m_vk, m_device, context.getBinaryCollection().get("u… in uploadStore()
1173 … = makeComputePipeline(m_vk, m_device, *m_uStore.pipelineLayout, *m_uStore.computeModule, DE_NULL); in uploadStore()
1425 …m_dTex.computeModule = createShaderModule(m_vk, m_device, context.getBinaryCollection().get("do… in downloadTexture()
1426 …e = makeComputePipeline(m_vk, m_device, *m_dTex.pipelineLayout, *m_dTex.computeModule, DE_NULL); in downloadTexture()
1505 …m_dLoad.computeModule = createShaderModule(m_vk, m_device, context.getBinaryCollection().get("d… in downloadLoad()
1506 … = makeComputePipeline(m_vk, m_device, *m_dLoad.pipelineLayout, *m_dLoad.computeModule, DE_NULL); in downloadLoad()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMarkerTests.cpp559 Move<VkShaderModule> computeModule; in bufferMarkerMemoryDep() local
786 computeModule = createShaderModule(vk, device, context.getBinaryCollection().get("comp"), 0u); in bufferMarkerMemoryDep()
794 computeModule.get(), // VkShaderModule module; in bufferMarkerMemoryDep()
DvktApiCommandBuffersTests.cpp2049 …const Unique<VkShaderModule> computeModule(createShaderModule(vk, vkDevice, context.getBinaryCol… in simultaneousUseSecondaryBufferOnePrimaryBufferTest() local
2057 *computeModule, // shader in simultaneousUseSecondaryBufferOnePrimaryBufferTest()
2164 …const Unique<VkShaderModule> computeModule (createShaderModule(vkd, device, context.getBinaryCo… in badInheritanceInfoTest() local
2172 *computeModule, // shader in badInheritanceInfoTest()
2404 …const Unique<VkShaderModule> computeModule(createShaderModule(vk, vkDevice, context.getBinaryCol… in simultaneousUseSecondaryBufferTwoPrimaryBuffersTest() local
2412 *computeModule, // shader in simultaneousUseSecondaryBufferTwoPrimaryBuffersTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp882 …const Unique<VkShaderModule> computeModule (createShaderModule(vk, device, context.getBinaryCo… in ssboUnsizedArrayLengthTest() local
890 *computeModule, // shader in ssboUnsizedArrayLengthTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2095 …const vk::Unique<vk::VkShaderModule> computeModule (vk::createShaderModule(vki, device, programC… in createPipeline() local
2102 *computeModule, // shader in createPipeline()