Searched refs:isl_drm_modifier_has_aux (Results 1 – 3 of 3) sorted by relevance
74 assert(!isl_drm_modifier_has_aux(image->vk.drm_format_mod)); in image_aspect_to_binding()694 !isl_drm_modifier_has_aux(image->vk.drm_format_mod)) in add_aux_surface_if_supported()904 !isl_drm_modifier_has_aux(image->vk.drm_format_mod)) in check_memory_bindings()1096 isl_drm_modifier_has_aux(drm_info->drmFormatModifier); in add_all_surfaces_explicit_layout()1907 if (mem_plane == 1 && isl_drm_modifier_has_aux(image->vk.drm_format_mod)) { in anv_GetImageSubresourceLayout()
969 if (isl_drm_modifier_has_aux(image->modifier)) { in brw_query_image()1006 *value = isl_drm_modifier_has_aux(modifier) ? 2 : f->nplanes; in brw_query_format_modifier_attribs()1492 isl_drm_modifier_has_aux(parent->modifier)) { in brw_from_planar()
2133 isl_drm_modifier_has_aux(uint64_t modifier) in isl_drm_modifier_has_aux() function