Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h648 angle::PackedEnumMap<Function, vk::DescriptorSetLayoutPointerArray> mDescriptorSetLayouts;
652 std::unordered_map<vk::SamplerDesc, vk::DescriptorSetLayoutPointerArray>
DProgramExecutableVk.h400 vk::DescriptorSetLayoutPointerArray mDescriptorSetLayouts;
Dvk_cache_utils.h1000 using DescriptorSetLayoutPointerArray = DescriptorSetArray<BindingPointer<DescriptorSetLayout>>; variable
2479 const vk::DescriptorSetLayoutPointerArray &descriptorSetLayouts,
Dvk_cache_utils.cpp7110 const vk::DescriptorSetLayoutPointerArray &descriptorSetLayouts, in getPipelineLayout()