Home
last modified time | relevance | path

Searched refs:memory_coherent (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dopt_structure_splitting.cpp351 new_var->data.memory_coherent = in do_structure_splitting()
352 type->fields.structure[i].memory_coherent; in do_structure_splitting()
Dopt_array_splitting.cpp477 new_var->data.memory_coherent = entry->var->data.memory_coherent; in optimize_split_arrays()
Dir_print_visitor.cpp193 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; in visit() local
208 memory_coherent, memory_volatile, memory_restrict, in visit()
Dbuiltin_variables.cpp398 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()
Dast_to_hir.cpp2076 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()
Dir.cpp2062 this->data.memory_coherent = false; in ir_variable()
2196 a->data.memory_coherent != b->data.memory_coherent || in qualifiers_match()
Dlower_blend_equation_advanced.cpp484 fb->data.memory_coherent = coherent; in lower_blend_equation_advanced()
Dglsl_to_nir.cpp606 if (ir->data.memory_coherent) in visit()
641 if (field->memory_coherent) in visit()
943 if (field->memory_coherent) in deref_get_qualifier()
Dast_function.cpp121 if (actual->data.memory_coherent && !formal->data.memory_coherent) { in verify_image_parameter()
Dir.h859 unsigned memory_coherent:1; member
Dbuiltin_functions.cpp8192 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()
/third_party/mesa3d/src/compiler/
Dglsl_types.h1464 unsigned memory_coherent:1; member
Dglsl_types.cpp1382 if (this->fields.structure[i].memory_coherent in record_compare()
1383 != b->fields.structure[i].memory_coherent) in record_compare()