HomeSort by relevance Sort by last modified time
    Searched defs:memory_coherent (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir_print_visitor.cpp 206 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; local
220 memory_coherent, memory_volatile, memory_restrict,
ir.h 846 unsigned memory_coherent:1; member in struct:ir_variable::ir_variable_data
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 1002 unsigned memory_coherent:1; member in struct:glsl_struct_field
1025 memory_write_only(0), memory_coherent(0), memory_volatile(0),
1037 memory_write_only(0), memory_coherent(0), memory_volatile(0),
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3654 bool memory_coherent = false, memory_volatile = false, memory_restrict = false; local
    [all...]

Completed in 489 milliseconds