Searched defs:pvr_rt_dataset (Results 1 – 1 of 1) sorted by relevance
78 struct pvr_rt_dataset { struct79 struct pvr_device *device;82 uint32_t width;83 uint32_t height;84 uint32_t samples;85 uint32_t layers;87 struct pvr_free_list *global_free_list;88 struct pvr_free_list *local_free_list;90 struct pvr_bo *vheap_rtc_bo;91 pvr_dev_addr_t vheap_dev_addr;[all …]