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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 128 RC_OPCODE_MUL,
radeon_pair_translate.c 72 case RC_OPCODE_MUL:
110 case RC_OPCODE_MUL:
radeon_program_tex.c 67 inst_mov->U.I.Opcode = RC_OPCODE_MUL;
100 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV;
330 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
448 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
radeon_program_alu.c 308 emit2(c, inst->Prev, RC_OPCODE_MUL, &inst->U.I, inst->U.I.DstReg,
402 emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1]));
633 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dst,
799 emit2(c, inst->Prev, RC_OPCODE_MUL, 0,
980 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, dstregtmpmask(tempreg, RC_MASK_XY),
    [all...]
radeon_opcodes.c 228 .Opcode = RC_OPCODE_MUL,
radeon_optimize.c 217 inst->U.I.Opcode = RC_OPCODE_MUL;
392 if (inst->U.I.Opcode == RC_OPCODE_MUL)
884 if (cur->U.I.Opcode == RC_OPCODE_MUL) {
radeon_compiler.c 260 inst_mul->U.I.Opcode = RC_OPCODE_MUL;
r3xx_vertprog.c 414 case RC_OPCODE_MUL: ei_vector2(compiler->code, VE_MULTIPLY, vpi, inst); break;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 42 case TGSI_OPCODE_MUL: return RC_OPCODE_MUL;

Completed in 74 milliseconds