Home
last modified time | relevance | path

Searched refs:m_deviceContext (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp335 util::getVideoDecodeCapabilities(*decoder->m_deviceContext, decoder->m_profile, videoCaps, videoDecodeCaps); in createParser()
698 DeviceContext m_deviceContext; member in vkt::video::__anon28942::VideoDecodeTestInstance
711 DeviceContext m_deviceContext; member in vkt::video::__anon28942::InterleavingDecodeTestInstance
727 m_deviceContext.context = &m_context; in InterleavingDecodeTestInstance()
728 m_deviceContext.device = device; in InterleavingDecodeTestInstance()
729 m_deviceContext.phys = m_context.getPhysicalDevice(); in InterleavingDecodeTestInstance()
730 m_deviceContext.vd = &m_videoDevice; in InterleavingDecodeTestInstance()
732 m_deviceContext.transferQueue = in InterleavingDecodeTestInstance()
734 m_deviceContext.decodeQueue = in InterleavingDecodeTestInstance()
738 m_decoders.push_back(decoderFromTestDefinition(&m_deviceContext, *tes in InterleavingDecodeTestInstance()
[all...]
H A DvktVideoBaseDecodeUtils.cpp547 : m_deviceContext(params.context)
561 VK_CHECK(util::getVideoDecodeCapabilities(*m_deviceContext, *params.profile, m_videoCaps, m_decodeCaps));
563 VK_CHECK(util::getSupportedVideoFormats(*m_deviceContext, m_profile, m_decodeCaps.flags,
567 m_supportedVideoCodecs = util::getSupportedCodecs(*m_deviceContext,
568 m_deviceContext->decodeQueueFamilyIdx(),
576 const DeviceInterface& vkd = m_deviceContext->getDeviceDriver();
577 VkDevice device = m_deviceContext->device;
578 VkQueue queueDecode = m_deviceContext->decodeQueue;
579 VkQueue queueTransfer = m_deviceContext->transferQueue;
628 m_deviceContext
[all...]
H A DvktVideoBaseDecodeUtils.hpp529 : m_classId(m_refClassId), m_Id(-1), m_refCount(0), m_deviceContext(deviceContext), m_videoSession(), m_sessionParameters(VK_NULL_HANDLE), m_templatePictureParameters(templatePictureParameters)
541 DeviceContext& m_deviceContext;
898 DeviceContext* m_deviceContext{};
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative()
76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext()
79 HDC m_deviceContext; member in tcu::win32::__anon30308::NativeDisplay
141 , m_deviceContext ((HDC)EGL_DEFAULT_DISPLAY) in NativeDisplay()

Completed in 5 milliseconds