Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_type.cpp273 input_layout_mask.flags.q.non_coherent = 1; in merge_qualifier()
906 bad.flags.q.non_coherent ? " noncoherent" : ""); in validate_flags()
Dast.h659 unsigned non_coherent:1; member
Dast_to_hir.cpp4088 var->data.memory_coherent = !qual->flags.q.non_coherent; in apply_type_qualifier_to_variable()
4108 if (qual->flags.q.non_coherent) in apply_type_qualifier_to_variable()
Dglsl_parser.yy1666 $$.flags.q.non_coherent = 1;