Searched refs:z_image_y (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_mipmap_tree.c | 3493 unsigned int z_image_x, z_image_y; local in function:intel_miptree_unmap_depthstencil 3498 &z_image_x, &z_image_y); 3506 ptrdiff_t z_offset = ((y + z_image_y + map->y) * 3528 map->x + z_image_x, map->y + z_image_y, 3567 unsigned int z_image_x, z_image_y; local in function:intel_miptree_map_depthstencil 3572 &z_image_x, &z_image_y); 3581 ptrdiff_t z_offset = ((map_y + z_image_y) * 3602 z_mt, map->x + z_image_x, map->y + z_image_y,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_mipmap_tree.c | 2851 unsigned int z_image_x, z_image_y; local in function:brw_miptree_unmap_depthstencil 2856 &z_image_x, &z_image_y); 2864 ptrdiff_t z_offset = ((y + z_image_y + map->y) * 2886 map->x + z_image_x, map->y + z_image_y, 2925 unsigned int z_image_x, z_image_y; local in function:brw_miptree_map_depthstencil 2930 &z_image_x, &z_image_y); 2939 ptrdiff_t z_offset = ((map_y + z_image_y) * 2960 z_mt, map->x + z_image_x, map->y + z_image_y,
|
Completed in 17 milliseconds