Home
last modified time | relevance | path

Searched defs:memory_coherent (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_print_visitor.cpp208 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; in visit() local
Dir.h811 unsigned memory_coherent:1; member
/external/mesa3d/src/compiler/
Dglsl_types.h450 unsigned memory_coherent:1; member