Searched refs:old_idx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c686 unsigned int old_idx; local
688 for (old_idx = 0; old_idx < 4; old_idx++) {
689 if (!GET_BIT(old_mask, old_idx))
693 SET_SWZ(conversion_swizzle, old_idx, new_idx);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c686 unsigned int old_idx; local
688 for (old_idx = 0; old_idx < 4; old_idx++) {
689 if (!GET_BIT(old_mask, old_idx))
693 SET_SWZ(conversion_swizzle, old_idx, new_idx);
/external/pixman/test/
H A Dutils.c851 uint32_t old_idx; local
856 old_idx = palette->ent[i15];
857 if (CONVERT_15 (palette->rgba[old_idx], is_rgb) == i15)

Completed in 145 milliseconds