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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 332 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); local
343 if (old_swz == swz3) {
369 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); local
372 if (old_swz == RC_SWIZZLE_UNUSED) {
381 if (chan == 3 && old_swz > RC_SWIZZLE_W) {
387 switch (old_swz) {
radeon_pair_schedule.c 763 rc_swizzle old_swz,
770 if (get_swz(arg->Swizzle, i) == old_swz) {
886 unsigned int old_swz = rc_mask_to_swizzle(old_mask); local
974 RC_FILE_TEMPORARY, old_swz, new_index);
    [all...]

Completed in 310 milliseconds