Searched defs:reflections (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | spirv_cross_helpers_gles.cpp | 28 FindConstant( const array_view<const PushConstantReflection> reflections, const PushConstantReflection& reflection) FindConstant() argument
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helpers_gles.cpp | 25 int32_t FindConstant(const std::vector<PushConstantReflection>& reflections, const PushConstantReflection& reflection)
in FindConstant() argument 99 ReflectPushConstants(spirv_cross::Compiler& compiler, const spirv_cross::ShaderResources& resources, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) ReflectPushConstants() argument 115 ProcessStruct(std::string_view(name.data(), name.size()), 0, compiler, remap.base_type_id, reflections, stage); ReflectPushConstants() local 186 ProcessStruct(std::string_view baseName, size_t baseOffset, const spirv_cross::Compiler& compiler, uint32_t structTypeId, std::vector<PushConstantReflection>& reflections, ShaderStageFlags stage) ProcessStruct() argument [all...] |
Completed in 3 milliseconds