Home
last modified time | relevance | path

Searched refs:plane_format (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c485 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 in anv_get_format_plane()
589 const struct anv_format_plane plane_format = anv_get_image_format_features2() local
[all...]
H A Danv_nir_lower_ycbcr_textures.c85 const struct anv_format_plane *plane_format) in implicit_downsampled_coords()
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()
83 implicit_downsampled_coords(struct ycbcr_state *state, nir_ssa_def *old_coords, const struct anv_format_plane *plane_format) implicit_downsampled_coords() argument
H A Danv_image.c338 struct anv_format_plane plane_format, in anv_image_plane_needs_shadow_surface()
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()
710 VkImageAspectFlags aspect = plane_format.aspect; in add_aux_surface_if_supported()
888 struct anv_format_plane plane_format, in add_shadow_surface()
897 .format = plane_format.isl_format, in add_shadow_surface()
930 struct anv_format_plane plane_format, in add_primary_surface()
941 .format = plane_format.isl_format, in add_primary_surface()
942 .width = image->vk.extent.width / plane_format in add_primary_surface()
337 anv_image_plane_needs_shadow_surface(const struct intel_device_info *devinfo, struct anv_format_plane plane_format, VkImageTiling vk_tiling, VkImageUsageFlags vk_plane_usage, VkImageCreateFlags vk_create_flags, isl_tiling_flags_t *inout_primary_tiling_flags) anv_image_plane_needs_shadow_surface() argument
701 add_aux_surface_if_supported(struct anv_device *device, struct anv_image *image, uint32_t plane, struct anv_format_plane plane_format, const VkImageFormatListCreateInfo *fmt_list, uint64_t offset, uint32_t stride, isl_surf_usage_flags_t isl_extra_usage_flags) add_aux_surface_if_supported() argument
885 add_shadow_surface(struct anv_device *device, struct anv_image *image, uint32_t plane, struct anv_format_plane plane_format, uint32_t stride, VkImageUsageFlags vk_plane_usage) add_shadow_surface() argument
927 add_primary_surface(struct anv_device *device, struct anv_image *image, uint32_t plane, struct anv_format_plane plane_format, uint64_t offset, uint32_t stride, isl_tiling_flags_t isl_tiling_flags, isl_surf_usage_flags_t isl_usage) add_primary_surface() argument
1214 const struct anv_format_plane plane_format = add_all_surfaces_implicit_layout() local
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dformatsgenerator.py41 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/
H A Ddzn_device.c2529 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()

Completed in 9 milliseconds