Home
last modified time | relevance | path

Searched refs:memory_restrict (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dopt_structure_splitting.cpp355 new_var->data.memory_restrict = in do_structure_splitting()
356 type->fields.structure[i].memory_restrict; in do_structure_splitting()
Dopt_array_splitting.cpp479 new_var->data.memory_restrict = entry->var->data.memory_restrict; in optimize_split_arrays()
Dir_print_visitor.cpp195 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; in visit() local
208 memory_coherent, memory_volatile, memory_restrict, in visit()
Dir.cpp2064 this->data.memory_restrict = false; in ir_variable()
2198 a->data.memory_restrict != b->data.memory_restrict) { in qualifiers_match()
Dglsl_to_nir.cpp610 if (ir->data.memory_restrict) in visit()
645 if (field->memory_restrict) in visit()
947 if (field->memory_restrict) in deref_get_qualifier()
Dast_function.cpp135 if (actual->data.memory_restrict && !formal->data.memory_restrict) { in verify_image_parameter()
Dir.h861 unsigned memory_restrict:1; member
Dbuiltin_variables.cpp400 this->fields[this->num_fields].memory_restrict = 0; in add_field()
Dast_to_hir.cpp3551 var->data.memory_restrict |= qual->flags.q.restrict_flag; in apply_image_qualifier_to_variable()
7811 fields[i].memory_restrict = qual->flags.q.restrict_flag || in ast_process_struct_or_iface_block_members()
7969 var->data.memory_restrict = field.memory_restrict; in apply_memory_qualifiers()
Dbuiltin_functions.cpp8194 image->data.memory_restrict = true; in _image_prototype()
8234 image->data.memory_restrict = true; in _image_size_prototype()
8259 image->data.memory_restrict = true; in _image_samples_prototype()
/third_party/mesa3d/src/compiler/
Dglsl_types.h1466 unsigned memory_restrict:1; member
Dglsl_types.cpp1388 if (this->fields.structure[i].memory_restrict in record_compare()
1389 != b->fields.structure[i].memory_restrict) in record_compare()