Searched refs:y_offset_el (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/intel/isl/ |
D | isl.c | 2740 uint32_t *y_offset_el, in isl_surf_get_image_offset_el() argument 2761 *y_offset_el = y_offset_sa / fmtl->bh; in isl_surf_get_image_offset_el() 2776 uint32_t x_offset_el, y_offset_el; in isl_surf_get_image_offset_B_tile_sa() local 2782 &y_offset_el); in isl_surf_get_image_offset_B_tile_sa() 2791 *y_offset_sa = y_offset_el * fmtl->bh; in isl_surf_get_image_offset_B_tile_sa() 2793 assert(y_offset_el == 0); in isl_surf_get_image_offset_B_tile_sa() 2804 uint32_t *y_offset_el) in isl_surf_get_image_offset_B_tile_el() argument 2829 y_offset_el, in isl_surf_get_image_offset_B_tile_el() 2868 UNUSED uint32_t x_offset_el, y_offset_el, z_offset_el, array_slice; in isl_surf_get_image_range_B_tile() local 2880 &y_offset_el, in isl_surf_get_image_range_B_tile() [all …]
|
D | isl.h | 2564 uint32_t *y_offset_el, 2607 uint32_t *y_offset_el); 2680 uint32_t *y_offset_el); 2719 uint32_t *y_offset_el,
|
/third_party/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 1436 uint32_t x_offset_el, y_offset_el; in blorp_ccs_ambiguate() local 1438 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate() 1484 assert(y_offset_el % y_el_per_cl == 0); in blorp_ccs_ambiguate() 1486 y_offset_cl = y_offset_el / y_el_per_cl; in blorp_ccs_ambiguate() 1496 assert(x_offset_el == 0 && y_offset_el == 0); in blorp_ccs_ambiguate()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blit.c | 169 uint32_t *y_offset_el) in get_blit_intratile_offset_el() argument 179 x_offset_el, y_offset_el, in get_blit_intratile_offset_el()
|