Home
last modified time | relevance | path

Searched refs:RC_OPCODE_KIL (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_tex.c137 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()
Dradeon_opcodes.h96 RC_OPCODE_KIL, enumerator
Dradeon_opcodes.c157 .Opcode = RC_OPCODE_KIL,
494 if (opcode->Opcode == RC_OPCODE_KIL) in rc_compute_sources_for_writemask()
Dr500_fragprog.c194 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()
Dr300_fragprog_swizzle.c115 if (opcode == RC_OPCODE_KIL || in r300_swizzle_is_native()
Dr300_fragprog_emit.c441 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()
Dr500_fragprog_emit.c395 case RC_OPCODE_KIL: in emit_tex()
418 if (inst->Opcode != RC_OPCODE_KIL) in emit_tex()
Dradeon_pair_translate.c371 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL) in rc_pair_translate()
Dradeon_optimize.c100 inst->U.I.Opcode == RC_OPCODE_KIL)){ in copy_propagate_scan_read()
Dradeon_pair_schedule.c1103 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) { in emit_instruction()
Dradeon_program_alu.c1176 inst->U.I.Opcode = RC_OPCODE_KIL; in rc_transform_KILL()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c119 case TGSI_OPCODE_KILL_IF: return RC_OPCODE_KIL; in translate_opcode()