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

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c85 const struct anv_format_plane *plane_format)
94 if (plane_format->denominator_scales[c] > 1 &&
99 plane_format->denominator_scales[c]);
118 const struct anv_format_plane *plane_format = local in function:create_plane_tex_instr_implicit
128 if (plane_format->has_chroma && conversion->chroma_reconstruction) {
133 plane_format));
281 const struct anv_format_plane *plane_format = &format->planes[p]; local in function:anv_nir_lower_ycbcr_textures_instr
286 swizzle_channel(plane_format->ycbcr_swizzle, pc);
295 isl_format_get_layout(plane_format->isl_format);
83 implicit_downsampled_coords(struct ycbcr_state * state,nir_ssa_def * old_coords,const struct anv_format_plane * plane_format) argument
H A Danv_formats.c485 struct anv_format_plane plane_format = format->planes[plane]; local in function:anv_get_format_plane
486 if (plane_format.isl_format == ISL_FORMAT_UNSUPPORTED)
490 return plane_format;
493 return plane_format;
496 isl_format_get_layout(plane_format.isl_format);
513 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format);
516 plane_format.isl_format = rgbx;
518 plane_format.isl_format =
519 isl_format_rgb_to_rgba(plane_format.isl_format);
520 plane_format
589 const struct anv_format_plane plane_format = local in function:anv_get_image_format_features2
[all...]
H A Danv_image.c335 struct anv_format_plane plane_format,
349 assert(isl_format_is_compressed(plane_format.isl_format));
359 plane_format.aspect == VK_IMAGE_ASPECT_STENCIL_BIT &&
508 struct anv_format_plane plane_format,
514 VkImageAspectFlags aspect = plane_format.aspect;
626 plane_format.isl_format)) {
716 struct anv_format_plane plane_format,
725 .format = plane_format.isl_format,
758 struct anv_format_plane plane_format,
769 .format = plane_format
334 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) argument
505 add_aux_surface_if_supported(struct anv_device * device,struct anv_image * image,uint32_t plane,struct anv_format_plane plane_format,const VkImageFormatListCreateInfoKHR * fmt_list,uint64_t offset,uint32_t stride,isl_surf_usage_flags_t isl_extra_usage_flags) argument
713 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) argument
755 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) argument
1021 const struct anv_format_plane plane_format = local in function:add_all_surfaces_implicit_layout
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_formats.c455 struct anv_format_plane plane_format = format->planes[plane]; local in function:anv_get_format_plane
456 if (plane_format.isl_format == ISL_FORMAT_UNSUPPORTED)
462 return plane_format;
468 isl_format_get_layout(plane_format.isl_format);
485 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format);
488 plane_format.isl_format = rgbx;
490 plane_format.isl_format =
491 isl_format_rgb_to_rgba(plane_format.isl_format);
492 plane_format.swizzle = ISL_SWIZZLE(RED, GREEN, BLUE, ONE);
500 plane_format
542 const struct anv_format_plane plane_format = local in function:anv_get_image_format_features
[all...]
H A Danv_nir_lower_ycbcr_textures.c205 const struct anv_format_plane *plane_format)
214 if (plane_format->denominator_scales[c] > 1 &&
219 plane_format->denominator_scales[c]);
238 const struct anv_format_plane *plane_format = local in function:create_plane_tex_instr_implicit
248 if (plane_format->has_chroma && conversion->chroma_reconstruction) {
253 plane_format));
395 const struct anv_format_plane *plane_format = &format->planes[p]; local in function:try_lower_tex_ycbcr
400 swizzle_channel(plane_format->ycbcr_swizzle, pc);
409 isl_format_get_layout(plane_format->isl_format);
203 implicit_downsampled_coords(struct ycbcr_state * state,nir_ssa_def * old_coords,const struct anv_format_plane * plane_format) argument
H A Danv_image.c316 const struct anv_format_plane plane_format = local in function:make_surface
334 assert(isl_format_is_compressed(plane_format.isl_format));
341 .format = plane_format.isl_format,
342 .width = image->extent.width / plane_format.denominator_scales[0],
343 .height = image->extent.height / plane_format.denominator_scales[1],
370 .format = plane_format.isl_format,
449 plane_format.isl_format)) {

Completed in 18 milliseconds