Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_defines.h534 #define BRW_CONDITIONAL_NEQ 2 /* NZ */ macro
Dbrw_wm_emit.c681 emit_sop(p, dst, mask, BRW_CONDITIONAL_NEQ, arg0, arg1); in emit_sne()
Dbrw_vs_emit.c530 emit_sop(c, dst, arg0, arg1, BRW_CONDITIONAL_NEQ); in emit_sne()