Lines Matching refs:vkDevCtx
2376 VkResult VulkanVideoSession::Create(DeviceContext& vkDevCtx,
2386 auto& vk = vkDevCtx.getDeviceDriver();
2387 auto device = vkDevCtx.device;
2389 VulkanVideoSession* pNewVideoSession = new VulkanVideoSession(vkDevCtx, pVideoProfile);
2503 VkResult VkImageResource::Create(DeviceContext& vkDevCtx,
2507 imageResource = new VkImageResource(vkDevCtx,
2513 VkResult VkImageResourceView::Create(DeviceContext& vkDevCtx,
2518 auto& vk = vkDevCtx.getDeviceDriver();
2519 VkDevice device = vkDevCtx.device;
2536 imageResourceView = new VkImageResourceView(vkDevCtx, imageResource,