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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 686 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/
radeon_compiler_util.c 686 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/
utils.c 851 uint32_t old_idx; local
856 old_idx = palette->ent[i15];
857 if (CONVERT_15 (palette->rgba[old_idx], is_rgb) == i15)
    [all...]

Completed in 177 milliseconds