Home
last modified time | relevance | path

Searched refs:queryPoolInfo (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp2723 VkQueryPoolCreateInfo queryPoolInfo = {}; in allocateNewPool() local
2724 queryPoolInfo.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO; in allocateNewPool()
2725 queryPoolInfo.flags = 0; in allocateNewPool()
2726 queryPoolInfo.queryType = mQueryType; in allocateNewPool()
2727 queryPoolInfo.queryCount = mPoolSize; in allocateNewPool()
2728 queryPoolInfo.pipelineStatistics = 0; in allocateNewPool()
2732 queryPoolInfo.pipelineStatistics = VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT; in allocateNewPool()
2737 ANGLE_VK_TRY(contextVk, queryPool.init(contextVk->getDevice(), queryPoolInfo)); in allocateNewPool()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1182 const VkQueryPoolCreateInfo queryPoolInfo = in create() local
1192 return createQueryPool(env.vkd, env.device, &queryPoolInfo, env.allocationCallbacks); in create()