Searched refs:get_caps (Results 1 – 3 of 3) sorted by relevance
49 struct drm_virtgpu_get_caps get_caps = {0}; in LinuxVirtGpuDevice() local88 get_caps.cap_set_id = static_cast<uint32_t>(capset); in LinuxVirtGpuDevice()91 get_caps.size = sizeof(struct vulkanCapset); in LinuxVirtGpuDevice()92 get_caps.addr = (unsigned long long)&mCaps.vulkanCapset; in LinuxVirtGpuDevice()95 get_caps.size = sizeof(struct magmaCapset); in LinuxVirtGpuDevice()96 get_caps.addr = (unsigned long long)&mCaps.magmaCapset; in LinuxVirtGpuDevice()99 get_caps.size = sizeof(struct vulkanCapset); in LinuxVirtGpuDevice()100 get_caps.addr = (unsigned long long)&mCaps.glesCapset; in LinuxVirtGpuDevice()103 get_caps.size = sizeof(struct vulkanCapset); in LinuxVirtGpuDevice()104 get_caps.addr = (unsigned long long)&mCaps.composerCapset; in LinuxVirtGpuDevice()[all …]
410 void get_caps();
1523 m_pq.get_caps(); in venc_open()8287 void venc_dev::venc_dev_pq::get_caps() in get_caps() function in venc_dev::venc_dev_pq