Home
last modified time | relevance | path

Searched refs:vkDevCtx (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.hpp54 static VkResult Create(DeviceContext& vkDevCtx,
89 VkImageResource(DeviceContext& vkDevCtx, in VkImageResource() argument
93 m_imageWithMemory = ImagePtr(new ImageWithMemory(vkDevCtx.getDeviceDriver(), vkDevCtx.device, vkDevCtx.allocator(), *pImageCreateInfo, MemoryRequirement::Local)); in VkImageResource()
100 static VkResult Create(DeviceContext& vkDevCtx,
141 VkImageResourceView(DeviceContext& vkDevCtx, in VkImageResourceView() argument
145 : m_refCount(0), m_vkDevCtx(vkDevCtx), m_imageResource(imageResource), m_imageView(imageView) in VkImageResourceView()
H A DvktVideoFrameBuffer.cpp70 VkResult CreateImage( DeviceContext& vkDevCtx,
79 VkResult init(DeviceContext& vkDevCtx);
202 int32_t init(DeviceContext& vkDevCtx,
232 VkResult GetImageSetNewLayout(DeviceContext& vkDevCtx,
269 vkDevCtx,
314 VkVideoFrameBuffer(DeviceContext& vkDevCtx, bool supportsQueries)
315 : m_vkDevCtx(vkDevCtx),
332 VkResult CreateVideoQueries(deUint32 numSlots, DeviceContext& vkDevCtx,
336 auto& vk = vkDevCtx.context->getDeviceInterface();
347 return vk.createQueryPool(vkDevCtx
[all...]
H A DvktVideoBaseDecodeUtils.cpp2376 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, imageResourc
[all...]

Completed in 4 milliseconds