Lines Matching defs:devctx
392 static MovePtr<VideoBaseDecoder> decoderFromTestDefinition(DeviceContext* devctx, const TestDefinition& test)
395 VK_CHECK(VulkanVideoFrameBuffer::Create(devctx,
401 params.context = devctx;
417 FrameProcessor(DeviceContext* devctx, const TestDefinition* params, VideoBaseDecoder* decoder, tcu::TestLog& log)
418 : m_devctx(devctx)
542 de::MovePtr<vkt::ycbcr::MultiPlaneImageData> getDecodedImage(DeviceContext& devctx,
546 auto& vkd = devctx.getDeviceDriver();
547 auto device = devctx.device;
548 auto queueFamilyIndexDecode = devctx.decodeQueueFamilyIdx();
549 auto queueFamilyIndexTransfer = devctx.transferQueueFamilyIdx();
650 vkt::ycbcr::downloadImage(vkd, device, queueFamilyIndexTransfer, devctx.allocator(), image,