Searched refs:memory_restrict (Results 1 – 10 of 10) sorted by relevance
210 const char *const memory_restrict = (ir->data.memory_restrict) ? "restrict " : ""; in visit() local223 memory_coherent, memory_volatile, memory_restrict, in visit()
2012 this->data.memory_restrict = false; in ir_variable()2124 a->data.memory_restrict != b->data.memory_restrict) { in qualifiers_match()
540 if (ir->data.memory_restrict) in visit()563 if (field->memory_restrict) in visit()896 if (field->memory_restrict) in deref_get_qualifier()
139 if (actual->data.memory_restrict && !formal->data.memory_restrict) { in verify_image_parameter()
813 unsigned memory_restrict:1; member
399 this->fields[this->num_fields].memory_restrict = 0; in add_field()
3621 var->data.memory_restrict |= qual->flags.q.restrict_flag; in apply_image_qualifier_to_variable()7911 fields[i].memory_restrict = qual->flags.q.restrict_flag || in ast_process_struct_or_iface_block_members()8079 var->data.memory_restrict = field.memory_restrict; in apply_memory_qualifiers()
8854 image->data.memory_restrict = true; in _image_prototype()8894 image->data.memory_restrict = true; in _image_size_prototype()8919 image->data.memory_restrict = true; in _image_samples_prototype()
452 unsigned memory_restrict:1; member
1472 if (a->fields.structure[i].memory_restrict in glsl_record_compare()1473 != b->fields.structure[i].memory_restrict) in glsl_record_compare()