Searched refs:encodeQueryPool (Results 1 – 1 of 1) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/video/ |
| D | vktVideoEncodeTests.cpp | 1144 …cessQueryPoolResults(const DeviceInterface &vk, const VkDevice device, VkQueryPool encodeQueryPool, in processQueryPoolResults() argument 1151 …if (vk.getQueryPoolResults(device, encodeQueryPool, firstQueryId, queryCount, sizeof(queryResultWi… in processQueryPoolResults() 2205 Move<VkQueryPool> encodeQueryPool = in iterate() local 2439 videoDeviceDriver.cmdResetQueryPool(encodeCmdBuffer, encodeQueryPool.get(), 0, 2); in iterate() 2616 getVideoInlineQueryInfo(encodeQueryPool.get(), queryId, 1, nullptr); in iterate() 2650 videoDeviceDriver.cmdBeginQuery(encodeCmdBuffer, encodeQueryPool.get(), queryId, 0); in iterate() 2655 videoDeviceDriver.cmdEndQuery(encodeCmdBuffer, encodeQueryPool.get(), queryId); in iterate() 2664 … if (!processQueryPoolResults(videoDeviceDriver, videoDevice, encodeQueryPool.get(), queryId, 1, in iterate() 2689 … if (!processQueryPoolResults(videoDeviceDriver, videoDevice, encodeQueryPool.get(), queryId, 1, in iterate() 2698 … if (!processQueryPoolResults(videoDeviceDriver, videoDevice, encodeQueryPool.get(), queryId, 1, in iterate()
|