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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state_derived.c 816 unsigned char depth_swizzle[4]; local
823 depth_swizzle[j] = UTIL_FORMAT_SWIZZLE_Y;
826 depth_swizzle[j] = UTIL_FORMAT_SWIZZLE_X;
835 r300_get_swizzle_combined(depth_swizzle,
839 r300_get_swizzle_combined(depth_swizzle, 0, FALSE);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 816 unsigned char depth_swizzle[4]; local
823 depth_swizzle[j] = UTIL_FORMAT_SWIZZLE_Y;
826 depth_swizzle[j] = UTIL_FORMAT_SWIZZLE_X;
835 r300_get_swizzle_combined(depth_swizzle,
839 r300_get_swizzle_combined(depth_swizzle, 0, FALSE);
    [all...]

Completed in 41 milliseconds