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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_print_visitor.cpp 191 const char *const memory_read_only = (ir->data.memory_read_only) ? "readonly " : ""; local
207 image_format, memory_read_only, memory_write_only,
ir.h 863 unsigned memory_read_only:1; /**< "readonly" qualifier. */ member in struct:ir_variable::ir_variable_data
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_print_visitor.cpp 206 const char *const memory_read_only = (ir->data.memory_read_only) ? "readonly " : ""; local
221 image_format, memory_read_only, memory_write_only,
ir.h 848 unsigned memory_read_only:1; /**< "readonly" qualifier. */ member in struct:ir_variable::ir_variable_data
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1446 unsigned memory_read_only:1; member in struct:glsl_struct_field::__anon760::__anon761
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 1149 unsigned memory_read_only:1; member in struct:glsl_struct_field
1173 precision(GLSL_PRECISION_NONE), memory_read_only(0),
1185 precision(0), memory_read_only(0),
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3853 bool *memory_restrict, bool *memory_read_only,
3870 *memory_read_only =
3871 struct_type->fields.structure[fild_idx].memory_read_only;
3881 memory_read_only, image_format);
3892 *memory_read_only = var->data.memory_read_only;
3911 memory_restrict = false, memory_read_only = false; local
3916 &memory_restrict, &memory_read_only, &image_format);
4069 inst->read_only = memory_read_only;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3762 bool *memory_restrict, bool *memory_read_only,
3779 *memory_read_only =
3780 struct_type->fields.structure[fild_idx].memory_read_only;
3790 memory_read_only, image_format);
3801 *memory_read_only = var->data.memory_read_only;
3820 memory_restrict = false, memory_read_only = false; local
3825 &memory_restrict, &memory_read_only, &image_format);
3964 inst->read_only = memory_read_only;

Completed in 15 milliseconds