Home
last modified time | relevance | path

Searched refs:PushConstantRangeArray (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h796 using PushConstantRangeArray = gl::ShaderMap<T>; variable
813 const PushConstantRangeArray<PackedPushConstantRange> &getPushConstantRanges() const;
817 PushConstantRangeArray<PackedPushConstantRange> mPushConstantRanges;
Dvk_cache_utils.cpp2899 const PushConstantRangeArray<PackedPushConstantRange> &PipelineLayoutDesc::getPushConstantRanges() in getPushConstantRanges()
3819 const vk::PushConstantRangeArray<vk::PackedPushConstantRange> &descPushConstantRanges = in getPipelineLayout()