Searched refs:memory_volatile (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h1152 unsigned memory_volatile: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),
H A Dglsl_types.cpp1098 if (this->fields.structure[i].memory_volatile
1099 != b->fields.structure[i].memory_volatile)
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_array_splitting.cpp486 new_var->data.memory_volatile = entry->var->data.memory_volatile;
H A Dopt_structure_splitting.cpp356 new_var->data.memory_volatile =
357 type->fields.structure[i].memory_volatile;
H A Dir_print_visitor.cpp194 const char *const memory_volatile = (ir->data.memory_volatile) ? "volatile " : ""; local in function:ir_print_visitor::visit
208 memory_coherent, memory_volatile, memory_restrict,
H A Dlower_ubo_reference.cpp425 (struct_field->memory_volatile ? ACCESS_VOLATILE : 0));
429 (variable->data.memory_volatile ? ACCESS_VOLATILE : 0));
H A Dglsl_to_nir.cpp572 if (ir->data.memory_volatile)
607 if (field->memory_volatile)
908 if (field->memory_volatile)
H A Dir.cpp2064 this->data.memory_volatile = false;
2198 a->data.memory_volatile != b->data.memory_volatile ||
H A Dast_function.cpp127 if (actual->data.memory_volatile && !formal->data.memory_volatile) {
H A Dbuiltin_variables.cpp398 this->fields[this->num_fields].memory_volatile = 0;
H A Dir.h866 unsigned memory_volatile:1; member in struct:ir_variable::ir_variable_data
H A Dast_to_hir.cpp3536 var->data.memory_volatile |= qual->flags.q._volatile;
7783 fields[i].memory_volatile = qual->flags.q._volatile ||
7942 var->data.memory_volatile = field.memory_volatile;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_array_splitting.cpp484 new_var->data.memory_volatile = entry->var->data.memory_volatile;
H A Dopt_structure_splitting.cpp356 new_var->data.memory_volatile =
357 type->fields.structure[i].memory_volatile;
H A Dir_print_visitor.cpp209 const char *const memory_volatile = (ir->data.memory_volatile) ? "volatile " : ""; local in function:ir_print_visitor::visit
222 memory_coherent, memory_volatile, memory_restrict,
H A Dlower_ubo_reference.cpp423 (struct_field->memory_volatile ? ACCESS_VOLATILE : 0));
427 (variable->data.memory_volatile ? ACCESS_VOLATILE : 0));
H A Dir.cpp1746 this->data.memory_volatile = false;
1869 a->data.memory_volatile != b->data.memory_volatile ||
H A Dast_function.cpp120 if (actual->data.memory_volatile && !formal->data.memory_volatile) {
H A Dglsl_to_nir.cpp509 if (ir->data.memory_volatile)
540 if (field->memory_volatile)
H A Dbuiltin_variables.cpp351 this->fields[this->num_fields].memory_volatile = 0;
H A Dir.h851 unsigned memory_volatile:1; member in struct:ir_variable::ir_variable_data
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h1449 unsigned memory_volatile:1; member in struct:glsl_struct_field::__anona742a422030a::__anona742a4220408
H A Dglsl_types.cpp1274 if (this->fields.structure[i].memory_volatile
1275 != b->fields.structure[i].memory_volatile)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3761 bool *memory_coherent, bool *memory_volatile,
3775 *memory_volatile =
3776 struct_type->fields.structure[fild_idx].memory_volatile;
3789 memory_coherent, memory_volatile, memory_restrict,
3799 *memory_volatile = var->data.memory_volatile;
3819 bool memory_coherent = false, memory_volatile = false, local in function:glsl_to_tgsi_visitor::visit_image_intrinsic
3824 get_image_qualifiers(img, &type, &memory_coherent, &memory_volatile,
3970 if (memory_volatile)
3760 get_image_qualifiers(ir_dereference * ir,const glsl_type ** type,bool * memory_coherent,bool * memory_volatile,bool * memory_restrict,bool * memory_read_only,unsigned * image_format) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp3852 bool *memory_coherent, bool *memory_volatile,
3866 *memory_volatile =
3867 struct_type->fields.structure[fild_idx].memory_volatile;
3880 memory_coherent, memory_volatile, memory_restrict,
3890 *memory_volatile = var->data.memory_volatile;
3910 bool memory_coherent = false, memory_volatile = false, local in function:glsl_to_tgsi_visitor::visit_image_intrinsic
3915 get_image_qualifiers(img, &type, &memory_coherent, &memory_volatile,
4075 if (memory_volatile)
3851 get_image_qualifiers(ir_dereference * ir,const glsl_type ** type,bool * memory_coherent,bool * memory_volatile,bool * memory_restrict,bool * memory_read_only,enum pipe_format * image_format) argument

Completed in 84 milliseconds

12