| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | 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),
|
| H A D | 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/ |
| H A D | opt_array_splitting.cpp | 487 new_var->data.memory_restrict = entry->var->data.memory_restrict;
|
| H A D | opt_structure_splitting.cpp | 358 new_var->data.memory_restrict = 359 type->fields.structure[i].memory_restrict;
|
| H A D | ir_print_visitor.cpp | 195 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 D | lower_ubo_reference.cpp | 424 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) | 428 (variable->data.memory_restrict ? ACCESS_RESTRICT : 0) |
|
| H A D | glsl_to_nir.cpp | 574 if (ir->data.memory_restrict) 609 if (field->memory_restrict) 910 if (field->memory_restrict)
|
| H A D | ir.cpp | 2065 this->data.memory_restrict = false; 2199 a->data.memory_restrict != b->data.memory_restrict) {
|
| H A D | ast_function.cpp | 134 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
|
| H A D | builtin_variables.cpp | 399 this->fields[this->num_fields].memory_restrict = 0;
|
| H A D | ir.h | 867 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
|
| H A D | 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/ |
| H A D | opt_array_splitting.cpp | 485 new_var->data.memory_restrict = entry->var->data.memory_restrict;
|
| H A D | opt_structure_splitting.cpp | 358 new_var->data.memory_restrict = 359 type->fields.structure[i].memory_restrict;
|
| H A D | ir_print_visitor.cpp | 210 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 D | lower_ubo_reference.cpp | 422 (struct_field->memory_restrict ? ACCESS_RESTRICT : 0) | 426 (variable->data.memory_restrict ? ACCESS_RESTRICT : 0) |
|
| H A D | ir.cpp | 1747 this->data.memory_restrict = false; 1870 a->data.memory_restrict != b->data.memory_restrict) {
|
| H A D | ast_function.cpp | 127 if (actual->data.memory_restrict && !formal->data.memory_restrict) {
|
| H A D | glsl_to_nir.cpp | 511 if (ir->data.memory_restrict) 542 if (field->memory_restrict)
|
| H A D | builtin_variables.cpp | 352 this->fields[this->num_fields].memory_restrict = 0;
|
| H A D | ir.h | 852 unsigned memory_restrict:1; member in struct:ir_variable::ir_variable_data
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | glsl_types.h | 1450 unsigned memory_restrict:1; member in struct:glsl_struct_field::__anona742a422030a::__anona742a4220408
|
| H A D | glsl_types.cpp | 1277 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 D | 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 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 D | 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 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
|