Home
last modified time | relevance | path

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

/third_party/mesa3d/docs/relnotes/
D21.1.5.rst132 - util/driconf: add new ignore_write_to_readonly_var workaround
D21.2.0.rst4962 - util/driconf: add new ignore_write_to_readonly_var workaround
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h948 bool ignore_write_to_readonly_var; member
Dglsl_parser_extras.cpp324 this->ignore_write_to_readonly_var = in _mesa_glsl_parse_state()
Dast_to_hir.cpp962 if (state->ignore_write_to_readonly_var) in do_assignment()