Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1002 IMAGE_FUNCTION_WRITE_ONLY = (1 << 5), enumerator
3438 IMAGE_FUNCTION_WRITE_ONLY), in add_image_functions()
6018 image->data.memory_write_only = (flags & IMAGE_FUNCTION_WRITE_ONLY) != 0; in _image_prototype()