Searched refs:encodeQueryPool (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoEncodeTests.cpp | 901 …cessQueryPoolResults(const DeviceInterface &vk, const VkDevice device, VkQueryPool encodeQueryPool, in processQueryPoolResults() argument 908 …if (vk.getQueryPoolResults(device, encodeQueryPool, 1, 1, sizeof(queryResultWithStatus), &queryRes… in processQueryPoolResults() 1807 Move<VkQueryPool> encodeQueryPool = in iterate() local 2041 videoDeviceDriver.cmdResetQueryPool(encodeCmdBuffer, encodeQueryPool.get(), 0, 2); in iterate() 2218 getVideoInlineQueryInfo(encodeQueryPool.get(), 0, 1, videoEncodePictureInfoPtr); in iterate() 2234 videoDeviceDriver.cmdBeginQuery(encodeCmdBuffer, encodeQueryPool.get(), 1, 0); in iterate() 2239 videoDeviceDriver.cmdEndQuery(encodeCmdBuffer, encodeQueryPool.get(), 1); in iterate() 2249 … if (!processQueryPoolResults(videoDeviceDriver, videoDevice, encodeQueryPool.get(), in iterate() 2274 …if (!processQueryPoolResults(videoDeviceDriver, videoDevice, encodeQueryPool.get(), bitstreamBuffe… in iterate() 2283 …if (!processQueryPoolResults(videoDeviceDriver, videoDevice, encodeQueryPool.get(), bitstreamBuffe… in iterate()
|