Searched defs:EMIT_ARITH (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c286 #define EMIT_ARITH( OP, N ) \ macro
297 #define EMIT_1ARG_ARITH( OP ) EMIT_ARITH( OP, 1 )
298 #define EMIT_2ARG_ARITH( OP ) EMIT_ARITH( OP, 2 )
299 #define EMIT_3ARG_ARITH( OP ) EMIT_ARITH( OP, 3 )

Completed in 37 milliseconds