Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.h57 LP_FUNC_ATTR_WRITEONLY = HAVE_LLVM >= 0x0400 ? (1 << 7) : 0, enumerator
Dlp_bld_intr.c153 case LP_FUNC_ATTR_WRITEONLY: return "writeonly"; in attr_to_str()