Home
last modified time | relevance | path

Searched refs:image_coherent (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/compiler/
Dglsl_types.h945 unsigned image_coherent:1; member
963 image_coherent(0), image_volatile(0), image_restrict(0), in glsl_struct_field()
Dglsl_types.cpp914 if (this->fields.structure[i].image_coherent in record_compare()
915 != b->fields.structure[i].image_coherent) in record_compare()
/external/mesa3d/src/compiler/glsl/
Dir.cpp1562 this->data.image_coherent = false; in ir_variable()
1686 a->data.image_coherent != b->data.image_coherent || in qualifiers_match()
Dlower_ubo_reference.cpp414 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()
Dast_function.cpp109 if (actual->data.image_coherent && !formal->data.image_coherent) { in verify_image_parameter()
Dir.h835 unsigned image_coherent:1; member
Dbuiltin_variables.cpp340 this->fields[this->num_fields].image_coherent = 0; in add_field()
Dast_to_hir.cpp3270 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()
Dglsl_to_nir.cpp410 var->data.image.coherent = ir->data.image_coherent; in visit()
Dbuiltin_functions.cpp5555 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()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3739 if (imgvar->data.image_coherent) in visit_image_intrinsic()