Searched refs:IMAGE_FUNCTION_WRITE_ONLY (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ | ||
| H A D | builtin_functions.cpp | 1278 IMAGE_FUNCTION_WRITE_ONLY = (1 << 5), enumerator in enum:__anon16b251870110::image_function_flags 4794 IMAGE_FUNCTION_WRITE_ONLY), 7476 image->data.memory_write_only = (flags & IMAGE_FUNCTION_WRITE_ONLY) != 0; |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ | ||
| H A D | builtin_functions.cpp | 1175 IMAGE_FUNCTION_WRITE_ONLY = (1 << 5), enumerator in enum:__anon897f90140110::image_function_flags 4326 IMAGE_FUNCTION_WRITE_ONLY), 6942 image->data.memory_write_only = (flags & IMAGE_FUNCTION_WRITE_ONLY) != 0; |
Completed in 21 milliseconds