Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_SWIZZLE_X (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.h83 MESA_FORMAT_SWIZZLE_X = 0, enumerator
Dreadpix.c471 rebase_swizzle[0] = MESA_FORMAT_SWIZZLE_X; in read_rgba_pixels()
477 rebase_swizzle[0] = MESA_FORMAT_SWIZZLE_X; in read_rgba_pixels()
Dtexgetimage.c282 rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; in teximage_needs_rebase()
288 rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; in teximage_needs_rebase()
Dglformats.c3322 swizzle[MESA_FORMAT_SWIZZLE_X] = x; in set_swizzle()