Home
last modified time | relevance | path

Searched refs:isl_surf_get_array_pitch_el_rows (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c151 t_assert(isl_surf_get_array_pitch_el_rows(&surf) >= 772); in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0()
152 t_assert(isl_surf_get_array_pitch_el_rows(&surf) == in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0()
199 t_assert(isl_surf_get_array_pitch_el_rows(&surf) >= 1540); in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
200 t_assert(isl_surf_get_array_pitch_el_rows(&surf) == in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
226 t_assert(isl_surf_get_array_pitch_el_rows(&surf) == 1540); in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
260 isl_surf_get_array_pitch_el_rows(&surf)); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
/third_party/mesa3d/src/intel/isl/
H A Disl_genX_helpers.h152 return isl_surf_get_array_pitch_el_rows(surf) / 2; in isl_get_qpitch()
154 return isl_surf_get_array_pitch_el_rows(surf); in isl_get_qpitch()
H A Disl_emit_depth_stencil.c141 isl_surf_get_array_pitch_el_rows(info->depth_surf) >> 2; in emit_depth_stencil_hiz_s()
210 isl_surf_get_array_pitch_el_rows(info->stencil_surf) >> 2; in emit_depth_stencil_hiz_s()
H A Disl_storage_image.c265 param->stride[3] = isl_surf_get_array_pitch_el_rows(surf); in isl_surf_fill_image_param()
H A Disl.h2590 isl_surf_get_array_pitch_el_rows(const struct isl_surf *surf) in isl_surf_get_array_pitch_el_rows() function
2601 return isl_surf_get_array_pitch_el_rows(surf) * in isl_surf_get_array_pitch_el()
2612 return fmtl->bh * isl_surf_get_array_pitch_el_rows(surf); in isl_surf_get_array_pitch_sa_rows()

Completed in 9 milliseconds