Home
last modified time | relevance | path

Searched refs:swizzle_info (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_nir_lower_ycbcr_textures.c155 struct swizzle_info { struct
160 static struct swizzle_info argument
166 return (struct swizzle_info) { in get_plane_swizzles()
171 return (struct swizzle_info) { in get_plane_swizzles()
176 return (struct swizzle_info) { in get_plane_swizzles()
192 struct swizzle_info plane_swizzle = get_plane_swizzles(format); in build_swizzled_components()
/external/angle/src/libANGLE/renderer/metal/
Dgen_mtl_format_table.py234 swizzle_info = actual_angle_format_info['swizzle']
235 swizzle_channels = swizzle_info[0]
236 swizzled_actual_angle_format = swizzle_info[1]