Searched refs:image_coherent (Results 1 – 11 of 11) sorted by relevance
945 unsigned image_coherent:1; member963 image_coherent(0), image_volatile(0), image_restrict(0), in glsl_struct_field()
914 if (this->fields.structure[i].image_coherent in record_compare()915 != b->fields.structure[i].image_coherent) in record_compare()
1562 this->data.image_coherent = false; in ir_variable()1686 a->data.image_coherent != b->data.image_coherent || in qualifiers_match()
414 return ((struct_field->image_coherent ? ACCESS_COHERENT : 0) | in ssbo_access_params()418 return ((variable->data.image_coherent ? ACCESS_COHERENT : 0) | in ssbo_access_params()
109 if (actual->data.image_coherent && !formal->data.image_coherent) { in verify_image_parameter()
835 unsigned image_coherent:1; member
340 this->fields[this->num_fields].image_coherent = 0; in add_field()
3270 var->data.image_coherent |= qual->flags.q.coherent; in apply_image_qualifier_to_variable()7085 fields[i].image_coherent = qual->flags.q.coherent || in ast_process_struct_or_iface_block_members()7216 var->data.image_coherent = field.image_coherent; in apply_memory_qualifiers()
410 var->data.image.coherent = ir->data.image_coherent; in visit()
5555 image->data.image_coherent = true; in _image_prototype()5595 image->data.image_coherent = true; in _image_size_prototype()5620 image->data.image_coherent = true; in _image_samples_prototype()
3739 if (imgvar->data.image_coherent) in visit_image_intrinsic()