Home
last modified time | relevance | path

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

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