Searched refs:A0_FLR (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_reg.h | 436 #define A0_FLR (0x10<<24) /* dst = floor(src0) */ macro
|
D | i915_fragprog.c | 571 EMIT_1ARG_ARITH(A0_FLR); in upload_program()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_reg.h | 436 #define A0_FLR (0x10<<24) /* dst = floor(src0) */ macro
|
D | i915_fragprog.c | 571 EMIT_1ARG_ARITH(A0_FLR); in upload_program()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_reg.h | 564 #define A0_FLR (0x10<<24) /* dst = floor(src0) */ macro
|
D | i915_fpc_translate.c | 520 A0_FLR, in i915_translate_instruction() 658 emit_simple_arith(p, inst, A0_FLR, 1, fs); in i915_translate_instruction()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_reg.h | 564 #define A0_FLR (0x10<<24) /* dst = floor(src0) */ macro
|
D | i915_fpc_translate.c | 520 A0_FLR, in i915_translate_instruction() 658 emit_simple_arith(p, inst, A0_FLR, 1, fs); in i915_translate_instruction()
|