/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_program.h | 31 PipelineLayout pipelineLayout; member 46 PipelineLayout pipelineLayout; member
|
H A D | shader_pipeline_binder.cpp | 164 …ineDescriptorSetBinder::Ptr CreatePipelineDescriptorSetBinder(const PipelineLayout& pipelineLayout) in CreatePipelineDescriptorSetBinder() 194 …haderManager& shaderMgr, const RenderHandleReference& shader, const PipelineLayout& pipelineLayout) in ShaderPipelineBinder()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_motion_blur.h | 64 PipelineLayout pipelineLayout; member 70 PipelineLayout pipelineLayout; member
|
H A D | render_copy.h | 54 PipelineLayout pipelineLayout; member
|
H A D | render_blur.h | 81 PipelineLayout pipelineLayout; member
|
H A D | render_node_fullscreen_generic.h | 76 RenderHandle pipelineLayout; member
|
H A D | render_copy.cpp | 61 …extManager& renderNodeContextMgr, const RenderHandle& shader, const PipelineLayout& pipelineLayout) in CreatePso()
|
H A D | render_node_shader_passes_generic.cpp | 351 const RenderPass& renderPass, const RenderHandle& shader, const PipelineLayout& pipelineLayout) in GetPsoHandleGraphics() 364 const RenderHandle& shader, const PipelineLayout& pipelineLayout) in GetPsoHandleCompute()
|
H A D | render_node_mip_chain_post_process.h | 123 RenderHandle pipelineLayout; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_shader_manager.h | 99 RenderHandle pipelineLayout; in RENDER_BEGIN_NAMESPACE() member 114 RenderHandle pipelineLayout; in RENDER_BEGIN_NAMESPACE() member 127 const PipelineLayout& pipelineLayout; in RENDER_BEGIN_NAMESPACE() member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_program_vk.cpp | 49 auto& pipelineLayout = reflection_.pipelineLayout; in RENDER_BEGIN_NAMESPACE() local
|
H A D | pipeline_state_object_vk.cpp | 92 void GetDescriptorSetFillData(const PipelineLayout& pipelineLayout, in GetDescriptorSetFillData() 175 const GraphicsState& graphicsState, const PipelineLayout& pipelineLayout, in GraphicsPipelineStateObjectVk() 535 …const PipelineLayout& pipelineLayout, const ShaderSpecializationConstantDataView& specializationCo… in ComputePipelineStateObjectVk()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/ |
H A D | core_fullscreen_template.json | 3 "pipelineLayout" : "core_fullscreen_pipeline.json", string
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | pipeline_state_object_gles.cpp | 152 …rogram& gpuShaderProgram, const GraphicsState& graphicsState, const PipelineLayout& pipelineLayout, in GraphicsPipelineStateObjectGLES() 251 const GpuComputeProgram& gpuComputeProgram, const PipelineLayout& pipelineLayout, in ComputePipelineStateObjectGLES()
|
H A D | pipeline_state_object_gles.h | 39 PipelineLayout pipelineLayout; member
|
H A D | gpu_program_gles.cpp | 393 void BuildBindInfos(vector<Binder>& bindinfos, const PipelineLayout& pipelineLayout, BindMaps& map, in BuildBindInfos() 547 auto& pipelineLayout = reflection_.pipelineLayout; in GpuShaderProgramGLES() local 668 const auto& pipelineLayout = reflection_.pipelineLayout; in Specialize() local 771 const auto& pipelineLayout = reflection_.pipelineLayout; in Specialize() local
|
H A D | shader_module_gles.cpp | 118 void SortSets(PipelineLayout& pipelineLayout) in SortSets()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_copy_helper.h | 46 RENDER_NS::PipelineLayout pipelineLayout; in CORE3D_BEGIN_NAMESPACE() member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_descriptor_set_manager.cpp | 223 const uint32_t set, const PipelineLayout& pipelineLayout) in CreateDescriptorSet() 255 const uint32_t set, const PipelineLayout& pipelineLayout) in CreateOneFrameDescriptorSet() 276 const PipelineLayout& pipelineLayout) in CreatePipelineDescriptorSetBinder() 298 const PipelineLayout& pipelineLayout, const array_view<const RenderHandle> handles, in CreatePipelineDescriptorSetBinder()
|
H A D | node_context_pso_manager.cpp | 179 …const PipelineLayout& pipelineLayout, const ShaderSpecializationConstantDataView& shaderSpecializa… in GetComputePsoHandle() 243 const RenderHandle graphicsState, const PipelineLayout& pipelineLayout, in GetGraphicsPsoHandleImpl() 335 …const PipelineLayout& pipelineLayout, const VertexInputDeclarationView& vertexInputDeclarationView, in GetGraphicsPsoHandle() 344 …const PipelineLayout& pipelineLayout, const VertexInputDeclarationView& vertexInputDeclarationView, in GetGraphicsPsoHandle()
|
H A D | node_context_pso_manager.h | 106 PipelineLayout pipelineLayout; member 130 PipelineLayout pipelineLayout; member
|
H A D | pipeline_descriptor_set_binder.cpp | 538 PipelineDescriptorSetBinder::PipelineDescriptorSetBinder(const PipelineLayout& pipelineLayout, in PipelineDescriptorSetBinder() 545 PipelineDescriptorSetBinder::PipelineDescriptorSetBinder(const PipelineLayout& pipelineLayout, in PipelineDescriptorSetBinder() 553 void PipelineDescriptorSetBinder::Init(const PipelineLayout& pipelineLayout, in Init()
|
H A D | render_node_post_process_util.h | 92 PipelineLayout pipelineLayout; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_data_loader.h | 59 BASE_NS::string pipelineLayout; in RENDER_BEGIN_NAMESPACE() member
|
H A D | shader_loader.cpp | 331 const string_view pipelineLayout = shaderVariant.pipelineLayout; in CreateComputeShader() local 546 const PipelineLayout& pipelineLayout = loader.GetPipelineLayout(); in CreatePipelineLayout() local
|