Searched refs:plIndex (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_loader.cpp | 337 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()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_manager.cpp | 1275 if (plIndex < static_cast<uint32_t>(pl_.rhr.size())) { in GetPipelineLayoutHandleByShaderHandle() 1276 PLUGIN_ASSERT(plIndex < static_cast<uint32_t>(pl_.rhr.size())); in GetPipelineLayoutHandleByShaderHandle() 1277 return pl_.rhr[plIndex]; in GetPipelineLayoutHandleByShaderHandle() 1284 if (plIndex < static_cast<uint32_t>(pl_.rhr.size())) { in GetPipelineLayoutHandleByShaderHandle() 1286 return pl_.rhr[plIndex]; in GetPipelineLayoutHandleByShaderHandle() 1340 uint32_t plIndex = INVALID_SM_INDEX; in GetReflectionPipelineLayoutHandle() local 1351 if (plIndex < pl_.data.size()) { in GetReflectionPipelineLayoutHandle() 1352 return pl_.rhr[plIndex]; in GetReflectionPipelineLayoutHandle() 1375 uint32_t plIndex = INVALID_SM_INDEX; in GetReflectionPipelineLayoutRef() local 1386 if (plIndex < pl_.data.size()) { in GetReflectionPipelineLayoutRef() [all …]
|