Searched defs:memory_write_only (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | ir_print_visitor.cpp | 192 const char *const memory_write_only = (ir->data.memory_write_only) ? "writeonly " : ""; local in function:ir_print_visitor::visit |
| H A D | ir.h | 864 unsigned memory_write_only:1; /**< "writeonly" qualifier. */ member in struct:ir_variable::ir_variable_data |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | ir_print_visitor.cpp | 207 const char *const memory_write_only = (ir->data.memory_write_only) ? "writeonly " : ""; local in function:ir_print_visitor::visit |
| H A D | ir.h | 849 unsigned memory_write_only:1; /**< "writeonly" qualifier. */ member in struct:ir_variable::ir_variable_data |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ | ||
| H A D | glsl_types.h | 1150 unsigned memory_write_only:1; member in struct:glsl_struct_field |
| /xsrc/external/mit/MesaLib/dist/src/compiler/ | ||
| H A D | glsl_types.h | 1447 unsigned memory_write_only:1; member in struct:glsl_struct_field::__anona742a422030a::__anona742a4220408 |
Completed in 14 milliseconds