Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/tests/
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()
260 t_assert(isl_surf_get_array_pitch_sa_rows(&surf) == in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
/external/mesa3d/src/intel/isl/
Disl_surface_state.c202 return isl_surf_get_array_pitch_sa_rows(surf); in get_qpitch()
521 isl_surf_get_array_pitch_sa_rows(info->aux_surf) >> 2; in isl_genX()
Disl.h1379 isl_surf_get_array_pitch_sa_rows(const struct isl_surf *surf) in isl_surf_get_array_pitch_sa_rows() function
1391 return isl_surf_get_array_pitch_sa_rows(surf) * surf->row_pitch; in isl_surf_get_array_pitch()
Disl.c1622 uint32_t y = phys_layer * isl_surf_get_array_pitch_sa_rows(surf); in get_image_offset_sa_gen4_2d()
1713 *y_offset_sa = layer * isl_surf_get_array_pitch_sa_rows(surf); in get_image_offset_sa_gen9_1d()
/external/mesa3d/src/intel/blorp/
Dblorp_genX_exec.h860 isl_surf_get_array_pitch_sa_rows(&params->depth.aux_surf) >> 2; in blorp_emit_depth_stencil_config()
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c2283 isl_surf_get_array_pitch_sa_rows(&image->aux_surface.isl) >> 2; in cmd_buffer_emit_depth_stencil()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c1607 buf->qpitch = isl_surf_get_array_pitch_sa_rows(&temp_ccs_surf); in intel_miptree_alloc_non_msrt_mcs()