Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.c1330 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gfx4_2d() argument
1339 *array_pitch_el_rows = in isl_calc_phys_total_extent_el_gfx4_2d()
1355 .h = *array_pitch_el_rows * (phys_level0_sa->array_len - 1) + in isl_calc_phys_total_extent_el_gfx4_2d()
1373 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gfx4_3d() argument
1419 *array_pitch_el_rows = in isl_calc_phys_total_extent_el_gfx4_3d()
1440 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gfx6_stencil_hiz() argument
1482 *array_pitch_el_rows = in isl_calc_phys_total_extent_el_gfx6_stencil_hiz()
1502 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gfx9_1d() argument
1522 *array_pitch_el_rows = 1; in isl_calc_phys_total_extent_el_gfx9_1d()
1544 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el() argument
[all …]
Disl.h1546 uint32_t array_pitch_el_rows; member
2592 return surf->array_pitch_el_rows; in isl_surf_get_array_pitch_el_rows()
2804 uint32_t array_pitch_el_rows,
2845 uint32_t array_pitch_el_rows, in isl_tiling_get_intratile_offset_sa() argument
2871 array_pitch_el_rows, in isl_tiling_get_intratile_offset_sa()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blt.c76 dst->surf.array_pitch_el_rows, in blt_set_alpha_to_one()
333 src->surf.array_pitch_el_rows, in crocus_emit_blt()
347 dst->surf.array_pitch_el_rows, in crocus_emit_blt()
/third_party/mesa3d/docs/isl/
Dhiz.rst45 :cpp:member:`isl_surf::array_pitch_el_rows` field.
Dunits.rst36 :cpp:member:`isl_surf::array_pitch_el_rows` which, as the name says, is in rows
/third_party/mesa3d/src/intel/blorp/
Dblorp_blit.c2314 info->surf.array_pitch_el_rows, in shrink_surface_params()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3337 - intel/isl: Drop extra assert on array_pitch_el_rows