Searched refs:ShaderModulePlatformDataGLES (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 61 void ProcessPushConstants(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, Bi… in ProcessPushConstants() 86 void ProcessStorageBlocks(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, co… in ProcessStorageBlocks() 107 void ProcessUniformBlocks(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, Bi… in ProcessUniformBlocks() 174 void ProcessCombinedSamplers(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag,… in ProcessCombinedSamplers() 210 void ProcessSubPassInputs(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, Bi… in ProcessSubPassInputs() 233 void ProcessSamplers(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMap… in ProcessSamplers() 263 void ProcessProgram(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps… in ProcessProgram() 355 …BindMaps& map, ProgramPlatformData& plat, const ShaderModulePlatformDataGLES& modPlat, string& sou… in PostProcessSource() 394 const vector<ShaderModulePlatformDataGLES::DoubleBind>& combSets) in BuildBindInfos() 670 vector<ShaderModulePlatformDataGLES::DoubleBind> combSets = fragPlat.combSets; in Specialize() [all …]
|
H A D | shader_module_gles.h | 34 struct ShaderModulePlatformDataGLES : ShaderModulePlatformData { struct 74 ShaderModulePlatformDataGLES plat_; argument
|
H A D | shader_module_gles.cpp | 48 void CollectRes(const PipelineLayout& pipeline, ShaderModulePlatformDataGLES& plat_) in CollectRes()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1428 struct ShaderModulePlatformDataGLES { struct 1433 …reCompiler& compiler, const spirv_cross::ShaderResources& res, ShaderModulePlatformDataGLES& plat_) in CollectRes() argument 1512 ShaderModulePlatformDataGLES plat_;
|