Searched refs:RC_OPCODE_KIL (Results 1 – 12 of 12) sorted by relevance
138 inst->U.I.Opcode != RC_OPCODE_KIL) in radeonTransformTEX()142 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()262 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()299 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()408 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()439 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()
105 RC_OPCODE_KIL, enumerator
175 .Opcode = RC_OPCODE_KIL,538 if (opcode->Opcode == RC_OPCODE_KIL) in rc_compute_sources_for_writemask()
193 opcode == RC_OPCODE_KIL) { in r500_swizzle_is_native()197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE)) in r500_swizzle_is_native()
113 if (opcode == RC_OPCODE_KIL || in r300_swizzle_is_native()
439 case RC_OPCODE_KIL: opcode = R300_TEX_OP_KIL; break; in emit_tex()448 if (inst->U.I.Opcode == RC_OPCODE_KIL) { in emit_tex()
393 case RC_OPCODE_KIL: in emit_tex()416 if (inst->Opcode != RC_OPCODE_KIL) in emit_tex()
369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL) in rc_pair_translate()
98 inst->U.I.Opcode == RC_OPCODE_KIL)){ in copy_propagate_scan_read()
1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) { in emit_instruction()
1259 inst->U.I.Opcode = RC_OPCODE_KIL; in rc_transform_KILL()
125 case TGSI_OPCODE_KILL_IF: return RC_OPCODE_KIL; in translate_opcode()