Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.c910 dst[i] = swz2[i] <= PIPE_SWIZZLE_W ? in util_format_compose_swizzles()
928 case PIPE_SWIZZLE_W: dst->ui[c] = src->ui[3]; break; in util_format_apply_color_swizzle()
940 case PIPE_SWIZZLE_W: dst->f[c] = src->f[3]; break; in util_format_apply_color_swizzle()
955 if (swz[i] <= PIPE_SWIZZLE_W) in pipe_swizzle_4f()
980 case PIPE_SWIZZLE_W: in util_format_unswizzle_4f()
Du_formats.h667 PIPE_SWIZZLE_W, enumerator
Du_format.h991 case PIPE_SWIZZLE_W: in util_format_get_component_bits()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_format.c425 out_swizzle[i] = PIPE_SWIZZLE_W; in vk_component_mapping_to_pipe_swizzle()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/rmv/
Dvk_rmv_exporter.c486 case PIPE_SWIZZLE_W: in rmt_format_to_swizzle()