Searched refs:descSetLayout (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkDescriptorSetManager.cpp | 74 VkDescriptorSetLayout* descSetLayout, in get_layout_and_desc_count() argument 119 descSetLayout)); in get_layout_and_desc_count() 149 descSetLayout)); in get_layout_and_desc_count() 183 nullptr, descSetLayout)); in get_layout_and_desc_count() 205 VkDescriptorSetLayout descSetLayout; in Create() local 207 if (!get_layout_and_desc_count(gpu, type, visibilities, immutableSamplers, &descSetLayout, in Create() 211 return new GrVkDescriptorSetManager(gpu, type, descSetLayout, descCountPerSet, visibilities, in Create() 216 GrVkGpu* gpu, VkDescriptorType type, VkDescriptorSetLayout descSetLayout, in GrVkDescriptorSetManager() argument 219 : fPoolManager(descSetLayout, type, descCountPerSet) { in GrVkDescriptorSetManager()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | SparseBindingTest.cpp | 312 VkDescriptorSetLayout descSetLayout = nullptr; in ValidateContent() local 313 …TEST( vkCreateDescriptorSetLayout(g_hDevice, &descSetLayoutCreateInfo, nullptr, &descSetLayout) ==… in ValidateContent() 317 pipelineLayoutCreateInfo.pSetLayouts = &descSetLayout; in ValidateContent() 359 descSetAllocInfo.pSetLayouts = &descSetLayout; in ValidateContent() 429 vkDestroyDescriptorSetLayout(g_hDevice, descSetLayout, nullptr); in ValidateContent()
|
/external/deqp/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()
|