/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_bloom.cpp | 610 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shader); in CreateComputePsos() local 622 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shader); in CreateComputePsos() local 640 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shaderHandle); in CreateComputePsos() local 653 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shaderHandle); in CreateComputePsos() local 666 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shaderHandle); in CreateComputePsos() local 679 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shaderHandle); in CreateComputePsos() local 694 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shaderHandle); in CreateAndReflectRenderPso() local 728 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shader); in CreateRenderPsos() local 741 const PipelineLayout& pl = shaderMgr.GetReflectionPipelineLayout(shader); in CreateRenderPsos() local
|
H A D | render_copy.cpp | 143 const auto& pl = in Execute() local
|
H A D | render_node_shader_passes_generic.cpp | 194 const PipelineLayout& pl = sRef.GetPipelineLayout(); in ExecuteFrameGraphics() local 283 const PipelineLayout& pl = sRef.GetPipelineLayout(); in ExecuteFrameCompute() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 234 const PipelineLayout& pl = shaderMgr_.GetPipelineLayoutRef(pipelineLayoutHandle); in GetComputePsoHandle() local 323 const PipelineLayout& pl = shaderMgr_.GetPipelineLayout(pipelineLayoutHandle); in GetGraphicsPsoHandle() local 359 static PipelineLayout pl; in GetComputePsoPipelineLayout() local 372 static PipelineLayout pl; in GetGraphicsPsoPipelineLayout() local
|
H A D | render_node_post_process_util.h | 89 RenderHandle pl; member
|
H A D | render_command_list.cpp | 1955 const PipelineLayout& pl = (rhType == RenderHandleType::COMPUTE_PSO) in ValidatePipelineLayout() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | pipeline_layout_loader.cpp | 76 …youtLoader::LoadResult Load(const json::value& jsonData, const string_view uri, PipelineLayout& pl) in Load()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | plugin_registry.cpp | 392 [uid](const IPlugin* pl) { return pl && pl->version.uid == uid; }); in UnloadPlugins() 578 [&plugin](const IPlugin* pl) { return strcmp(plugin.name, pl->name) == 0; })) { in RegisterPlugin()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | entity_collection.cpp | 760 bool SetPropertyDefined(EntityCollection::PropertyList& pl, string_view propertyPath) in SetPropertyDefined() 783 bool SetPropertyUndefined(EntityCollection::PropertyList& pl, string_view propertyPath) in SetPropertyUndefined()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_shadow_render_slot.cpp | 501 const PipelineLayout& pl = shaderMgr.GetPipelineLayout(currPl); in CreateNewPso() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/binary/i18n/ |
H A D | errorcode.json | 142 "pl":{ object
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/resource/ |
H A D | default-hour.json | 113 "pl": ["H"], array
|
H A D | elapsed-patterns.json | 310 "pl": [ array
|
H A D | plural.json | 326 "pl": [ array
|
H A D | week_data.json | 227 "pl": ["2;4;7;1"], array
|
H A D | decimal_plural.json | 479 "pl": [ array
|
H A D | hour-minute-secons-pattern.json | 637 "pl": [ array
|
H A D | time-patterns.json | 637 "pl": [ array
|
H A D | calendar-gregorian-dayNames-format-abbreviated.json | 596 "pl": [ array
|
H A D | format-wide-weeday-names.json | 587 "pl": [ array
|
H A D | number-format.json | 681 "pl": [ array
|
H A D | standalone-abbr-weekday-names.json | 587 "pl": [ array
|
H A D | standalone-wide-weekday-names.json | 578 "pl": [ array
|
H A D | full-medium-short-pattern.json | 877 "pl": [ array
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_manager.cpp | 564 PipelineLayout pl; in Create() local
|