Searched refs:plane_formats (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format_table.py146 print(" {%s, %s, %s}," % (format.plane_formats[0], format.plane_formats[1], format.plane_formats[2]))
H A Dvk_format_parse.py116 def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels, be_swizzles, colorspace, width_divisor, height_divisor, plane_formats):
127 self.plane_count = len(plane_formats)
130 self.plane_formats = plane_formats
132 while len(self.plane_formats) < 3:
133 self.plane_formats.append("VK_FORMAT_UNDEFINED")
404 plane_formats = [name]
406 plane_formats = []
410 plane_formats.append(fields[i])
411 assert (len(plane_formats) >
[all...]
H A Dvk_format.h145 VkFormat plane_formats[3]; member in struct:vk_format_description
581 return desc->plane_formats[plane_id];

Completed in 5 milliseconds