Home
last modified time | relevance | path

Searched refs:x1_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
1456 *x1_B = (box->x / 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
2057 *x1_B = (box->x / fmtl->bw + x0_el) * cpp; in tile_extents()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2462 unsigned int level, unsigned int slice, unsigned int *x1_B, in tile_extents() argument
2474 *x1_B = (map->x / block_width + x0_el) * mt->cpp; in tile_extents()