Searched refs:vk_format_compose_swizzles (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 67 vk_format_compose_swizzles(const VkComponentMapping *mapping, const unsigned char swz[4], in vk_format_compose_swizzles() function
|
D | radv_nir_lower_ycbcr_textures.c | 191 vk_format_compose_swizzles(&mapping, (const unsigned char[4]){0, 1, 2, 3}, swizzles); in build_swizzled_components()
|
D | radv_image.c | 705 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle); in radv_compose_swizzle() 707 vk_format_compose_swizzles(mapping, desc->swizzle, swizzle); in radv_compose_swizzle()
|