Home
last modified time | relevance | path

Searched refs:x2_B (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1444 unsigned *x1_B, unsigned *x2_B, in tile_extents() argument
1458 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cpp; in tile_extents()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2045 unsigned *x1_B, unsigned *x2_B, in tile_extents() argument
2059 *x2_B = (DIV_ROUND_UP(box->x + box->width, fmtl->bw) + x0_el) * cpp; in tile_extents()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2463 unsigned int *x2_B, unsigned int *y1_el, unsigned int *y2_el) in tile_extents() argument
2476 *x2_B = (DIV_ROUND_UP(map->x + map->w, block_width) + x0_el) * mt->cpp; in tile_extents()