/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 299 i915_emit_arith( p, \ 398 i915_emit_arith(p, in upload_program() 426 i915_emit_arith(p, in upload_program() 441 …i915_emit_arith(p, A0_CMP, get_result_vector(p, inst), get_result_flags(inst), 0, src0, src2, src1… in upload_program() 451 i915_emit_arith(p, in upload_program() 458 i915_emit_arith(p, A0_FRC, tmp, A0_DEST_CHANNEL_X, 0, tmp, 0, 0); in upload_program() 460 i915_emit_arith(p, in upload_program() 472 i915_emit_arith(p, in upload_program() 480 i915_emit_arith(p, in upload_program() 488 i915_emit_arith(p, in upload_program() [all …]
|
D | i915_program.c | 140 i915_emit_arith(struct i915_fragment_program * p, in i915_emit_arith() function 178 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, in i915_emit_arith() 233 i915_emit_arith( p, A0_MOV, swizCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0 ); in i915_emit_texld() 243 i915_emit_arith( p, A0_MOV, dest, destmask, 0, tmp, 0, 0 ); in i915_emit_texld() 263 i915_emit_arith(p, A0_MOV, tmpCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0); in i915_emit_texld()
|
D | i915_program.h | 120 extern GLuint i915_emit_arith(struct i915_fragment_program *p,
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 222 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src, in src_vector() 388 i915_emit_arith(p, opcode, get_result_vector(p, &inst->Dst[0]), in emit_simple_arith() 438 i915_emit_arith(p, A0_FLR, tmp, flags & A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction() 440 i915_emit_arith(p, A0_MOV, get_result_vector(p, &inst->Dst[0]), flags, 0, in i915_translate_instruction() 448 i915_emit_arith(p, A0_CMP, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 458 i915_emit_arith(p, A0_MOV, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 467 i915_emit_arith(p, A0_DP3, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 489 i915_emit_arith(p, A0_MUL, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 501 i915_emit_arith(p, A0_EXP, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() 543 i915_emit_arith(p, A0_LOG, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction() [all …]
|
D | i915_fpc_emit.c | 106 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() 214 i915_emit_arith(p, A0_MOV, tempReg, in i915_emit_texld() 230 i915_emit_arith(p, A0_MOV, dest, destmask, 0, tmp, 0, 0); in i915_emit_texld()
|
D | i915_fpc.h | 190 extern uint32_t i915_emit_arith(struct i915_fp_compile *p, uint32_t op,
|