Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_print_visitor.cpp195 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; in visit() local
Dir.h861 unsigned memory_restrict:1; member
/third_party/mesa3d/src/compiler/
Dglsl_types.h1466 unsigned memory_restrict:1; member