Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/tests/
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()
/external/mesa3d/src/intel/isl/
Disl_emit_depth_stencil.c128 isl_surf_get_array_pitch_el_rows(info->depth_surf) >> 2; in isl_genX()
182 isl_surf_get_array_pitch_el_rows(info->stencil_surf) >> 2; in isl_genX()
Disl_storage_image.c261 param->stride[3] = isl_surf_get_array_pitch_el_rows(surf); in isl_surf_fill_image_param()
Disl.h2157 isl_surf_get_array_pitch_el_rows(const struct isl_surf *surf) in isl_surf_get_array_pitch_el_rows() function
2168 return isl_surf_get_array_pitch_el_rows(surf) * in isl_surf_get_array_pitch_el()
2179 return fmtl->bh * isl_surf_get_array_pitch_el_rows(surf); in isl_surf_get_array_pitch_sa_rows()
Disl_surface_state.c199 return isl_surf_get_array_pitch_el_rows(surf) / 2; in get_qpitch()
201 return isl_surf_get_array_pitch_el_rows(surf); in get_qpitch()