Home
last modified time | relevance | path

Searched refs:old_swz (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c332 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); in try_rewrite_constant() local
343 if (old_swz == swz3) { in try_rewrite_constant()
369 unsigned old_swz = GET_SWZ(reg->Swizzle, chan); in try_rewrite_constant() local
372 if (old_swz == RC_SWIZZLE_UNUSED) { in try_rewrite_constant()
381 if (chan == 3 && old_swz > RC_SWIZZLE_W) { in try_rewrite_constant()
387 switch (old_swz) { in try_rewrite_constant()
Dradeon_pair_schedule.c763 rc_swizzle old_swz, in rgb_to_alpha_remap() argument
770 if (get_swz(arg->Swizzle, i) == old_swz) { in rgb_to_alpha_remap()
886 unsigned int old_swz = rc_mask_to_swizzle(old_mask); in convert_rgb_to_alpha() local
974 RC_FILE_TEMPORARY, old_swz, new_index); in convert_rgb_to_alpha()