Home
last modified time | relevance | path

Searched refs:non_coherent (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_type.cpp274 input_layout_mask.flags.q.non_coherent = 1; in merge_qualifier()
909 Q2(non_coherent, noncoherent); in validate_flags()
Dast.h659 unsigned non_coherent:1; member
Dast_to_hir.cpp4153 var->data.memory_coherent = !qual->flags.q.non_coherent; in apply_type_qualifier_to_variable()
4173 if (qual->flags.q.non_coherent) in apply_type_qualifier_to_variable()
Dglsl_parser.yy1665 $$.flags.q.non_coherent = 1;