Searched defs:plane_format (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_ycbcr_textures.c | 118 const struct anv_format_plane *plane_format = in create_plane_tex_instr_implicit() local 281 const struct anv_format_plane *plane_format = &format->planes[p]; in anv_nir_lower_ycbcr_textures_instr() local 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 D | anv_formats.c | 485 struct anv_format_plane plane_format = format->planes[plane]; in anv_get_format_plane() local 589 const struct anv_format_plane plane_format = anv_get_image_format_features2() local [all...] |
H A D | anv_image.c | 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/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 2529 VkFormat plane_format = dzn_image_get_plane_format(format, aspect); in dzn_buffer_get_copy_loc() local
|
Completed in 9 milliseconds