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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 101 RC_OPCODE_KIL,
radeon_program_tex.c 138 inst->U.I.Opcode != RC_OPCODE_KIL)
142 if (inst->U.I.Opcode != RC_OPCODE_KIL &&
262 if (inst->U.I.Opcode != RC_OPCODE_KIL &&
299 if (inst->U.I.Opcode != RC_OPCODE_KIL &&
408 if (inst->U.I.Opcode != RC_OPCODE_KIL &&
440 if (inst->U.I.Opcode != RC_OPCODE_KIL &&
486 if (inst->U.I.Opcode != RC_OPCODE_KIL &&
r300_fragprog_swizzle.c 113 if (opcode == RC_OPCODE_KIL ||
radeon_opcodes.c 169 .Opcode = RC_OPCODE_KIL,
532 if (opcode->Opcode == RC_OPCODE_KIL)
r500_fragprog.c 193 opcode == RC_OPCODE_KIL) {
197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
r300_fragprog_emit.c 439 case RC_OPCODE_KIL: opcode = R300_TEX_OP_KIL; break;
448 if (inst->U.I.Opcode == RC_OPCODE_KIL) {
radeon_pair_translate.c 369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
r500_fragprog_emit.c 393 case RC_OPCODE_KIL:
416 if (inst->Opcode != RC_OPCODE_KIL)
radeon_optimize.c 98 inst->U.I.Opcode == RC_OPCODE_KIL)){
radeon_pair_schedule.c 1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) {
    [all...]
radeon_program_alu.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 140 case TGSI_OPCODE_KIL: return RC_OPCODE_KIL;

Completed in 65 milliseconds