Home
last modified time | relevance | path

Searched refs:reflection_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.cpp49 auto& pipelineLayout = reflection_.pipelineLayout; in GpuShaderProgramVk()
61 reflection_.vertexInputDeclarationView.bindingDescriptions = vidv.bindingDescriptions; in GpuShaderProgramVk()
62 reflection_.vertexInputDeclarationView.attributeDescriptions = vidv.attributeDescriptions; in GpuShaderProgramVk()
77 reflection_.shaderSpecializationConstantView.constants = in GpuShaderProgramVk()
89 return reflection_; in GetReflection()
103 reflection_.pipelineLayout = mod.GetPipelineLayout(); in GpuComputeProgramVk()
105 reflection_.threadGroupSizeX = Math::max(1u, tgs.x); in GpuComputeProgramVk()
106 reflection_.threadGroupSizeY = Math::max(1u, tgs.y); in GpuComputeProgramVk()
107 reflection_.threadGroupSizeZ = Math::max(1u, tgs.z); in GpuComputeProgramVk()
113 reflection_ in GpuComputeProgramVk()
[all...]
H A Dgpu_program_vk.h52 ShaderReflection reflection_; member in final
73 ComputeShaderReflection reflection_; member in final
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp547 auto& pipelineLayout = reflection_.pipelineLayout;
555 reflection_.vertexInputDeclarationView = vidv;
564 reflection_.shaderSpecializationConstantView.constants = constants_;
595 const auto& list = ret.reflection_.vertexInputDeclarationView.attributeDescriptions;
630 ret->reflection_ = reflection_;
632 ret->reflection_.shaderSpecializationConstantView.constants = ret->constants_;
668 const auto& pipelineLayout = reflection_.pipelineLayout;
695 return reflection_; in GetReflection()
706 reflection_ in GpuComputeProgramGLES()
[all...]
H A Dgpu_program_gles.h77 ShaderReflection reflection_; member in final
109 ComputeShaderReflection reflection_; member in final

Completed in 3 milliseconds