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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir_print_visitor.cpp 194 const char *const memory_volatile = (ir->data.memory_volatile) ? "volatile " : ""; local
208 memory_coherent, memory_volatile, memory_restrict,
ir.h 866 unsigned memory_volatile:1; member in struct:ir_variable::ir_variable_data
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir_print_visitor.cpp 209 const char *const memory_volatile = (ir->data.memory_volatile) ? "volatile " : ""; local
222 memory_coherent, memory_volatile, memory_restrict,
ir.h 851 unsigned memory_volatile:1; member in struct:ir_variable::ir_variable_data
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1449 unsigned memory_volatile:1; member in struct:glsl_struct_field::__anon760::__anon761
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 1152 unsigned memory_volatile:1; member in struct:glsl_struct_field
1174 memory_write_only(0), memory_coherent(0), memory_volatile(0),
1186 memory_write_only(0), memory_coherent(0), memory_volatile(0),
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3852 bool *memory_coherent, bool *memory_volatile,
3866 *memory_volatile =
3867 struct_type->fields.structure[fild_idx].memory_volatile;
3880 memory_coherent, memory_volatile, memory_restrict,
3890 *memory_volatile = var->data.memory_volatile;
3910 bool memory_coherent = false, memory_volatile = false, local
3915 get_image_qualifiers(img, &type, &memory_coherent, &memory_volatile,
4075 if (memory_volatile)
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3761 bool *memory_coherent, bool *memory_volatile,
3775 *memory_volatile =
3776 struct_type->fields.structure[fild_idx].memory_volatile;
3789 memory_coherent, memory_volatile, memory_restrict,
3799 *memory_volatile = var->data.memory_volatile;
3819 bool memory_coherent = false, memory_volatile = false, local
3824 get_image_qualifiers(img, &type, &memory_coherent, &memory_volatile,
3970 if (memory_volatile)

Completed in 16 milliseconds