Lines Matching refs:shaderIdx
874 const auto shaderIdx = getShaderIdx(pipelineIdx, 0, stageCount);
882 << constantDecls.at(shaderIdx)
934 const auto shaderIdx = getShaderIdx(pipelineIdx, vertShaderIdx, stageCount);
960 << constantDecls.at(shaderIdx)
987 const auto shaderIdx = getShaderIdx(pipelineIdx, fragShaderIdx, stageCount);
995 << constantDecls.at(shaderIdx)
1009 const auto shaderIdx = getShaderIdx(pipelineIdx, tescShaderIdx, stageCount);
1025 << constantDecls.at(shaderIdx)
1045 const auto shaderIdx = getShaderIdx(pipelineIdx, teseShaderIdx, stageCount);
1061 << constantDecls.at(shaderIdx)
1077 const auto shaderIdx = getShaderIdx(pipelineIdx, geomShaderIdx, stageCount);
1099 << constantDecls.at(shaderIdx)
1165 const auto shaderIdx = getShaderIdx(pipelineIdx, rgenShaderIdx, stageCount);
1177 << constantDecls.at(shaderIdx)
1202 const auto shaderIdx = getShaderIdx(pipelineIdx, ahitShaderIdx, stageCount);
1213 << constantDecls.at(shaderIdx)
1228 const auto shaderIdx = getShaderIdx(pipelineIdx, chitShaderIdx, stageCount);
1238 << constantDecls.at(shaderIdx)
1253 const auto shaderIdx = getShaderIdx(pipelineIdx, isecShaderIdx, stageCount);
1262 << constantDecls.at(shaderIdx)
1279 const auto shaderIdx = getShaderIdx(pipelineIdx, missShaderIdx, stageCount);
1288 << constantDecls.at(shaderIdx)
1303 const auto shaderIdx = getShaderIdx(pipelineIdx, callShaderIdx, stageCount);
1312 << constantDecls.at(shaderIdx)