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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 188 RC_OPCODE_TXP,
r300_fragprog_swizzle.c 116 opcode == RC_OPCODE_TXP) {
radeon_opcodes.c 387 .Opcode = RC_OPCODE_TXP,
569 case RC_OPCODE_TXP:
radeon_program_tex.c 135 inst->U.I.Opcode != RC_OPCODE_TXP &&
177 if (inst->U.I.Opcode == RC_OPCODE_TXP) {
191 inst_mul->U.I.Opcode = inst->U.I.Opcode == RC_OPCODE_TXP ? RC_OPCODE_MUL : RC_OPCODE_MOV;
199 if (inst->U.I.Opcode == RC_OPCODE_TXP) {
269 if (inst->U.I.Opcode == RC_OPCODE_TXP &&
r500_fragprog.c 190 opcode == RC_OPCODE_TXP ||
r300_fragprog_emit.c 442 case RC_OPCODE_TXP: opcode = R300_TEX_OP_TXP; break;
r500_fragprog_emit.c 402 case RC_OPCODE_TXP:
radeon_optimize.c 95 inst->U.I.Opcode == RC_OPCODE_TXP ||
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 87 case TGSI_OPCODE_TXP: return RC_OPCODE_TXP;

Completed in 78 milliseconds