Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1365 uint8_t *untiled_s8_map = map->ptr; in crocus_unmap_s8() local
1380 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x]; in crocus_unmap_s8()
1413 uint8_t *untiled_s8_map = map->ptr; in crocus_map_s8() local
1427 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x] = in crocus_map_s8()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1968 uint8_t *untiled_s8_map = map->ptr; in iris_unmap_s8() local
1982 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x]; in iris_unmap_s8()
2015 uint8_t *untiled_s8_map = map->ptr; in iris_map_s8() local
2028 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x] = in iris_map_s8()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2753 uint8_t *untiled_s8_map = map->ptr; in brw_miptree_unmap_s8() local
2764 tiled_s8_map[offset] = untiled_s8_map[y * map->w + x]; in brw_miptree_unmap_s8()
2794 uint8_t *untiled_s8_map = map->ptr; in brw_miptree_map_s8() local
2806 untiled_s8_map[y * map->w + x] = tiled_s8_map[offset]; in brw_miptree_map_s8()