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.cpp193 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; in visit() local
Dir.h865 unsigned memory_coherent:1; member
/external/mesa3d/src/compiler/
Dglsl_types.h1439 unsigned memory_coherent:1; member
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3772 bool *memory_coherent, bool *memory_volatile, in get_image_qualifiers()
3830 bool memory_coherent = false, memory_volatile = false, in visit_image_intrinsic() local