Searched refs:plane_format (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_formats.c | 485 struct anv_format_plane plane_format = format->planes[plane]; in anv_get_format_plane() local 486 if (plane_format.isl_format == ISL_FORMAT_UNSUPPORTED) in anv_get_format_plane() 490 return plane_format; in anv_get_format_plane() 493 return plane_format; in anv_get_format_plane() 496 isl_format_get_layout(plane_format.isl_format); in anv_get_format_plane() 513 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format); in anv_get_format_plane() 516 plane_format.isl_format = rgbx; in anv_get_format_plane() 518 plane_format.isl_format = in anv_get_format_plane() 519 isl_format_rgb_to_rgba(plane_format.isl_format); in anv_get_format_plane() 520 plane_format.swizzle = ISL_SWIZZLE(RED, GREEN, BLUE, ONE); in anv_get_format_plane() [all …]
|
D | anv_nir_lower_ycbcr_textures.c | 85 const struct anv_format_plane *plane_format) in implicit_downsampled_coords() argument 94 if (plane_format->denominator_scales[c] > 1 && in implicit_downsampled_coords() 99 plane_format->denominator_scales[c]); in implicit_downsampled_coords() 118 const struct anv_format_plane *plane_format = in create_plane_tex_instr_implicit() local 128 if (plane_format->has_chroma && conversion->chroma_reconstruction) { in create_plane_tex_instr_implicit() 133 plane_format)); in create_plane_tex_instr_implicit() 281 const struct anv_format_plane *plane_format = &format->planes[p]; in anv_nir_lower_ycbcr_textures_instr() local 286 swizzle_channel(plane_format->ycbcr_swizzle, pc); in anv_nir_lower_ycbcr_textures_instr() 295 isl_format_get_layout(plane_format->isl_format); in anv_nir_lower_ycbcr_textures_instr()
|
D | anv_image.c | 338 struct anv_format_plane plane_format, in anv_image_plane_needs_shadow_surface() argument 352 assert(isl_format_is_compressed(plane_format.isl_format)); in anv_image_plane_needs_shadow_surface() 362 plane_format.aspect == VK_IMAGE_ASPECT_STENCIL_BIT && in anv_image_plane_needs_shadow_surface() 704 struct anv_format_plane plane_format, in add_aux_surface_if_supported() argument 710 VkImageAspectFlags aspect = plane_format.aspect; in add_aux_surface_if_supported() 888 struct anv_format_plane plane_format, in add_shadow_surface() argument 897 .format = plane_format.isl_format, in add_shadow_surface() 930 struct anv_format_plane plane_format, in add_primary_surface() argument 941 .format = plane_format.isl_format, in add_primary_surface() 942 .width = image->vk.extent.width / plane_format.denominator_scales[0], in add_primary_surface() [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | formatsgenerator.py | 41 self.plane_format = dict() 123 for format_name, plane_infos in self.plane_format.items(): 216 if format_name not in self.plane_format: 218 self.plane_format[format_name] = [] 219 self.plane_format[format_name].append({
|
/third_party/mesa3d/src/microsoft/vulkan/ |
D | dzn_device.c | 2529 VkFormat plane_format = dzn_image_get_plane_format(format, aspect); in dzn_buffer_get_copy_loc() local 2531 enum pipe_format pfmt = vk_format_to_pipe_format(plane_format); in dzn_buffer_get_copy_loc()
|