Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c262 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src, in src_vector()
437 i915_emit_arith(p, opcode, get_result_vector(p, &inst->Dst[0]), in emit_simple_arith()
487 i915_emit_arith(p, A0_FLR, tmp, flags & A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
489 i915_emit_arith(p, A0_MOV, get_result_vector(p, &inst->Dst[0]), flags, 0, in i915_translate_instruction()
497 i915_emit_arith(p, A0_CMP, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
507 i915_emit_arith(p, A0_MOV, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
516 i915_emit_arith(p, A0_DP3, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
538 i915_emit_arith(p, A0_MUL, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
550 i915_emit_arith(p, A0_EXP, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
592 i915_emit_arith(p, A0_LOG, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
[all …]
Di915_fpc_emit.c106 i915_emit_arith(struct i915_fp_compile *p, uint32_t op, uint32_t dest, in i915_emit_arith() function
142 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, s[c[i]], 0, in i915_emit_arith()
203 i915_emit_arith(p, A0_MOV, tempReg, in i915_emit_texld()
219 i915_emit_arith(p, A0_MOV, dest, destmask, 0, tmp, 0, 0); in i915_emit_texld()
Di915_fpc.h190 extern uint32_t i915_emit_arith(struct i915_fp_compile *p, uint32_t op,