Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c128 sign_mode = TGSI_UTIL_SIGN_KEEP; in tgsi_util_get_full_src_register_sign_mode()
157 case TGSI_UTIL_SIGN_KEEP: in tgsi_util_set_full_src_register_sign_mode()
Dtgsi_util.h63 #define TGSI_UTIL_SIGN_KEEP 3 /* No change */ macro
Dtgsi_ppc.c344 if (sign_op != TGSI_UTIL_SIGN_KEEP) { in emit_fetch()