Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexgetimage.c285 bool is_compressed, uint8_t *rebaseSwizzle) in teximage_needs_rebase() argument
292 rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; in teximage_needs_rebase()
293 rebaseSwizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; in teximage_needs_rebase()
294 rebaseSwizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; in teximage_needs_rebase()
295 rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_ONE; in teximage_needs_rebase()
298 rebaseSwizzle[0] = MESA_FORMAT_SWIZZLE_X; in teximage_needs_rebase()
299 rebaseSwizzle[1] = MESA_FORMAT_SWIZZLE_ZERO; in teximage_needs_rebase()
300 rebaseSwizzle[2] = MESA_FORMAT_SWIZZLE_ZERO; in teximage_needs_rebase()
301 rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_W; in teximage_needs_rebase()
306 rebaseSwizzle); in teximage_needs_rebase()
[all …]
Dtexstore.c680 uint8_t rebaseSwizzle[4]; in texstore_rgba() local
808 rebaseSwizzle); in texstore_rgba()
817 needRebase ? rebaseSwizzle : NULL); in texstore_rgba()