Searched refs:descSetLayout (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 68 VkDescriptorSetLayout* descSetLayout, in get_layout_and_desc_count() argument 113 descSetLayout)); in get_layout_and_desc_count() 143 descSetLayout)); in get_layout_and_desc_count() 177 nullptr, descSetLayout)); in get_layout_and_desc_count() 199 VkDescriptorSetLayout descSetLayout; in Create() local 201 if (!get_layout_and_desc_count(gpu, type, visibilities, immutableSamplers, &descSetLayout, in Create() 205 return new GrVkDescriptorSetManager(gpu, type, descSetLayout, descCountPerSet, visibilities, in Create() 210 GrVkGpu* gpu, VkDescriptorType type, VkDescriptorSetLayout descSetLayout, in GrVkDescriptorSetManager() argument 213 : fPoolManager(descSetLayout, type, descCountPerSet) { in GrVkDescriptorSetManager()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp | 64 const vk::VkDescriptorSetLayout* descSetLayout);
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 112 …createMSPassDescSet(const ImageMSParams& imageMSParams, const VkDescriptorSetLayout* descSetLayout) in createMSPassDescSet() argument 115 DE_UNREF(descSetLayout); in createMSPassDescSet()
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 604 const VkDescriptorSetLayout* descSetLayout); 662 …reateMSPassDescSet (const ImageMSParams& imageMSParams, const VkDescriptorSetLayout* descSetLayout) in createMSPassDescSet() argument 676 m_descriptorSet = makeDescriptorSet(deviceInterface, device, *m_descriptorPool, *descSetLayout); in createMSPassDescSet()
|