Lines Matching defs:swizzle
500 * bits per channel or that there is no swizzle, because we can't use
501 * the swizzle for a different bit pattern.
505 isl_swizzle_is_identity(format.swizzle));
2449 remap_swizzle(VkComponentSwizzle swizzle,
2452 switch (swizzle) {
2460 unreachable("Invalid swizzle");
2509 view.swizzle = anv_swizzle_for_render(view.swizzle);
2511 /* On Ivy Bridge and Bay Trail we do the swizzle in the shader */
2513 view.swizzle = ISL_SWIZZLE_IDENTITY;
2540 .swizzle = ISL_SWIZZLE_IDENTITY,
2564 * bits per channel or that there is no swizzle, because we can't use
2565 * the swizzle for a different bit pattern.
2569 isl_swizzle_is_identity_for_format(view.format, view.swizzle));
2732 .swizzle = {
2733 .r = remap_swizzle(iview->vk.swizzle.r, format.swizzle),
2734 .g = remap_swizzle(iview->vk.swizzle.g, format.swizzle),
2735 .b = remap_swizzle(iview->vk.swizzle.b, format.swizzle),
2736 .a = remap_swizzle(iview->vk.swizzle.a, format.swizzle),
2900 format.isl_format, format.swizzle,
2912 format.isl_format, format.swizzle,
2923 * bits per channel or that there is no swizzle because we can't use
2924 * the swizzle for a different bit pattern.
2928 isl_swizzle_is_identity(format.swizzle));
2931 lowered_format, format.swizzle,