Searched refs:RC_SWIZZLE_UNUSED (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c49 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED)
70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED);
92 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED);
119 if (swz == RC_SWIZZLE_UNUSED) {
120 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_UNUSED);
128 swz = RC_SWIZZLE_UNUSED;
136 if (chan_swz == RC_SWIZZLE_UNUSED) {
139 if (swz == RC_SWIZZLE_UNUSED) {
158 swz1 == RC_SWIZZLE_UNUSED ||
169 if (swz2 == RC_SWIZZLE_UNUSED) {
[all...]
H A Dr500_fragprog.c117 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED,
118 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED);
122 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED,
123 RC_SWIZZLE_UNUSED, RC_SWIZZLE_Z);
176 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED,
177 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED);
202 if (swz == RC_SWIZZLE_UNUSED) {
[all...]
H A Dradeon_inline_literals.c113 swz = RC_SWIZZLE_UNUSED;
122 new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
126 if (swz == RC_SWIZZLE_UNUSED) {
H A Dr300_fragprog_swizzle.c80 if (swz == RC_SWIZZLE_UNUSED)
124 if (swz == RC_SWIZZLE_UNUSED)
136 if (GET_SWZ(reg.Swizzle, j) != RC_SWIZZLE_UNUSED)
170 if (swz == RC_SWIZZLE_UNUSED)
H A Dradeon_vert_fc.c46 src->Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED,
47 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W);
225 inst->U.I.SrcReg[1].Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED,
226 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, swz);
H A Dradeon_program_constants.h115 RC_SWIZZLE_UNUSED enumerator in enum:__anon952d6f910503
138 #define RC_SWIZZLE_UUUU RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED)
H A Dradeon_compiler_util.c65 * RC_SWIZZLE_UNUSED.
71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED);
112 return RC_SWIZZLE_UNUSED;
153 unsigned int new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
156 if (new_chan == RC_SWIZZLE_UNUSED) {
173 || GET_SWZ(conversion_swizzle, i) == RC_SWIZZLE_UNUSED) {
275 if (new_swz != RC_SWIZZLE_UNUSED) {
333 unsigned int swz = RC_SWIZZLE_UNUSED;
685 unsigned int conversion_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
747 if (swz != RC_SWIZZLE_UNUSED) {
[all...]
H A Dradeon_optimize.c209 if (swz == RC_SWIZZLE_UNUSED)
750 swz = RC_SWIZZLE_UNUSED;
755 if (j_swz == RC_SWIZZLE_UNUSED) {
758 if (swz == RC_SWIZZLE_UNUSED) {
H A Dradeon_program_pair.c194 unsigned int swz = RC_SWIZZLE_UNUSED;
H A Dradeon_pair_translate.c231 if (swz < RC_SWIZZLE_UNUSED)
H A Dradeon_pair_schedule.c818 unsigned int read_chan = RC_SWIZZLE_UNUSED;
853 if (read_chan == RC_SWIZZLE_UNUSED) {
955 if (swz != RC_SWIZZLE_UNUSED) {
H A Dradeon_dataflow_deadcode.c353 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan, RC_SWIZZLE_UNUSED);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow_swizzles.c49 if (GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan) != RC_SWIZZLE_UNUSED)
70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED);
92 GET_BIT(usemask, chan) ? chan : RC_SWIZZLE_UNUSED);
119 if (swz == RC_SWIZZLE_UNUSED) {
120 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_UNUSED);
128 swz = RC_SWIZZLE_UNUSED;
136 if (chan_swz == RC_SWIZZLE_UNUSED) {
139 if (swz == RC_SWIZZLE_UNUSED) {
158 swz1 == RC_SWIZZLE_UNUSED ||
169 if (swz2 == RC_SWIZZLE_UNUSED) {
[all...]
H A Dr500_fragprog.c118 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED,
119 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED);
123 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED,
124 RC_SWIZZLE_UNUSED, RC_SWIZZLE_Z);
177 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED,
178 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED);
203 if (swz == RC_SWIZZLE_UNUSED) {
[all...]
H A Dradeon_inline_literals.c113 swz = RC_SWIZZLE_UNUSED;
122 new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
126 if (swz == RC_SWIZZLE_UNUSED) {
H A Dr300_fragprog_swizzle.c80 if (swz == RC_SWIZZLE_UNUSED)
124 if (swz == RC_SWIZZLE_UNUSED)
136 if (GET_SWZ(reg.Swizzle, j) != RC_SWIZZLE_UNUSED)
170 if (swz == RC_SWIZZLE_UNUSED)
H A Dradeon_vert_fc.c46 src->Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED,
47 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W);
225 inst->U.I.SrcReg[1].Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED,
226 RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED, swz);
H A Dradeon_program_constants.h115 RC_SWIZZLE_UNUSED enumerator in enum:__anon3d4856e40503
138 #define RC_SWIZZLE_UUUU RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED)
H A Dradeon_compiler_util.c65 * RC_SWIZZLE_UNUSED.
71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED);
112 return RC_SWIZZLE_UNUSED;
153 unsigned int new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
156 if (new_chan == RC_SWIZZLE_UNUSED) {
173 || GET_SWZ(conversion_swizzle, i) == RC_SWIZZLE_UNUSED) {
275 if (new_swz != RC_SWIZZLE_UNUSED) {
333 unsigned int swz = RC_SWIZZLE_UNUSED;
685 unsigned int conversion_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
747 if (swz != RC_SWIZZLE_UNUSED) {
[all...]
H A Dradeon_optimize.c211 if (swz == RC_SWIZZLE_UNUSED)
753 swz = RC_SWIZZLE_UNUSED;
758 if (j_swz == RC_SWIZZLE_UNUSED) {
761 if (swz == RC_SWIZZLE_UNUSED) {
H A Dradeon_program_pair.c194 unsigned int swz = RC_SWIZZLE_UNUSED;
H A Dradeon_pair_translate.c233 if (swz < RC_SWIZZLE_UNUSED)
H A Dradeon_pair_schedule.c818 unsigned int read_chan = RC_SWIZZLE_UNUSED;
853 if (read_chan == RC_SWIZZLE_UNUSED) {
955 if (swz != RC_SWIZZLE_UNUSED) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c197 src_reg->Swizzle = RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED);
231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c197 src_reg->Swizzle = RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED);
231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);

Completed in 21 milliseconds

12