Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCLKernelVk.h100 vk::DescriptorSetLayoutPointerArray &getDescriptorSetLayouts() { return mDescriptorSetLayouts; } in getDescriptorSetLayouts()
162 vk::DescriptorSetLayoutPointerArray mDescriptorSetLayouts{};
DUtilsVk.h707 angle::PackedEnumMap<Function, vk::DescriptorSetLayoutPointerArray> mDescriptorSetLayouts;
711 std::unordered_map<vk::SamplerDesc, vk::DescriptorSetLayoutPointerArray>
DProgramExecutableVk.h528 vk::DescriptorSetLayoutPointerArray mDescriptorSetLayouts;
Dvk_cache_utils.h1266 using DescriptorSetLayoutPointerArray = DescriptorSetArray<DescriptorSetLayoutPtr>; variable
2839 const vk::DescriptorSetLayoutPointerArray &descriptorSetLayouts,
Dvk_cache_utils.cpp8435 const vk::DescriptorSetLayoutPointerArray &descriptorSetLayouts, in getPipelineLayout()