Searched refs:non_coherent (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp274 input_layout_mask.flags.q.non_coherent = 1;
909 Q2(non_coherent, noncoherent);
H A Dast.h659 unsigned non_coherent:1; member in struct:ast_type_qualifier::flags::__anon08d60aa50508
H A Dast_to_hir.cpp4130 var->data.memory_coherent = !qual->flags.q.non_coherent;
4150 if (qual->flags.q.non_coherent)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_type.cpp273 input_layout_mask.flags.q.non_coherent = 1;
906 bad.flags.q.non_coherent ? " noncoherent" : "");
H A Dast.h655 unsigned non_coherent:1; member in struct:ast_type_qualifier::flags::__anona299cf320508
H A Dast_to_hir.cpp4057 var->data.memory_coherent = !qual->flags.q.non_coherent;
4077 if (qual->flags.q.non_coherent)
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp4055 (yyval.type_qualifier).flags.q.non_coherent = 1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp4274 (yyval.type_qualifier).flags.q.non_coherent = 1;

Completed in 42 milliseconds