Searched refs:untiled_s8_map (Results 1 – 3 of 3) sorted by relevance
1365 uint8_t *untiled_s8_map = map->ptr; in crocus_unmap_s8() local1380 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() local1427 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x] = in crocus_map_s8()
1968 uint8_t *untiled_s8_map = map->ptr; in iris_unmap_s8() local1982 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() local2028 untiled_s8_map[s * xfer->layer_stride + y * xfer->stride + x] = in iris_map_s8()
2753 uint8_t *untiled_s8_map = map->ptr; in brw_miptree_unmap_s8() local2764 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() local2806 untiled_s8_map[y * map->w + x] = tiled_s8_map[offset]; in brw_miptree_map_s8()