Home
last modified time | relevance | path

Searched refs:shaderSpecializationConstantView (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program.h33 ShaderSpecializationConstantView shaderSpecializationConstantView; member
48 ShaderSpecializationConstantView shaderSpecializationConstantView; member
H A Dshader_manager.cpp1404 return shaders_[arrayIndex].gsp->GetReflection().shaderSpecializationConstantView; in GetReflectionSpecialization()
1411 … return computeShaders_[arrayIndex].gsp->GetReflection().shaderSpecializationConstantView; in GetReflectionSpecialization()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_program_vk.cpp77 reflection_.shaderSpecializationConstantView.constants = in RENDER_BEGIN_NAMESPACE()
113 reflection_.shaderSpecializationConstantView.constants = in GpuComputeProgramVk()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp564 reflection_.shaderSpecializationConstantView.constants = constants_; in GpuShaderProgramGLES()
632 ret->reflection_.shaderSpecializationConstantView.constants = ret->constants_; in Specialize()
711 reflection_.shaderSpecializationConstantView = plat_.module_->GetSpecilization(); in GpuComputeProgramGLES()
712 const auto& constants = reflection_.shaderSpecializationConstantView.constants; in GpuComputeProgramGLES()
718 reflection_.shaderSpecializationConstantView.constants = constants_; in GpuComputeProgramGLES()
750 ret->reflection_.shaderSpecializationConstantView.constants = ret->constants_; in Specialize()