Searched refs:y_offset_el (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
D | isl.c | 2759 uint32_t *y_offset_el, in isl_surf_get_image_offset_el() argument 2780 *y_offset_el = y_offset_sa / fmtl->bh; 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 2801 &y_offset_el); in isl_surf_get_image_offset_B_tile_sa() 2810 *y_offset_sa = y_offset_el * fmtl->bh; in isl_surf_get_image_offset_B_tile_sa() 2812 assert(y_offset_el == 0); in isl_surf_get_image_offset_B_tile_sa() 2823 uint32_t *y_offset_el) in isl_surf_get_image_offset_B_tile_el() argument 2848 y_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 2899 &y_offset_el, in isl_surf_get_image_range_B_tile() [all …]
|
D | isl.h | 2656 uint32_t *y_offset_el, 2699 uint32_t *y_offset_el); 2772 uint32_t *y_offset_el); 2811 uint32_t *y_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() 1493 assert(y_offset_el % y_el_per_cl == 0); in blorp_ccs_ambiguate() 1495 y_offset_cl = y_offset_el / y_el_per_cl; in blorp_ccs_ambiguate() 1505 assert(x_offset_el == 0 && y_offset_el == 0); in blorp_ccs_ambiguate()
|