Home
last modified time | relevance | path

Searched refs:CondSwizzle (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_print.c579 _mesa_swizzle_string(dstReg->CondSwizzle, in fprint_dst_reg()
771 _mesa_swizzle_string(inst->DstReg.CondSwizzle, in _mesa_fprint_instruction_opt()
787 _mesa_swizzle_string(inst->DstReg.CondSwizzle, 0, GL_FALSE)); in _mesa_fprint_instruction_opt()
801 _mesa_swizzle_string(inst->DstReg.CondSwizzle, in _mesa_fprint_instruction_opt()
824 _mesa_swizzle_string(inst->DstReg.CondSwizzle, 0, GL_FALSE), in _mesa_fprint_instruction_opt()
857 _mesa_swizzle_string(inst->DstReg.CondSwizzle, 0, GL_FALSE)); in _mesa_fprint_instruction_opt()
Dprogram_parse.y470 $$->Base.DstReg.CondSwizzle = $2.CondSwizzle;
639 $$.CondSwizzle = $3.CondSwizzle;
1032 $$.CondSwizzle = SWIZZLE_NOOP;
1040 $$.CondSwizzle = $2.swizzle;
1047 $$.CondSwizzle = $2.swizzle;
1069 $$.CondSwizzle = SWIZZLE_NOOP;
1092 $$.CondSwizzle = SWIZZLE_NOOP;
2330 r->CondSwizzle = SWIZZLE_NOOP;
2352 r->CondSwizzle = SWIZZLE_NOOP;
Dprog_execute.c458 const GLuint swizzle = inst->DstReg.CondSwizzle; in eval_condition()
506 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)], in store_vector4()
511 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)], in store_vector4()
516 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)], in store_vector4()
521 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)], in store_vector4()
577 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 0)], in store_vector4ui()
582 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 1)], in store_vector4ui()
587 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 2)], in store_vector4ui()
592 if (!test_cc(machine->CondCodes[GET_SWZ(dstReg->CondSwizzle, 3)], in store_vector4ui()
Dprog_instruction.h322 GLuint CondSwizzle:12; member
Dprog_instruction.c56 inst[i].DstReg.CondSwizzle = SWIZZLE_NOOP; in _mesa_init_instructions()
Dnvfragparse.c699 dstReg->CondSwizzle = MAKE_SWIZZLE4(swz[0], swz[1], swz[2], swz[3]); in Parse_CondCodeMask()
948 dstReg->CondSwizzle = SWIZZLE_NOOP; in Parse_MaskedDstReg()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c142 reg.CondSwizzle = 0; in dst_reg()
Dbrw_vs_emit.c1790 switch (inst->DstReg.CondSwizzle) { in get_predicate()
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c548 dst->CondSwizzle = SWIZZLE_NOOP; in emit_dst()