HomeSort by: relevance | last modified time | path
    Searched defs:memory_restrict (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_print_visitor.cpp 195 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; local
208 memory_coherent, memory_volatile, memory_restrict,
ir.h 867 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_print_visitor.cpp 210 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; local
222 memory_coherent, memory_volatile, memory_restrict,
ir.h 852 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1450 unsigned memory_restrict:1; member in struct:glsl_struct_field::__anon760::__anon761
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 1153 unsigned memory_restrict:1; member in struct:glsl_struct_field
1175 memory_restrict(0), image_format(0), explicit_xfb_buffer(0),
1187 memory_restrict(0), image_format(0), explicit_xfb_buffer(0),
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3853 bool *memory_restrict, bool *memory_read_only,
3868 *memory_restrict =
3869 struct_type->fields.structure[fild_idx].memory_restrict;
3880 memory_coherent, memory_volatile, memory_restrict,
3891 *memory_restrict = var->data.memory_restrict;
3911 memory_restrict = false, memory_read_only = false; local
3916 &memory_restrict, &memory_read_only, &image_format);
4073 if (memory_restrict)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3762 bool *memory_restrict, bool *memory_read_only,
3777 *memory_restrict =
3778 struct_type->fields.structure[fild_idx].memory_restrict;
3789 memory_coherent, memory_volatile, memory_restrict,
3800 *memory_restrict = var->data.memory_restrict;
3820 memory_restrict = false, memory_read_only = false; local
3825 &memory_restrict, &memory_read_only, &image_format);
3968 if (memory_restrict)

Completed in 16 milliseconds