Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h292 vk::DescriptorSetLayoutPointerArray mDescriptorSetLayouts;
DUtilsVk.h546 angle::PackedEnumMap<Function, vk::DescriptorSetLayoutPointerArray> mDescriptorSetLayouts;
Dvk_cache_utils.h795 using DescriptorSetLayoutPointerArray = DescriptorSetArray<BindingPointer<DescriptorSetLayout>>; variable
1620 const vk::DescriptorSetLayoutPointerArray &descriptorSetLayouts,
Dvk_cache_utils.cpp3675 const vk::DescriptorSetLayoutPointerArray &descriptorSetLayouts, in getPipelineLayout()