Searched refs:x_offset_el (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/isl/ |
D | isl.c | 2548 uint32_t *x_offset_el, in isl_surf_get_image_offset_el() argument 2565 *x_offset_el = x_offset_sa / fmtl->bw; 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 2592 &x_offset_el, in isl_surf_get_image_offset_B_tile_sa() 2596 *x_offset_sa = x_offset_el * fmtl->bw; in isl_surf_get_image_offset_B_tile_sa() 2598 assert(x_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 2639 &x_offset_el, in isl_surf_get_image_range_B_tile() 2647 &x_offset_el, in isl_surf_get_image_range_B_tile() 2706 uint32_t *x_offset_el, in isl_tiling_get_intratile_offset_el() argument [all …]
|
D | isl.h | 2220 uint32_t *x_offset_el, 2305 uint32_t *x_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() 1336 assert(x_offset_el % x_el_per_cl == 0); in blorp_ccs_ambiguate() 1338 x_offset_cl = x_offset_el / x_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 | 168 uint32_t *x_offset_el, in get_blit_intratile_offset_el() argument 175 x_offset_el, y_offset_el); in get_blit_intratile_offset_el() 190 *x_offset_el += delta / mt->cpp; in get_blit_intratile_offset_el()
|