Home
last modified time | relevance | path

Searched refs:plIndex (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_loader.cpp337 const uint32_t plIndex = in CreateComputeShader() local
347 ComputeShaderCreateData { uri, rsId, catId, plIndex, index, shaderFileStr, matMetadataStr }, in CreateComputeShader()
356 ComputeShaderCreateData { uri, rsId, catId, plIndex, index, shaderFileStr, matMetadataStr }, in CreateComputeShader()
399 const uint32_t plIndex = svRef.pipelineLayout.empty() in CreateGraphicsShader() local
417 { uri, rsId, catId, vidIndex, plIndex, stateIndex, vertIndex, fragIndex, shaderStr, matMeta }, in CreateGraphicsShader()
426 { uri, rsId, catId, vidIndex, plIndex, stateIndex, vertIndex, fragIndex, shaderStr, matMeta }, in CreateGraphicsShader()
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1273 const uint32_t plIndex = mappings.clientData[arrayIndex].pipelineLayoutIndex;
1274 if (plIndex < static_cast<uint32_t>(pl_.rhr.size())) {
1275 PLUGIN_ASSERT(plIndex < static_cast<uint32_t>(pl_.rhr.size()));
1276 return pl_.rhr[plIndex];
1282 const uint32_t plIndex = mappings.clientData[arrayIndex].pipelineLayoutIndex;
1283 if (plIndex < static_cast<uint32_t>(pl_.rhr.size())) {
1284 PLUGIN_ASSERT(plIndex < static_cast<uint32_t>(pl_.rhr.size()));
1285 return pl_.rhr[plIndex];
1339 uint32_t plIndex = INVALID_SM_INDEX;
1342 plIndex
[all...]

Completed in 5 milliseconds