Home
last modified time | relevance | path

Searched refs:descriptorSetLayoutOut (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h139 vk::BindingPointer<vk::DescriptorSetLayout> *descriptorSetLayoutOut);
Dvk_cache_utils.cpp2026 vk::BindingPointer<vk::DescriptorSetLayout> *descriptorSetLayoutOut) in getDescriptorSetLayout() argument
2032 descriptorSetLayoutOut->set(&layout); in getDescriptorSetLayout()
2052 descriptorSetLayoutOut->set(&insertedLayout); in getDescriptorSetLayout()
DRendererVk.cpp1824 vk::BindingPointer<vk::DescriptorSetLayout> *descriptorSetLayoutOut) in getDescriptorSetLayout() argument
1827 return mDescriptorSetLayoutCache.getDescriptorSetLayout(context, desc, descriptorSetLayoutOut); in getDescriptorSetLayout()
Dvk_cache_utils.h989 vk::BindingPointer<vk::DescriptorSetLayout> *descriptorSetLayoutOut);