HomeSort by: relevance | last modified time | path
    Searched refs:memory_restrict (Results 1 - 25 of 28) sorted by relevancy

1 2

  /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),
glsl_types.cpp 1101 if (this->fields.structure[i].memory_restrict
1102 != b->fields.structure[i].memory_restrict)
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
opt_array_splitting.cpp 487 new_var->data.memory_restrict = entry->var->data.memory_restrict;
opt_structure_splitting.cpp 358 new_var->data.memory_restrict =
359 type->fields.structure[i].memory_restrict;
ir_print_visitor.cpp 195 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; local
208 memory_coherent, memory_volatile, memory_restrict,
lower_ubo_reference.cpp 424 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) |
428 (variable->data.memory_restrict ? ACCESS_RESTRICT : 0) |
glsl_to_nir.cpp 574 if (ir->data.memory_restrict)
609 if (field->memory_restrict)
910 if (field->memory_restrict)
ir.cpp 2065 this->data.memory_restrict = false;
2199 a->data.memory_restrict != b->data.memory_restrict) {
ast_function.cpp 134 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
builtin_variables.cpp 399 this->fields[this->num_fields].memory_restrict = 0;
ir.h 867 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
ast_to_hir.cpp 3537 var->data.memory_restrict |= qual->flags.q.restrict_flag;
7785 fields[i].memory_restrict = qual->flags.q.restrict_flag ||
7943 var->data.memory_restrict = field.memory_restrict;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
opt_array_splitting.cpp 485 new_var->data.memory_restrict = entry->var->data.memory_restrict;
opt_structure_splitting.cpp 358 new_var->data.memory_restrict =
359 type->fields.structure[i].memory_restrict;
ir_print_visitor.cpp 210 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; local
222 memory_coherent, memory_volatile, memory_restrict,
lower_ubo_reference.cpp 422 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) |
426 (variable->data.memory_restrict ? ACCESS_RESTRICT : 0) |
ir.cpp 1747 this->data.memory_restrict = false;
1870 a->data.memory_restrict != b->data.memory_restrict) {
ast_function.cpp 127 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
glsl_to_nir.cpp 511 if (ir->data.memory_restrict)
542 if (field->memory_restrict)
builtin_variables.cpp 352 this->fields[this->num_fields].memory_restrict = 0;
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
glsl_types.cpp 1277 if (this->fields.structure[i].memory_restrict
1278 != b->fields.structure[i].memory_restrict)
  /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 64 milliseconds

1 2