Home
last modified time | relevance | path

Searched refs:width_divisor (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py116 …ight, le_channels, le_swizzles, be_channels, be_swizzles, colorspace, width_divisor, height_diviso… argument
128 self.width_divisor = width_divisor
402 width_divisor = 1
407 (width_divisor, height_divisor) = parse_plane_divisor(fields[10])
413 …ight, le_channels, le_swizzles, be_channels, be_swizzles, colorspace, width_divisor, height_diviso…
Dvk_format_table.py144 print(" %u,\t/* width_divisor */" % (format.width_divisor))
Dvk_format.h143 unsigned width_divisor:2; member
Dradv_nir_lower_ycbcr_textures.c86 const unsigned divisors[2] = {fmt_desc->width_divisor, fmt_desc->height_divisor}; in implicit_downsampled_coords()
Dradv_image.c1355 assert(info.width % desc->width_divisor == 0); in radv_image_create_layout()
1358 info.width /= desc->width_divisor; in radv_image_create_layout()
1544 iview->extent.width / (plane_id ? format_desc->width_divisor : 1), in radv_image_view_make_descriptor()
Dradv_device.c6918 unsigned width = iview->extent.width / (iview->plane_id ? format_desc->width_divisor : 1); in radv_initialise_color_surface()
/external/vulkan-validation-layers/layers/
Dvk_format_utils.cpp1225 uint32_t width_divisor; member
1337 divisors.width = it->second.per_plane[plane_idx].width_divisor; in FindMultiplaneExtentDivisors()