Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h817 PushConstantRangeArray<PackedPushConstantRange> mPushConstantRanges; variable
823 static_assert(sizeof(decltype(mPushConstantRanges)) ==
Dvk_cache_utils.cpp2859 PipelineLayoutDesc::PipelineLayoutDesc() : mDescriptorSetLayouts{}, mPushConstantRanges{} {} in PipelineLayoutDesc()
2868 mPushConstantRanges = rhs.mPushConstantRanges; in operator =()
2894 PackedPushConstantRange &packed = mPushConstantRanges[shaderType]; in updatePushConstantRange()
2902 return mPushConstantRanges; in getPushConstantRanges()