Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2794 PipelineLayoutDesc::PipelineLayoutDesc() : mDescriptorSetLayouts{}, mPushConstantRanges{} {} in PipelineLayoutDesc()
2803 mPushConstantRanges = rhs.mPushConstantRanges; in operator =()
2829 PackedPushConstantRange &packed = mPushConstantRanges[shaderType]; in updatePushConstantRange()
2837 return mPushConstantRanges; in getPushConstantRanges()
Dvk_cache_utils.h818 PushConstantRangeArray<PackedPushConstantRange> mPushConstantRanges; variable
824 static_assert(sizeof(decltype(mPushConstantRanges)) ==