Home
last modified time | relevance | path

Searched refs:isl_surf_get_array_pitch_sa_rows (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c153 isl_surf_get_array_pitch_sa_rows(&surf)); in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0()
201 isl_surf_get_array_pitch_sa_rows(&surf)); in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
207 uint32_t b = a * isl_surf_get_array_pitch_sa_rows(&surf); in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
259 t_assert(isl_surf_get_array_pitch_sa_rows(&surf) == in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
/third_party/mesa3d/src/intel/isl/
H A Disl_genX_helpers.h166 return isl_surf_get_array_pitch_sa_rows(surf); in isl_get_qpitch()
H A Disl_emit_cpb.c91 cpb.SurfaceQPitch = isl_surf_get_array_pitch_sa_rows(info->surf) >> 2; in emit_cpb_control_s()
H A Disl_emit_depth_stencil.c318 isl_surf_get_array_pitch_sa_rows(info->hiz_surf) >> 2; in emit_depth_stencil_hiz_s()
H A Disl.h2609 isl_surf_get_array_pitch_sa_rows(const struct isl_surf *surf) in isl_surf_get_array_pitch_sa_rows() function
2621 return isl_surf_get_array_pitch_sa_rows(surf) * surf->row_pitch_B; in isl_surf_get_array_pitch()
H A Disl_surface_state.c688 isl_surf_get_array_pitch_sa_rows(info->aux_surf) >> 2; in surf_fill_state_s()
H A Disl.c2531 uint32_t y = phys_layer * isl_surf_get_array_pitch_sa_rows(surf); in get_image_offset_sa_gfx4_2d()
2693 *y_offset_sa = layer * isl_surf_get_array_pitch_sa_rows(surf); in get_image_offset_sa_gfx9_1d()

Completed in 13 milliseconds