Lines Matching refs:plIdxSz
872 const auto plIdxSz = static_cast<size_t>(pipelineIdx);
873 const std::string shaderName = "comp_" + std::to_string(plIdxSz);
885 << pipelineAdds.at(plIdxSz)
929 const auto plIdxSz = static_cast<size_t>(pipelineIdx);
933 const std::string shaderName = "vert_" + std::to_string(plIdxSz);
963 << pipelineAdds.at(plIdxSz)
986 const std::string shaderName = "frag_" + std::to_string(plIdxSz);
998 << pipelineAdds.at(plIdxSz)
1008 const std::string shaderName = "tesc_" + std::to_string(plIdxSz);
1028 << pipelineAdds.at(plIdxSz)
1044 const std::string shaderName = "tese_" + std::to_string(plIdxSz);
1064 << pipelineAdds.at(plIdxSz)
1076 const std::string shaderName = "geom_" + std::to_string(plIdxSz);
1102 << pipelineAdds.at(plIdxSz)
1160 const auto plIdxSz = static_cast<size_t>(pipelineIdx);
1164 const std::string shaderName = "rgen_" + std::to_string(plIdxSz);
1180 << pipelineAdds.at(plIdxSz)
1201 const std::string shaderName = "ahit_" + std::to_string(plIdxSz);
1217 << pipelineAdds.at(plIdxSz)
1227 const std::string shaderName = "chit_" + std::to_string(plIdxSz);
1242 << pipelineAdds.at(plIdxSz)
1252 const std::string shaderName = "isec_" + std::to_string(plIdxSz);
1266 << pipelineAdds.at(plIdxSz)
1278 const std::string shaderName = "miss_" + std::to_string(plIdxSz);
1292 << pipelineAdds.at(plIdxSz)
1302 const std::string shaderName = "call_" + std::to_string(plIdxSz);
1316 << pipelineAdds.at(plIdxSz)