Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_tex.c138 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()
Dradeon_opcodes.h105 RC_OPCODE_KIL, enumerator
Dradeon_opcodes.c175 .Opcode = RC_OPCODE_KIL,
538 if (opcode->Opcode == RC_OPCODE_KIL) in rc_compute_sources_for_writemask()
Dr500_fragprog.c193 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()
Dr300_fragprog_swizzle.c113 if (opcode == RC_OPCODE_KIL || in r300_swizzle_is_native()
Dr300_fragprog_emit.c439 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()
Dr500_fragprog_emit.c393 case RC_OPCODE_KIL: in emit_tex()
416 if (inst->Opcode != RC_OPCODE_KIL) in emit_tex()
Dradeon_pair_translate.c369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL) in rc_pair_translate()
Dradeon_optimize.c98 inst->U.I.Opcode == RC_OPCODE_KIL)){ in copy_propagate_scan_read()
Dradeon_pair_schedule.c1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) { in emit_instruction()
Dradeon_program_alu.c1259 inst->U.I.Opcode = RC_OPCODE_KIL; in rc_transform_KILL()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c125 case TGSI_OPCODE_KILL_IF: return RC_OPCODE_KIL; in translate_opcode()