Searched refs:memory_restrict (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h1153 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),
H A Dglsl_types.cpp1101 if (this->fields.structure[i].memory_restrict
1102 != b->fields.structure[i].memory_restrict)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_array_splitting.cpp487 new_var->data.memory_restrict = entry->var->data.memory_restrict;
H A Dopt_structure_splitting.cpp358 new_var->data.memory_restrict =
359 type->fields.structure[i].memory_restrict;
H A Dir_print_visitor.cpp195 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; local in function:ir_print_visitor::visit
208 memory_coherent, memory_volatile, memory_restrict,
H A Dlower_ubo_reference.cpp424 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) |
428 (variable->data.memory_restrict ? ACCESS_RESTRICT : 0) |
H A Dglsl_to_nir.cpp574 if (ir->data.memory_restrict)
609 if (field->memory_restrict)
910 if (field->memory_restrict)
H A Dir.cpp2065 this->data.memory_restrict = false;
2199 a->data.memory_restrict != b->data.memory_restrict) {
H A Dast_function.cpp134 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
H A Dbuiltin_variables.cpp399 this->fields[this->num_fields].memory_restrict = 0;
H A Dir.h867 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
H A Dast_to_hir.cpp3537 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/
H A Dopt_array_splitting.cpp485 new_var->data.memory_restrict = entry->var->data.memory_restrict;
H A Dopt_structure_splitting.cpp358 new_var->data.memory_restrict =
359 type->fields.structure[i].memory_restrict;
H A Dir_print_visitor.cpp210 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; local in function:ir_print_visitor::visit
222 memory_coherent, memory_volatile, memory_restrict,
H A Dlower_ubo_reference.cpp422 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) |
426 (variable->data.memory_restrict ? ACCESS_RESTRICT : 0) |
H A Dir.cpp1747 this->data.memory_restrict = false;
1870 a->data.memory_restrict != b->data.memory_restrict) {
H A Dast_function.cpp127 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
H A Dglsl_to_nir.cpp511 if (ir->data.memory_restrict)
542 if (field->memory_restrict)
H A Dbuiltin_variables.cpp352 this->fields[this->num_fields].memory_restrict = 0;
H A Dir.h852 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h1450 unsigned memory_restrict:1; member in struct:glsl_struct_field::__anona742a422030a::__anona742a4220408
H A Dglsl_types.cpp1277 if (this->fields.structure[i].memory_restrict
1278 != b->fields.structure[i].memory_restrict)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3762 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 in function:glsl_to_tgsi_visitor::visit_image_intrinsic
3825 &memory_restrict, &memory_read_only, &image_format);
3968 if (memory_restrict)
3760 get_image_qualifiers(ir_dereference * ir,const glsl_type ** type,bool * memory_coherent,bool * memory_volatile,bool * memory_restrict,bool * memory_read_only,unsigned * image_format) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3853 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 in function:glsl_to_tgsi_visitor::visit_image_intrinsic
3916 &memory_restrict, &memory_read_only, &image_format);
4073 if (memory_restrict)
3851 get_image_qualifiers(ir_dereference * ir,const glsl_type ** type,bool * memory_coherent,bool * memory_volatile,bool * memory_restrict,bool * memory_read_only,enum pipe_format * image_format) argument

Completed in 68 milliseconds

12