Searched defs:radv_device (Results 1 – 1 of 1) sorted by relevance
800 struct radv_device { struct801 struct vk_device vk;803 struct radv_instance *instance;804 struct radeon_winsys *ws;806 struct radeon_winsys_ctx *hw_ctx[RADV_NUM_HW_CTX];807 struct radv_meta_state meta_state;809 struct radv_queue *queues[RADV_MAX_QUEUE_FAMILIES];810 int queue_count[RADV_MAX_QUEUE_FAMILIES];812 bool pbb_allowed;813 uint32_t scratch_waves;[all …]