Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.h58 LP_FUNC_ATTR_WRITEONLY = LLVM_VERSION_MAJOR >= 4 ? (1 << 7) : 0, enumerator
Dlp_bld_intr.c162 case LP_FUNC_ATTR_WRITEONLY: return "writeonly"; in attr_to_str()