Home
last modified time | relevance | path

Searched refs:ISL_AUX_USAGE_CCS_E (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_surface_state.c75 [ISL_AUX_USAGE_CCS_E] = AUX_CCS_E,
86 [ISL_AUX_USAGE_CCS_E] = AUX_CCS_E,
529 info->aux_usage == ISL_AUX_USAGE_CCS_E || in surf_fill_state_s()
539 info->aux_usage == ISL_AUX_USAGE_CCS_E); in surf_fill_state_s()
626 if (info->aux_usage == ISL_AUX_USAGE_CCS_E || in surf_fill_state_s()
H A Disl_drm.c100 .aux_usage = ISL_AUX_USAGE_CCS_E,
H A Disl_aux_info.c136 usage == ISL_AUX_USAGE_CCS_D ? ISL_AUX_USAGE_CCS_E : usage; in isl_aux_prepare_access()
H A Disl.h780 ISL_AUX_USAGE_CCS_E, enumerator
784 * This is identical to ISL_AUX_USAGE_CCS_E except it also encodes the
2165 usage == ISL_AUX_USAGE_CCS_E || in isl_aux_usage_has_ccs()
2235 assert(mod_info->aux_usage == ISL_AUX_USAGE_CCS_E || in isl_drm_modifier_get_default_aux_state()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_image.c392 image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E) in can_fast_clear_with_non_zero_color()
661 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E) { in add_aux_state_tracking_buffer()
836 image->planes[plane].aux_usage = ISL_AUX_USAGE_CCS_E; in add_aux_surface_if_supported()
1985 assert(image->planes[p].aux_usage == ISL_AUX_USAGE_CCS_E || in anv_BindImageMemory2()
2226 case ISL_AUX_USAGE_CCS_E: in anv_layout_to_aux_state()
2258 case ISL_AUX_USAGE_CCS_E: in anv_layout_to_aux_state()
2408 image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E) { in anv_layout_to_fast_clear_type()
2557 assert(aux_usage == ISL_AUX_USAGE_CCS_E); in anv_image_fill_surface_state()
H A Danv_formats.c798 if (isl_mod_info->aux_usage == ISL_AUX_USAGE_CCS_E && in anv_get_image_format_features2()
1119 if (isl_mod_info->aux_usage == ISL_AUX_USAGE_CCS_E && in anv_get_image_format_properties()
H A DgenX_cmd_buffer.c806 if (image->planes[plane].aux_usage != ISL_AUX_USAGE_CCS_E) in set_image_compressed_bit()
1043 if (aux_usage != ISL_AUX_USAGE_CCS_E && in cmd_buffer_mark_image_written()
1410 if (image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E) { in transition_color_buffer()
1484 if (initial_aux_usage == ISL_AUX_USAGE_CCS_E && in transition_color_buffer()
1485 final_aux_usage != ISL_AUX_USAGE_CCS_E) in transition_color_buffer()
H A Danv_private.h3731 assert(image->planes[plane].aux_usage == ISL_AUX_USAGE_CCS_E); in anv_image_get_compression_state_addr()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resolve.c57 tex_res->aux.usage != ISL_AUX_USAGE_CCS_E && in disable_rb_aux_buffer()
902 case ISL_AUX_USAGE_CCS_E: in iris_resource_texture_aux_usage()
1081 case ISL_AUX_USAGE_CCS_E: in iris_resource_render_aux_usage()
H A Diris_blit.c600 case ISL_AUX_USAGE_CCS_E: in get_copy_region_aux_settings()
H A Diris_resource.c829 ISL_AUX_USAGE_CCS_E : ISL_AUX_USAGE_GFX12_CCS_E; in iris_resource_configure_aux()
860 case ISL_AUX_USAGE_CCS_E: in iris_resource_configure_aux()
H A Diris_state.c2586 isv->res->aux.usage == ISL_AUX_USAGE_CCS_E || in iris_create_sampler_view()
2792 if ((res->aux.usage == ISL_AUX_USAGE_CCS_E || in iris_create_surface()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c2449 dst_aux_usage == ISL_AUX_USAGE_CCS_E || in blorp_blit_supports_compute()
2466 case ISL_AUX_USAGE_CCS_E: in blitter_supports_aux()
2913 params.src.aux_usage == ISL_AUX_USAGE_CCS_E || in blorp_copy()
2930 } else if (params.dst.aux_usage == ISL_AUX_USAGE_CCS_E || in blorp_copy()
2933 if (params.src.aux_usage == ISL_AUX_USAGE_CCS_E || in blorp_copy()
2942 } else if (params.src.aux_usage == ISL_AUX_USAGE_CCS_E || in blorp_copy()
H A Dblorp_clear.c503 aux_usage == ISL_AUX_USAGE_CCS_E || in blorp_clear_supports_compute()
H A Dblorp_genX_exec.h2386 case ISL_AUX_USAGE_CCS_E: in xy_aux_mode()

Completed in 56 milliseconds