Home
last modified time | relevance | path

Searched refs:ignore_write_to_readonly_var (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.1.5.rst132 - util/driconf: add new ignore_write_to_readonly_var workaround
H A D21.2.0.rst4962 - util/driconf: add new ignore_write_to_readonly_var workaround
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h992 bool ignore_write_to_readonly_var; member
H A Dglsl_parser_extras.cpp327 this->ignore_write_to_readonly_var = in _mesa_glsl_parse_state()
H A Dast_to_hir.cpp972 if (state->ignore_write_to_readonly_var) in do_assignment()