Searched refs:vk_format_compose_swizzles (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | vk_format.h | 103 vk_format_compose_swizzles(const VkComponentMapping *mapping, const unsigned char swz[4], function in typeref:typename:void
|
| H A D | radv_nir_lower_ycbcr_textures.c | 191 vk_format_compose_swizzles(&mapping, (const unsigned char[4]){0, 1, 2, 3}, swizzles);
|
| H A D | radv_image.c | 661 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle); 663 vk_format_compose_swizzles(mapping, desc->swizzle, swizzle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | vk_format.h | 325 vk_format_compose_swizzles(const VkComponentMapping *mapping, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | vk_format.h | 305 static inline void vk_format_compose_swizzles(const VkComponentMapping *mapping, function in typeref:typename:void
|
| H A D | radv_nir_lower_ycbcr_textures.c | 317 vk_format_compose_swizzles(&mapping, (const unsigned char[4]){0,1,2,3}, swizzles);
|
| H A D | radv_image.c | 512 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle); 514 vk_format_compose_swizzles(mapping, desc->swizzle, swizzle);
|
Completed in 11 milliseconds