Lines Matching defs:map
173 uint32_t *map = (uint32_t *) buf;
174 memset(map, 0, 518 * 4);
185 agx_pack(map + 160, IOGPU_INTERNAL_PIPELINES, cfg) {
225 agx_pack(map + 228, IOGPU_AUX_FRAMEBUFFER, cfg) {
231 agx_pack(map + 292, IOGPU_CLEAR_Z_S, cfg) {
244 agx_pack(map + 356, IOGPU_MISC, cfg) {
258 asahi_pack_iogpu_attachments(map + (offset_attachments / 4) + 4,
261 map[(offset_attachments / 4) + 3] = nr_attachments;
265 agx_pack(map, IOGPU_HEADER, cfg) {
304 demo_mem_map(void *map, size_t size, unsigned *handles, unsigned count,
307 struct agx_map_header *header = map;
308 struct agx_map_entry *entries = (struct agx_map_entry *) (((uint8_t *) map) + sizeof(*header));
309 struct agx_map_entry *end = (struct agx_map_entry *) (((uint8_t *) map) + size);