Searched refs:new_swz (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 333 unsigned new_swz = GET_SWZ(new_swizzle, chan); local in function:try_rewrite_constant 351 if (new_swz == swz3) { 370 unsigned new_swz = GET_SWZ(new_swizzle, chan); local in function:try_rewrite_constant 385 assert(new_swz <= RC_SWIZZLE_W); 389 imms[new_swz] = 0.0f; 393 imms[new_swz] = -0.5f; 395 imms[new_swz] = 0.5f; 400 imms[new_swz] = -1.0f; 402 imms[new_swz] = 1.0f; 406 imms[new_swz] [all...] |
| H A D | radeon_compiler_util.c | 270 unsigned int new_swz; local in function:rc_rewrite_swizzle 274 new_swz = GET_SWZ(conversion_swizzle, swz); 275 if (new_swz != RC_SWIZZLE_UNUSED) { 276 SET_SWZ(out_swizzle, chan, new_swz);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow_swizzles.c | 333 unsigned new_swz = GET_SWZ(new_swizzle, chan); local in function:try_rewrite_constant 351 if (new_swz == swz3) { 370 unsigned new_swz = GET_SWZ(new_swizzle, chan); local in function:try_rewrite_constant 385 assert(new_swz <= RC_SWIZZLE_W); 389 imms[new_swz] = 0.0f; 393 imms[new_swz] = -0.5f; 395 imms[new_swz] = 0.5f; 400 imms[new_swz] = -1.0f; 402 imms[new_swz] = 1.0f; 406 imms[new_swz] [all...] |
| H A D | radeon_compiler_util.c | 270 unsigned int new_swz; local in function:rc_rewrite_swizzle 274 new_swz = GET_SWZ(conversion_swizzle, swz); 275 if (new_swz != RC_SWIZZLE_UNUSED) { 276 SET_SWZ(out_swizzle, chan, new_swz);
|
Completed in 5 milliseconds