Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl.c989 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gen4_2d() argument
998 *array_pitch_el_rows = in isl_calc_phys_total_extent_el_gen4_2d()
1005 .h = *array_pitch_el_rows * (phys_level0_sa->array_len - 1) + in isl_calc_phys_total_extent_el_gen4_2d()
1020 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gen4_3d() argument
1066 *array_pitch_el_rows = in isl_calc_phys_total_extent_el_gen4_3d()
1085 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gen6_stencil_hiz() argument
1127 *array_pitch_el_rows = in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1145 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el_gen9_1d() argument
1165 *array_pitch_el_rows = 1; in isl_calc_phys_total_extent_el_gen9_1d()
1185 uint32_t *array_pitch_el_rows, in isl_calc_phys_total_extent_el() argument
[all …]
Disl.h1176 uint32_t array_pitch_el_rows; member
1797 return surf->array_pitch_el_rows; in isl_surf_get_array_pitch_el_rows()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_depth_state.c82 (depth_mt ? depth_mt->surf.array_pitch_el_rows >> 2 : 0)); in emit_depth_packets()
117 OUT_BATCH(stencil_mt->surf.array_pitch_el_rows >> 2); in emit_depth_packets()