Lines Matching defs:map
3852 radv_fill_shader_rings(struct radv_device *device, uint32_t *map, bool add_sample_positions,
3859 uint32_t *desc = &map[4];
4497 uint32_t *map = (uint32_t *)ws->buffer_map(descriptor_bo);
4498 if (!map)
4510 map[0] = scratch_va;
4511 map[1] = rsrc1;
4515 radv_fill_shader_rings(device, map, add_sample_positions, needs->esgs_ring_size,
5972 event->map = (uint64_t *)device->ws->buffer_map(event->bo);
5973 if (!event->map) {
6005 if (*event->map == 1)
6014 *event->map = 1;
6023 *event->map = 0;