Searched refs:phys_slice0_sa (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl.c865 const struct isl_extent2d *phys_slice0_sa)
872 pitch_sa_rows = isl_align_npot(phys_slice0_sa->h, image_align_sa->h);
966 struct isl_extent2d *phys_slice0_sa)
985 *phys_slice0_sa = (struct isl_extent2d) {
1022 *phys_slice0_sa = (struct isl_extent2d) {
1042 struct isl_extent2d phys_slice0_sa; local in function:isl_calc_phys_total_extent_el_gen4_2d
1045 &phys_slice0_sa);
1050 &phys_slice0_sa);
1052 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw),
1054 isl_align_div_npot(phys_slice0_sa
858 isl_calc_array_pitch_el_rows_gen4_2d(const struct isl_device * dev,const struct isl_surf_init_info * restrict info,const struct isl_tile_info * tile_info,const struct isl_extent3d * image_align_sa,const struct isl_extent4d * phys_level0_sa,enum isl_array_pitch_span array_pitch_span,const struct isl_extent2d * phys_slice0_sa) argument
960 isl_calc_phys_slice0_extent_sa_gen4_2d(const struct isl_device * dev,const struct isl_surf_init_info * restrict info,enum isl_msaa_layout msaa_layout,const struct isl_extent3d * image_align_sa,const struct isl_extent4d * phys_level0_sa,struct isl_extent2d * phys_slice0_sa) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl.c1096 const struct isl_extent2d *phys_slice0_sa)
1103 pitch_sa_rows = isl_align_npot(phys_slice0_sa->h, image_align_sa->h);
1200 struct isl_extent2d *phys_slice0_sa)
1219 *phys_slice0_sa = (struct isl_extent2d) {
1256 *phys_slice0_sa = (struct isl_extent2d) {
1276 struct isl_extent2d phys_slice0_sa; local in function:isl_calc_phys_total_extent_el_gfx4_2d
1279 &phys_slice0_sa);
1284 &phys_slice0_sa);
1288 .w = isl_align_div_npot(phys_slice0_sa.w, fmtl->bw),
1289 .h = isl_align_div_npot(phys_slice0_sa
1089 isl_calc_array_pitch_el_rows_gfx4_2d(const struct isl_device * dev,const struct isl_surf_init_info * restrict info,const struct isl_tile_info * tile_info,const struct isl_extent3d * image_align_sa,const struct isl_extent4d * phys_level0_sa,enum isl_array_pitch_span array_pitch_span,const struct isl_extent2d * phys_slice0_sa) argument
1194 isl_calc_phys_slice0_extent_sa_gfx4_2d(const struct isl_device * dev,const struct isl_surf_init_info * restrict info,enum isl_msaa_layout msaa_layout,const struct isl_extent3d * image_align_sa,const struct isl_extent4d * phys_level0_sa,struct isl_extent2d * phys_slice0_sa) argument
[all...]

Completed in 6 milliseconds