Home
last modified time | relevance | path

Searched refs:PIPE_SWIZZLE_Z (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.h828 (desc->swizzle[0] == PIPE_SWIZZLE_X || desc->swizzle[0] == PIPE_SWIZZLE_Z) && in util_format_is_rgbx_or_bgrx()
830 (desc->swizzle[2] == PIPE_SWIZZLE_Z || desc->swizzle[2] == PIPE_SWIZZLE_X) && in util_format_is_rgbx_or_bgrx()
989 case PIPE_SWIZZLE_Z: in util_format_get_component_bits()
Du_formats.h666 PIPE_SWIZZLE_Z, enumerator
Du_format.c927 case PIPE_SWIZZLE_Z: dst->ui[c] = src->ui[2]; break; in util_format_apply_color_swizzle()
939 case PIPE_SWIZZLE_Z: dst->f[c] = src->f[2]; break; in util_format_apply_color_swizzle()
977 case PIPE_SWIZZLE_Z: in util_format_unswizzle_4f()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c422 out_swizzle[i] = PIPE_SWIZZLE_Z; in vk_component_mapping_to_pipe_swizzle()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c483 case PIPE_SWIZZLE_Z: in rmt_format_to_swizzle()