Searched refs:compSetLayout (Results 1 – 3 of 3) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/ |
| D | vktDGCComputeSmokeTests.cpp | 225 Move<VkDescriptorSetLayout> compSetLayout; in iterate() local 229 compSetLayout = setLayoutBuilder.build(ctx.vkd, ctx.device); in iterate() 246 const auto compPipelineLayout = makePipelineLayout(ctx.vkd, ctx.device, *compSetLayout); in iterate() 395 … compDescriptorSet = makeDescriptorSet(ctx.vkd, ctx.device, *compDescriptorPool, *compSetLayout); in iterate()
|
| D | vktDGCComputeSmokeTestsExt.cpp | 222 Move<VkDescriptorSetLayout> compSetLayout; in iterate() local 226 compSetLayout = setLayoutBuilder.build(ctx.vkd, ctx.device); in iterate() 243 const auto compPipelineLayout = makePipelineLayout(ctx.vkd, ctx.device, *compSetLayout); in iterate() 415 … compDescriptorSet = makeDescriptorSet(ctx.vkd, ctx.device, *compDescriptorPool, *compSetLayout); in iterate()
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleTests.cpp | 6663 Move<VkDescriptorSetLayout> compSetLayout; in iterate() local 6674 compSetLayout = layoutBuilder.build(ctx.vkd, ctx.device); in iterate() 6678 … const auto compDescSet = makeDescriptorSet(ctx.vkd, ctx.device, *descriptorPool, *compSetLayout); in iterate() 6720 const auto computePipelineLayout = makePipelineLayout(ctx.vkd, ctx.device, *compSetLayout); in iterate()
|