| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| glsl_types.h | 1151 unsigned memory_coherent:1; member in struct:glsl_struct_field 1174 memory_write_only(0), memory_coherent(0), memory_volatile(0), 1186 memory_write_only(0), memory_coherent(0), memory_volatile(0),
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| opt_array_splitting.cpp | 485 new_var->data.memory_coherent = entry->var->data.memory_coherent;
|
| opt_structure_splitting.cpp | 354 new_var->data.memory_coherent = 355 type->fields.structure[i].memory_coherent;
|
| ir_print_visitor.cpp | 193 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; local 208 memory_coherent, memory_volatile, memory_restrict,
|
| lower_ubo_reference.cpp | 423 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) | 427 return ((variable->data.memory_coherent ? ACCESS_COHERENT : 0) |
|
| lower_blend_equation_advanced.cpp | 484 fb->data.memory_coherent = coherent;
|
| builtin_variables.cpp | 397 this->fields[this->num_fields].memory_coherent = 0; 1367 var->data.memory_coherent = 1;
|
| ast_to_hir.cpp | 2074 if (var->data.fb_fetch_output && var->data.memory_coherent && 3535 var->data.memory_coherent |= qual->flags.q.coherent; 4130 var->data.memory_coherent = !qual->flags.q.non_coherent; 4138 if (var->data.memory_coherent && 4447 earlier->data.memory_coherent = var->data.memory_coherent; 7781 fields[i].memory_coherent = qual->flags.q.coherent || 7941 var->data.memory_coherent = field.memory_coherent;
|
| glsl_to_nir.cpp | 570 if (ir->data.memory_coherent) 605 if (field->memory_coherent) 906 if (field->memory_coherent)
|
| ir.cpp | 2063 this->data.memory_coherent = false; 2197 a->data.memory_coherent != b->data.memory_coherent ||
|
| ast_function.cpp | 120 if (actual->data.memory_coherent && !formal->data.memory_coherent) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| opt_array_splitting.cpp | 483 new_var->data.memory_coherent = entry->var->data.memory_coherent;
|
| opt_structure_splitting.cpp | 354 new_var->data.memory_coherent = 355 type->fields.structure[i].memory_coherent;
|
| ir_print_visitor.cpp | 208 const char *const memory_coherent = (ir->data.memory_coherent) ? "coherent " : ""; local 222 memory_coherent, memory_volatile, memory_restrict,
|
| lower_ubo_reference.cpp | 421 return ((struct_field->memory_coherent ? ACCESS_COHERENT : 0) | 425 return ((variable->data.memory_coherent ? ACCESS_COHERENT : 0) |
|
| ir.cpp | 1745 this->data.memory_coherent = false; 1868 a->data.memory_coherent != b->data.memory_coherent ||
|
| lower_blend_equation_advanced.cpp | 484 fb->data.memory_coherent = coherent;
|
| builtin_variables.cpp | 350 this->fields[this->num_fields].memory_coherent = 0; 1213 var->data.memory_coherent = 1;
|
| ast_to_hir.cpp | 2034 if (var->data.fb_fetch_output && var->data.memory_coherent && 3466 var->data.memory_coherent |= qual->flags.q.coherent; 4057 var->data.memory_coherent = !qual->flags.q.non_coherent; 4065 if (var->data.memory_coherent && 4374 earlier->data.memory_coherent = var->data.memory_coherent; 7531 fields[i].memory_coherent = qual->flags.q.coherent || 7681 var->data.memory_coherent = field.memory_coherent;
|
| ast_function.cpp | 113 if (actual->data.memory_coherent && !formal->data.memory_coherent) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| glsl_types.h | 1448 unsigned memory_coherent:1; member in struct:glsl_struct_field::__anon760::__anon761
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_deref.c | 322 if (field->memory_coherent)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_glsl_to_tgsi.cpp | 3852 bool *memory_coherent, bool *memory_volatile, 3864 *memory_coherent = 3865 struct_type->fields.structure[fild_idx].memory_coherent; 3880 memory_coherent, memory_volatile, memory_restrict, 3889 *memory_coherent = var->data.memory_coherent; 3910 bool memory_coherent = false, memory_volatile = false, local 3915 get_image_qualifiers(img, &type, &memory_coherent, &memory_volatile, 4071 if (memory_coherent)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_glsl_to_tgsi.cpp | 3761 bool *memory_coherent, bool *memory_volatile, 3773 *memory_coherent = 3774 struct_type->fields.structure[fild_idx].memory_coherent; 3789 memory_coherent, memory_volatile, memory_restrict, 3798 *memory_coherent = var->data.memory_coherent; 3819 bool memory_coherent = false, memory_volatile = false, local 3824 get_image_qualifiers(img, &type, &memory_coherent, &memory_volatile, 3966 if (memory_coherent)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_deref.c | 457 if (field->memory_coherent)
|