Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_print_visitor.cpp206 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; in visit() local
Dir.h846 unsigned memory_coherent:1; member
/external/mesa3d/src/compiler/
Dglsl_types.h1002 unsigned memory_coherent:1; member
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3600 bool *memory_coherent, bool *memory_volatile, in get_image_qualifiers()
3654 bool memory_coherent = false, memory_volatile = false, memory_restrict = false; in visit_image_intrinsic() local