Hello Forum,
Could someone help me to find Mali online compiler default compilation options or flags for shader code on Mali G78 device?
Thanks!
Generally compilers will apply some default optimizations/flags/options to compile and link source programs.
In the same way I just want to know what default options does MALI Online compiler uses to compile shaders and link them?
Also I didn't find a good reference for MALI compiler flags in Google search. Could you point me to any document which is publicly available to know it's flags, like AMD's AOCC CPU compiler manual developer.amd.com/.../AOCC-3.0-Clang-the_C_C _Compiler.pdf
See my previous answer. Graphics shader compilers don't have any equivalent of command line compile options/flags.
For online use there isn't even a command line application like a traditional CPU compiler. A GPU compiler is part of the graphics driver, and shaders are compiled using the appropriate OpenGL ES / Vulkan graphics API functions.