Lines Matching defs:map
147 .map = iris_bo_map(batch->dbg, bo, MAP_READ | MAP_ASYNC),
173 void *map = iris_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ);
174 intel_print_batch(&batch->decoder, map, batch->primary_batch_size,
493 batch->map = iris_bo_map(NULL, batch->bo, MAP_READ | MAP_WRITE);
494 batch->map_next = batch->map;
510 uint32_t *map = batch->map_next;
512 map[0] = (0xA << 23);
587 batch->map = NULL;
639 VG(VALGRIND_CHECK_MEM_IS_DEFINED(batch->map, batch_size));
720 uint32_t *map = batch->map_next;
722 map[0] = (0xA << 23);
944 /* The decode operation may map and wait on the batch buffer, which could