Searched refs:mPushConstantRanges (Results 1 – 2 of 2) sorted by relevance
817 PushConstantRangeArray<PackedPushConstantRange> mPushConstantRanges; variable823 static_assert(sizeof(decltype(mPushConstantRanges)) ==
2859 PipelineLayoutDesc::PipelineLayoutDesc() : mDescriptorSetLayouts{}, mPushConstantRanges{} {} in PipelineLayoutDesc()2868 mPushConstantRanges = rhs.mPushConstantRanges; in operator =()2894 PackedPushConstantRange &packed = mPushConstantRanges[shaderType]; in updatePushConstantRange()2902 return mPushConstantRanges; in getPushConstantRanges()