Lines Matching defs:mapping
682 radv_compose_swizzle(const struct util_format_description *desc, const VkComponentMapping *mapping,
699 } else if (!mapping) {
705 vk_format_compose_swizzles(mapping, swizzle_xxxx, swizzle);
707 vk_format_compose_swizzles(mapping, desc->swizzle, swizzle);
956 const VkComponentMapping *mapping, unsigned first_level,
982 radv_compose_swizzle(desc, mapping, swizzle);
1116 const VkComponentMapping *mapping, unsigned first_level,
1140 radv_compose_swizzle(desc, mapping, swizzle);
1330 const VkComponentMapping *mapping, unsigned first_level,
1336 gfx10_make_texture_descriptor(device, image, is_storage_image, view_type, vk_format, mapping,
1340 si_make_texture_descriptor(device, image, is_storage_image, view_type, vk_format, mapping,