Searched refs:mPushConstantRanges (Results 1 – 2 of 2) sorted by relevance
2794 PipelineLayoutDesc::PipelineLayoutDesc() : mDescriptorSetLayouts{}, mPushConstantRanges{} {} in PipelineLayoutDesc()2803 mPushConstantRanges = rhs.mPushConstantRanges; in operator =()2829 PackedPushConstantRange &packed = mPushConstantRanges[shaderType]; in updatePushConstantRange()2837 return mPushConstantRanges; in getPushConstantRanges()
818 PushConstantRangeArray<PackedPushConstantRange> mPushConstantRanges; variable824 static_assert(sizeof(decltype(mPushConstantRanges)) ==