summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/asahi/magic.h
blob: 61c4795b48b7ef9c223fe14f7801f3ea4fe77d31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
void
demo_cmdbuf(uint64_t *buf, size_t size,
            struct agx_pool *pool,
            uint64_t encoder_ptr,
            uint64_t scissor_ptr,
            unsigned width, unsigned height,
            uint32_t pipeline_null,
            uint32_t pipeline_clear,
            uint32_t pipeline_store,
            uint64_t rt0);

void
demo_mem_map(void *map, size_t size, unsigned *handles,
             unsigned count, uint64_t cmdbuf_id, uint64_t
             encoder_id);

void
agx_internal_shaders(struct agx_device *dev);