Lines Matching defs:map
14 uint8_t *map = NULL;
34 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer);
35 if (!map)
38 memcpy(map, data, size);
50 uint8_t *map = NULL;
64 map = pipe->buffer_map(pipe, resource, 0, usage, &box, &transfer);
65 if (!map)
70 memcpy(map + off, clear_value, MIN2(clear_value_size, size - off));
85 uint8_t *map = NULL;
95 map = pipe->texture_map(pipe,
100 if (!map)
103 util_copy_box(map,