Searched defs:queryIndex (Results 1 – 8 of 8) sorted by relevance
125 final int queryIndex = systemId.indexOf('?'); in isAbsoluteURI() local
132 final int queryIndex = systemId.indexOf('?'); in isAbsoluteURI() local
264 unsigned queryIndex = queryid_to_index(queryId); in _mesa_GetPerfQueryInfoINTEL() local325 unsigned queryIndex = queryid_to_index(queryId); in _mesa_GetPerfCounterInfoINTEL() local
240 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()
1111 uint32_t queryIndex = mCurrentFreeEntry++; in allocateQuery() local
225 for (size_t queryIndex = 0; queryIndex < mRunningQueries.size();) in drawBenchmark() local
1536 const deUint32 queryIndex = 0u; in iterate() local