Searched refs:queryPoolInfo (Results 1 – 2 of 2) sorted by relevance
2723 VkQueryPoolCreateInfo queryPoolInfo = {}; in allocateNewPool() local2724 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()
1182 const VkQueryPoolCreateInfo queryPoolInfo = in create() local1192 return createQueryPool(env.vkd, env.device, &queryPoolInfo, env.allocationCallbacks); in create()