Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_SWIZZLE_W (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformats.c299 if (swizzle[0] <= MESA_FORMAT_SWIZZLE_W) in get_base_format_for_array_format()
301 if (swizzle[1] <= MESA_FORMAT_SWIZZLE_W) in get_base_format_for_array_format()
303 if (swizzle[2] <= MESA_FORMAT_SWIZZLE_W) in get_base_format_for_array_format()
305 if (swizzle[3] <= MESA_FORMAT_SWIZZLE_W) in get_base_format_for_array_format()
Dformat_utils.c90 if (rebase_swizzle[i] > MESA_FORMAT_SWIZZLE_W) in compute_rebased_rgba_component_mapping()
119 if (rgba2dst[i] > MESA_FORMAT_SWIZZLE_W) { in compute_src2dst_component_mapping()
127 if (rgba2dst[i] > MESA_FORMAT_SWIZZLE_W) { in compute_src2dst_component_mapping()
129 } else if (rebase_swizzle[rgba2dst[i]] > MESA_FORMAT_SWIZZLE_W) { in compute_src2dst_component_mapping()
178 if (base2rgba[i] > MESA_FORMAT_SWIZZLE_W) { in _mesa_compute_rgba2base2rgba_component_mapping()
Dformats.h88 MESA_FORMAT_SWIZZLE_W = 3, enumerator
Dreadpix.c495 rebase_swizzle[3] = MESA_FORMAT_SWIZZLE_W; in read_rgba_pixels()
Dtexgetimage.c298 rebaseSwizzle[3] = MESA_FORMAT_SWIZZLE_W; in teximage_needs_rebase()
Dglformats.c3485 swizzle[MESA_FORMAT_SWIZZLE_W] = w; in set_swizzle()