Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/isl/
Disl.c1021 struct isl_extent2d *phys_total_el) in isl_calc_phys_total_extent_el_gen4_3d() argument
1068 *phys_total_el = (struct isl_extent2d) { in isl_calc_phys_total_extent_el_gen4_3d()
1086 struct isl_extent2d *phys_total_el) in isl_calc_phys_total_extent_el_gen6_stencil_hiz() argument
1129 *phys_total_el = (struct isl_extent2d) { in isl_calc_phys_total_extent_el_gen6_stencil_hiz()
1146 struct isl_extent2d *phys_total_el) in isl_calc_phys_total_extent_el_gen9_1d() argument
1166 *phys_total_el = (struct isl_extent2d) { in isl_calc_phys_total_extent_el_gen9_1d()
1259 const struct isl_extent2d *phys_total_el, in isl_calc_linear_min_row_pitch() argument
1265 return isl_align_npot(bs * phys_total_el->w, alignment); in isl_calc_linear_min_row_pitch()
1272 const struct isl_extent2d *phys_total_el, in isl_calc_tiled_min_row_pitch() argument
1281 isl_align_div(phys_total_el->w * tile_el_scale, in isl_calc_tiled_min_row_pitch()
[all …]