Searched refs:A0_SGE (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 727 i915_emit_arith(p, A0_SGE, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 731 i915_emit_arith(p, A0_SGE, tmp, A0_DEST_CHANNEL_ALL, 0, src0, src1, 0); in i915_translate_instruction() 733 i915_emit_arith(p, A0_SGE, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 745 emit_simple_arith(p, inst, A0_SGE, 2, fs); in i915_translate_instruction() 750 emit_simple_arith_swap2(p, inst, A0_SGE, 2, fs); in i915_translate_instruction()
|
H A D | i915_reg.h | 542 #define A0_SGE (0x13 << 24) /* dst = src0 >= src1 ? 1.0 : 0.0 */ macro
|
Completed in 5 milliseconds