Searched refs:PushConstantReflection (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.h | 32 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 D | spirv_cross_helpers_gles.h | 37 …BASE_NS::array_view<const PushConstantReflection> reflections, const PushConstantReflection& refle… in RENDER_BEGIN_NAMESPACE()
|
H A D | shader_module_gles.h | 31 struct PushConstantReflection; 35 BASE_NS::vector<Gles::PushConstantReflection> infos;
|
H A D | spirv_cross_helpers_gles.cpp | 29 …const array_view<const PushConstantReflection> reflections, const PushConstantReflection& reflecti… in FindConstant()
|
H A D | render_backend_gles.h | 55 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 D | spirv_cross_helper_structs_gles.h | 63 struct PushConstantReflection { in RENDER_BEGIN_NAMESPACE() struct
|
H A D | shader_module_gles.cpp | 190 Gles::PushConstantReflection refl; in ProcessShaderModule()
|
H A D | gpu_program_gles.cpp | 58 vector<Gles::PushConstantReflection> pushConstants;
|
H A D | render_backend_gles.cpp | 2152 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 D | spirv_cross_helpers_gles.h | 37 std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage); 48 … uint32_t structTypeId, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage);
|
H A D | spirv_cross_helpers_gles.cpp | 25 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 D | spirv_cross_helper_structs_gles.h | 182 struct PushConstantReflection { struct
|
H A D | main.cpp | 1237 std::vector<Gles::PushConstantReflection> pushConstantReflection; in reflectSpvBinary() 1429 std::vector<Gles::PushConstantReflection> infos;
|