Searched refs:memory_coherent (Results 1 – 13 of 13) sorted by relevance
351 new_var->data.memory_coherent = in do_structure_splitting()352 type->fields.structure[i].memory_coherent; in do_structure_splitting()
477 new_var->data.memory_coherent = entry->var->data.memory_coherent; in optimize_split_arrays()
193 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; in visit() local208 memory_coherent, memory_volatile, memory_restrict, in visit()
398 this->fields[this->num_fields].memory_coherent = 0; in add_field()1368 var->data.memory_coherent = 1; in generate_fs_special_vars()1377 depth_var->data.memory_coherent = 1; in generate_fs_special_vars()1384 stencil_var->data.memory_coherent = 1; in generate_fs_special_vars()
2076 if (var->data.memory_coherent && !state->EXT_shader_framebuffer_fetch_enable) { in do_hir()3549 var->data.memory_coherent |= qual->flags.q.coherent; in apply_image_qualifier_to_variable()4153 var->data.memory_coherent = !qual->flags.q.non_coherent; in apply_type_qualifier_to_variable()4161 if (var->data.memory_coherent && in apply_type_qualifier_to_variable()4471 earlier->data.memory_coherent = var->data.memory_coherent; in get_variable_being_redeclared()7807 fields[i].memory_coherent = qual->flags.q.coherent || in ast_process_struct_or_iface_block_members()7967 var->data.memory_coherent = field.memory_coherent; in apply_memory_qualifiers()
2062 this->data.memory_coherent = false; in ir_variable()2196 a->data.memory_coherent != b->data.memory_coherent || in qualifiers_match()
484 fb->data.memory_coherent = coherent; in lower_blend_equation_advanced()
606 if (ir->data.memory_coherent) in visit()641 if (field->memory_coherent) in visit()943 if (field->memory_coherent) in deref_get_qualifier()
121 if (actual->data.memory_coherent && !formal->data.memory_coherent) { in verify_image_parameter()
859 unsigned memory_coherent:1; member
8192 image->data.memory_coherent = true; in _image_prototype()8232 image->data.memory_coherent = true; in _image_size_prototype()8257 image->data.memory_coherent = true; in _image_samples_prototype()
1464 unsigned memory_coherent:1; member
1382 if (this->fields.structure[i].memory_coherent in record_compare()1383 != b->fields.structure[i].memory_coherent) in record_compare()