Searched refs:RC_OPCODE_KIL (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h101 RC_OPCODE_KIL, enumerator in enum:__anon12200
H A Dradeon_program_tex.c138 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 &&
H A Dr300_fragprog_swizzle.c113 if (opcode == RC_OPCODE_KIL ||
H A Dradeon_opcodes.c169 .Opcode = RC_OPCODE_KIL,
532 if (opcode->Opcode == RC_OPCODE_KIL)
H A Dr500_fragprog.c193 opcode == RC_OPCODE_KIL) {
197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
H A Dr300_fragprog_emit.c439 case RC_OPCODE_KIL: opcode = R300_TEX_OP_KIL; break;
448 if (inst->U.I.Opcode == RC_OPCODE_KIL) {
H A Dradeon_pair_translate.c369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
H A Dr500_fragprog_emit.c393 case RC_OPCODE_KIL:
416 if (inst->Opcode != RC_OPCODE_KIL)
H A Dradeon_optimize.c98 inst->U.I.Opcode == RC_OPCODE_KIL)){
H A Dradeon_pair_schedule.c1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) {
H A Dradeon_program_alu.c1259 inst->U.I.Opcode = RC_OPCODE_KIL;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.h101 RC_OPCODE_KIL, enumerator in enum:__anon22583
H A Dradeon_program_tex.c138 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 &&
H A Dr300_fragprog_swizzle.c113 if (opcode == RC_OPCODE_KIL ||
H A Dradeon_opcodes.c169 .Opcode = RC_OPCODE_KIL,
532 if (opcode->Opcode == RC_OPCODE_KIL)
H A Dr500_fragprog.c193 opcode == RC_OPCODE_KIL) {
197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
H A Dr300_fragprog_emit.c439 case RC_OPCODE_KIL: opcode = R300_TEX_OP_KIL; break;
448 if (inst->U.I.Opcode == RC_OPCODE_KIL) {
H A Dradeon_pair_translate.c369 if (opcode->HasTexture || opcode->IsFlowControl || opcode->Opcode == RC_OPCODE_KIL)
H A Dr500_fragprog_emit.c393 case RC_OPCODE_KIL:
416 if (inst->Opcode != RC_OPCODE_KIL)
H A Dradeon_optimize.c98 inst->U.I.Opcode == RC_OPCODE_KIL)){
H A Dradeon_pair_schedule.c1107 if (tex_ptr->Instruction->U.I.Opcode == RC_OPCODE_KIL) {
H A Dradeon_program_alu.c1259 inst->U.I.Opcode = RC_OPCODE_KIL;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c140 case TGSI_OPCODE_KIL: return RC_OPCODE_KIL;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c140 case TGSI_OPCODE_KIL: return RC_OPCODE_KIL;

Completed in 117 milliseconds