Home
last modified time | relevance | path

Searched refs:ISL_MSAA_LAYOUT_ARRAY (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/intel/isl/
Disl_gfx8.c86 *msaa_layout = ISL_MSAA_LAYOUT_ARRAY; in isl_gfx8_choose_msaa_layout()
Disl_gfx9.c76 case ISL_MSAA_LAYOUT_ARRAY: in gfx9_calc_std_image_alignment_sa()
Disl_gfx7.c176 *msaa_layout = ISL_MSAA_LAYOUT_ARRAY; in isl_gfx7_choose_msaa_layout()
DREADME87 ISL_MSAA_LAYOUT_ARRAY, then width_sa=64, height_sa=64, depth_sa=1,
Disl_surface_state.c103 [ISL_MSAA_LAYOUT_ARRAY] = MSFMT_MSS,
Disl.c1012 case ISL_MSAA_LAYOUT_ARRAY: in isl_calc_phys_level0_extent_sa()
2061 if (surf->msaa_layout != ISL_MSAA_LAYOUT_ARRAY) in isl_surf_get_mcs_surf()
2509 (surf->msaa_layout == ISL_MSAA_LAYOUT_ARRAY ? surf->samples : 1); in get_image_offset_sa_gfx4_2d()
Disl.h1222 ISL_MSAA_LAYOUT_ARRAY, enumerator
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resolve.c811 res->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY); in iris_resource_get_aux_state()
830 res->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY); in iris_resource_set_aux_state()
/third_party/mesa3d/src/intel/blorp/
Dblorp.c132 info->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY)) { in brw_blorp_surface_info_init()
Dblorp_blit.c369 case ISL_MSAA_LAYOUT_ARRAY: in blorp_nir_encode_msaa()
468 case ISL_MSAA_LAYOUT_ARRAY: in blorp_nir_decode_msaa()
1765 if (surf->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY) in can_shrink_surface()
/third_party/mesa3d/docs/isl/
Dunits.rst54 :cpp:enumerator:`ISL_MSAA_LAYOUT_ARRAY` then each logical array in the surface
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c301 assert(intel_tex->mt->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY); in brw_populate_sampler_prog_key_data()
Dbrw_mipmap_tree.c1844 mt->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY); in brw_miptree_get_aux_state()
1865 mt->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY); in brw_miptree_set_aux_state()
Dbrw_blorp.c129 if (mt->surf.msaa_layout == ISL_MSAA_LAYOUT_ARRAY) { in blorp_surf_for_miptree()