Searched refs:vk_format_compose_swizzles (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 305 static inline void vk_format_compose_swizzles(const VkComponentMapping *mapping, in vk_format_compose_swizzles() function
|
D | radv_nir_lower_ycbcr_textures.c | 196 vk_format_compose_swizzles(&mapping, (const unsigned char[4]){0,1,2,3}, swizzles); in build_swizzled_components()
|
D | radv_image.c | 558 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle); in radv_compose_swizzle() 560 vk_format_compose_swizzles(mapping, desc->swizzle, swizzle); in radv_compose_swizzle()
|