Searched refs:RC_OPCODE_KIL (Results 1 – 12 of 12) sorted by relevance
137 inst->U.I.Opcode != RC_OPCODE_KIL) in radeonTransformTEX()141 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()261 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()298 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()407 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()438 if (inst->U.I.Opcode != RC_OPCODE_KIL && in radeonTransformTEX()
96 RC_OPCODE_KIL, enumerator
157 .Opcode = RC_OPCODE_KIL,494 if (opcode->Opcode == RC_OPCODE_KIL) in rc_compute_sources_for_writemask()
194 opcode == RC_OPCODE_KIL) { in r500_swizzle_is_native()198 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE)) in r500_swizzle_is_native()
115 if (opcode == RC_OPCODE_KIL || in r300_swizzle_is_native()
441 case RC_OPCODE_KIL: opcode = R300_TEX_OP_KIL; break; in emit_tex()450 if (inst->U.I.Opcode == RC_OPCODE_KIL) { in emit_tex()
395 case RC_OPCODE_KIL: in emit_tex()418 if (inst->Opcode != RC_OPCODE_KIL) in emit_tex()
371 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL) in rc_pair_translate()
100 inst->U.I.Opcode == RC_OPCODE_KIL)){ in copy_propagate_scan_read()
1103 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) { in emit_instruction()
1176 inst->U.I.Opcode = RC_OPCODE_KIL; in rc_transform_KILL()
119 case TGSI_OPCODE_KILL_IF: return RC_OPCODE_KIL; in translate_opcode()