Home
last modified time | relevance | path

Searched refs:PushConstantReflection (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h32 struct PushConstantReflection;
49 BASE_NS::array_view<Gles::PushConstantReflection> pushConstants;
80 BASE_NS::vector<Gles::PushConstantReflection> pushConstants;
89 BASE_NS::array_view<Gles::PushConstantReflection> pushConstants;
111 BASE_NS::vector<Gles::PushConstantReflection> pushConstants;
H A Dspirv_cross_helpers_gles.h37 …BASE_NS::array_view<const PushConstantReflection> reflections, const PushConstantReflection& refle… in RENDER_BEGIN_NAMESPACE()
H A Dshader_module_gles.h31 struct PushConstantReflection;
35 BASE_NS::vector<Gles::PushConstantReflection> infos;
H A Dspirv_cross_helpers_gles.cpp29 …const array_view<const PushConstantReflection> reflections, const PushConstantReflection& reflecti… in FindConstant()
H A Drender_backend_gles.h55 struct PushConstantReflection;
150 …static void SetPushConstant(uint32_t program, const Gles::PushConstantReflection& pc, const void* …
151 …void SetPushConstants(uint32_t program, const BASE_NS::array_view<Gles::PushConstantReflection>& p…
H A Dspirv_cross_helper_structs_gles.h63 struct PushConstantReflection { in RENDER_BEGIN_NAMESPACE() struct
H A Dshader_module_gles.cpp190 Gles::PushConstantReflection refl; in ProcessShaderModule()
H A Dgpu_program_gles.cpp58 vector<Gles::PushConstantReflection> pushConstants;
H A Drender_backend_gles.cpp2152 void RenderBackendGLES::SetPushConstant(uint32_t program, const Gles::PushConstantReflection& pc, c… in SetPushConstant()
2188 …endGLES::SetPushConstants(uint32_t program, const array_view<Gles::PushConstantReflection>& consts) in SetPushConstants()
2461 const array_view<Gles::PushConstantReflection>* pushConstants = nullptr; in BindResources()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.h37 std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage);
48 … uint32_t structTypeId, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage);
H A Dspirv_cross_helpers_gles.cpp25 int32_t FindConstant(const std::vector<PushConstantReflection>& reflections, const PushConstantRefl… in FindConstant()
100 std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) in ReflectPushConstants()
187 uint32_t structTypeId, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) in ProcessStruct()
196 PushConstantReflection t; in ProcessStruct()
H A Dspirv_cross_helper_structs_gles.h182 struct PushConstantReflection { struct
H A Dmain.cpp1237 std::vector<Gles::PushConstantReflection> pushConstantReflection; in reflectSpvBinary()
1429 std::vector<Gles::PushConstantReflection> infos;