Searched refs:s_image_x (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 | 3492 unsigned int s_image_x, s_image_y; local in function:intel_miptree_unmap_depthstencil 3496 &s_image_x, &s_image_y); 3503 x + s_image_x + map->x, 3529 s_mt, map->x + s_image_x, map->y + s_image_y, 3566 unsigned int s_image_x, s_image_y; local in function:intel_miptree_map_depthstencil 3570 &s_image_x, &s_image_y); 3578 map_x + s_image_x, 3603 s_mt, map->x + s_image_x, map->y + s_image_y, |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ | ||
| H A D | brw_mipmap_tree.c | 2850 unsigned int s_image_x, s_image_y; local in function:brw_miptree_unmap_depthstencil 2854 &s_image_x, &s_image_y); 2861 x + s_image_x + map->x, 2887 s_mt, map->x + s_image_x, map->y + s_image_y, 2924 unsigned int s_image_x, s_image_y; local in function:brw_miptree_map_depthstencil 2928 &s_image_x, &s_image_y); 2936 map_x + s_image_x, 2961 s_mt, map->x + s_image_x, map->y + s_image_y, |
Completed in 16 milliseconds