Home
last modified time | relevance | path

Searched refs:GetReflection (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program.h70 virtual const ShaderReflection& GetReflection() const = 0;
89 virtual const ComputeShaderReflection& GetReflection() const = 0;
H A Dshader_manager.cpp1404 return shaders_[arrayIndex].gsp->GetReflection().shaderSpecializationConstantView; in GetReflectionSpecialization()
1411 … return computeShaders_[arrayIndex].gsp->GetReflection().shaderSpecializationConstantView; in GetReflectionSpecialization()
1434 return shaders_[arrayIndex].gsp->GetReflection().vertexInputDeclarationView; in GetReflectionVertexInputDeclaration()
1457 const auto& refl = computeShaders_[arrayIndex].gsp->GetReflection(); in GetReflectionThreadGroupSize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.h43 const ShaderReflection& GetReflection() const override;
66 const ComputeShaderReflection& GetReflection() const override;
H A Dgpu_program_vk.cpp87 const ShaderReflection& GpuShaderProgramVk::GetReflection() const in GetReflection() function in GpuShaderProgramVk
123 const ComputeShaderReflection& GpuComputeProgramVk::GetReflection() const in GetReflection() function in GpuComputeProgramVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h61 const ShaderReflection& GetReflection() const override;
99 const ComputeShaderReflection& GetReflection() const override;
H A Dgpu_program_gles.cpp693 const ShaderReflection& GpuShaderProgramGLES::GetReflection() const in GetReflection() function in GpuShaderProgramGLES
736 const ComputeShaderReflection& GpuComputeProgramGLES::GetReflection() const in GetReflection() function in GpuComputeProgramGLES
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp86 const auto& reflection = gsp->GetReflection(); in validateSSO()