HomeSort by relevance Sort by last modified time
    Searched refs:OPCODE_DP4 (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass1.c 275 case OPCODE_DP4:
brw_wm.c 78 case OPCODE_DP4:
brw_wm_emit.c 64 [OPCODE_DP4] = 2,
    [all...]
brw_vs_emit.c 52 [OPCODE_DP4] = 2,
    [all...]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 198 case OPCODE_DP4:
216 if (inst->Opcode == OPCODE_DP4)
prog_instruction.c 176 { OPCODE_DP4, "DP4", 2, 1 },
prog_instruction.h 168 OPCODE_DP4, /* X X X X X */
nvfragparse.c 93 { "DP4", OPCODE_DP4, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S },
94 { "DST", OPCODE_DP4, INPUT_2V, OUTPUT_V, _R | _H | _C | _S },
95 { "EX2", OPCODE_DP4, INPUT_1S, OUTPUT_S, _R | _H | _C | _S },
    [all...]
programopt.c 90 newInst[i].Opcode = OPCODE_DP4;
prog_optimize.c 719 case OPCODE_DP4:
    [all...]
ir_to_mesa.cpp 415 OPCODE_DP2, OPCODE_DP3, OPCODE_DP4
    [all...]
prog_execute.c 852 case OPCODE_DP4:
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 658 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]);
659 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]);
660 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]);
661 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]);
768 emit_op2(p, OPCODE_DP4, p->eye_position_z, 0, pos, modelview[2]);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 562 case OPCODE_DP4:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 528 case OPCODE_DP4:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 317 case OPCODE_DP4: return R200_VPI_OUT_OP_DOT;
    [all...]

Completed in 177 milliseconds