Searched defs:pvr_rt_dataset (Results 1 – 1 of 1) sorted by relevance
103 struct pvr_rt_dataset { struct104 struct pvr_device *device;107 uint32_t width;108 uint32_t height;109 uint32_t samples;110 uint32_t layers;112 struct pvr_free_list *global_free_list;113 struct pvr_free_list *local_free_list;115 struct pvr_bo *vheap_rtc_bo;116 pvr_dev_addr_t vheap_dev_addr;[all …]