Searched refs:y_offset_el (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/isl/ |
D | isl.c | 2549 uint32_t *y_offset_el) in isl_surf_get_image_offset_el() argument 2566 *y_offset_el = y_offset_sa / fmtl->bh; in isl_surf_get_image_offset_el() 2586 uint32_t x_offset_el, y_offset_el; in isl_surf_get_image_offset_B_tile_sa() local 2593 &y_offset_el); in isl_surf_get_image_offset_B_tile_sa() 2602 *y_offset_sa = y_offset_el * fmtl->bh; in isl_surf_get_image_offset_B_tile_sa() 2604 assert(y_offset_el == 0); in isl_surf_get_image_offset_B_tile_sa() 2633 UNUSED uint32_t x_offset_el, y_offset_el; in isl_surf_get_image_range_B_tile() local 2640 &y_offset_el); in isl_surf_get_image_range_B_tile() 2648 &y_offset_el); in isl_surf_get_image_range_B_tile() 2707 uint32_t *y_offset_el) in isl_tiling_get_intratile_offset_el() argument [all …]
|
D | isl.h | 2221 uint32_t *y_offset_el); 2306 uint32_t *y_offset_el);
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_clear.c | 1285 uint32_t offset_B, x_offset_el, y_offset_el; in blorp_ccs_ambiguate() local 1287 &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate() 1290 x_offset_el, y_offset_el, in blorp_ccs_ambiguate() 1291 &offset_B, &x_offset_el, &y_offset_el); in blorp_ccs_ambiguate() 1337 assert(y_offset_el % y_el_per_cl == 0); in blorp_ccs_ambiguate() 1339 y_offset_cl = y_offset_el / y_el_per_cl; in blorp_ccs_ambiguate() 1349 assert(x_offset_el == 0 && y_offset_el == 0); in blorp_ccs_ambiguate()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_blit.c | 169 uint32_t *y_offset_el) in get_blit_intratile_offset_el() argument 175 x_offset_el, y_offset_el); in get_blit_intratile_offset_el()
|