Home | History | Annotate | Download | only in layers

Lines Matching refs:queryType

10736             if (queryPoolData->second.createInfo.queryType == VK_QUERY_TYPE_PIPELINE_STATISTICS &&
10749 activeTypes.insert(queryPoolData->second.createInfo.queryType);
10754 if (queryPoolData != dev_data->queryPoolMap.end() && activeTypes.count(queryPoolData->second.createInfo.queryType
10762 queryPoolData->second.createInfo.queryType, reinterpret_cast<void *>(pSubCB->commandBuffer));