Searched refs:x_offset_el (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
D | isl.c | 2758 uint32_t *x_offset_el, in isl_surf_get_image_offset_el() argument 2779 *x_offset_el = x_offset_sa / fmtl->bw; in isl_surf_get_image_offset_el() 2795 uint32_t x_offset_el, y_offset_el; in isl_surf_get_image_offset_B_tile_sa() local 2800 &x_offset_el, in isl_surf_get_image_offset_B_tile_sa() 2804 *x_offset_sa = x_offset_el * fmtl->bw; in isl_surf_get_image_offset_B_tile_sa() 2806 assert(x_offset_el == 0); in isl_surf_get_image_offset_B_tile_sa() 2822 uint32_t *x_offset_el, in isl_surf_get_image_offset_B_tile_el() argument 2847 x_offset_el, in isl_surf_get_image_offset_B_tile_el() 2887 UNUSED uint32_t x_offset_el, y_offset_el, z_offset_el, array_slice; in isl_surf_get_image_range_B_tile() local 2898 &x_offset_el, in isl_surf_get_image_range_B_tile() [all …]
|
D | isl.h | 2655 uint32_t *x_offset_el, 2698 uint32_t *x_offset_el, 2771 uint32_t *x_offset_el, 2810 uint32_t *x_offset_el,
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 1445 uint32_t x_offset_el, y_offset_el; in blorp_ccs_ambiguate() local 1447 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate() 1492 assert(x_offset_el % x_el_per_cl == 0); in blorp_ccs_ambiguate() 1494 x_offset_cl = x_offset_el / x_el_per_cl; in blorp_ccs_ambiguate() 1505 assert(x_offset_el == 0 && y_offset_el == 0); in blorp_ccs_ambiguate()
|