Searched defs:queryIndex (Results 1 – 11 of 11) sorted by relevance
264 unsigned queryIndex = queryid_to_index(queryId); in _mesa_GetPerfQueryInfoINTEL() local325 unsigned queryIndex = queryid_to_index(queryId); in _mesa_GetPerfCounterInfoINTEL() local
125 final int queryIndex = systemId.indexOf('?'); in isAbsoluteURI() local
132 final int queryIndex = systemId.indexOf('?'); in isAbsoluteURI() local
240 int queryIndex = uriString.indexOf('?'); in getUriIndices() local
242 int queryIndex = uriString.indexOf('?'); in getUriIndices() local
547 void CommandGraphNode::setQueryPool(const QueryPool *queryPool, uint32_t queryIndex) in setQueryPool()1096 void CommandGraph::beginQuery(const QueryPool *queryPool, uint32_t queryIndex) in beginQuery()1103 void CommandGraph::endQuery(const QueryPool *queryPool, uint32_t queryIndex) in endQuery()1110 void CommandGraph::writeTimestamp(const QueryPool *queryPool, uint32_t queryIndex) in writeTimestamp()
3336 uint32_t queryIndex = 0; in allocateQuery() local
1519 for (size_t queryIndex = 0; queryIndex < mRunningQueries.size();) in drawBenchmark() local
1925 const deUint32 queryIndex = 0u; in iterate() local2221 const deUint32 queryIndex = 0u; in iterate() local
3172 for (size_t queryIndex = 0; queryIndex < kQueryCount; ++queryIndex) in TEST_P() local