Home
last modified time | relevance | path

Searched refs:isl_surf_usage_is_depth_or_stencil (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl_gen6.c128 if (isl_surf_usage_is_depth_or_stencil(info->usage)) { in isl_gen6_choose_image_alignment_el()
Disl_gen4.c48 if (isl_surf_usage_is_depth_or_stencil(info->usage)) { in isl_gen4_filter_tiling()
Disl_gen8.c74 if (isl_surf_usage_is_depth_or_stencil(info->usage) || in isl_gen8_choose_msaa_layout()
Disl_gen7.c126 if (isl_surf_usage_is_depth_or_stencil(info->usage) || in isl_gen7_choose_msaa_layout()
Disl.h1924 isl_surf_usage_is_depth_or_stencil(isl_surf_usage_flags_t usage) in isl_surf_usage_is_depth_or_stencil() function
Disl.c653 if (isl_surf_usage_is_depth_or_stencil(info->usage) || in isl_choose_array_pitch_span()
2042 if (isl_surf_usage_is_depth_or_stencil(surf->usage)) in isl_surf_supports_ccs()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c1889 !isl_surf_usage_is_depth_or_stencil(wm_prog_key->dst_usage) && in try_blorp_blit()