HomeSort by relevance Sort by last modified time
    Searched refs:RC_SWIZZLE_UNUSED (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 49 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...]
r500_fragprog.c 117 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...]
radeon_inline_literals.c 113 swz = RC_SWIZZLE_UNUSED;
122 new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
126 if (swz == RC_SWIZZLE_UNUSED) {
r300_fragprog_swizzle.c 78 if (swz == RC_SWIZZLE_UNUSED)
122 if (swz == RC_SWIZZLE_UNUSED)
134 if (GET_SWZ(reg.Swizzle, j) != RC_SWIZZLE_UNUSED)
168 if (swz == RC_SWIZZLE_UNUSED)
radeon_vert_fc.c 46 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);
radeon_program_constants.h 115 RC_SWIZZLE_UNUSED
138 #define RC_SWIZZLE_UUUU RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED)
radeon_compiler_util.c 65 * 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...]
radeon_optimize.c 209 if (swz == RC_SWIZZLE_UNUSED)
750 swz = RC_SWIZZLE_UNUSED;
755 if (j_swz == RC_SWIZZLE_UNUSED) {
758 if (swz == RC_SWIZZLE_UNUSED) {
radeon_program_pair.c 194 unsigned int swz = RC_SWIZZLE_UNUSED;
radeon_pair_translate.c 231 if (swz < RC_SWIZZLE_UNUSED)
radeon_pair_schedule.c 818 unsigned int read_chan = RC_SWIZZLE_UNUSED;
853 if (read_chan == RC_SWIZZLE_UNUSED) {
955 if (swz != RC_SWIZZLE_UNUSED) {
    [all...]
radeon_dataflow_deadcode.c 353 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan, RC_SWIZZLE_UNUSED);
radeon_program_print.c 180 case RC_SWIZZLE_UNUSED: return '_';
r500_fragprog_emit.c 145 case RC_SWIZZLE_UNUSED:
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 197 src_reg->Swizzle = RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_UNUSED);
231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);

Completed in 114 milliseconds