Lines Matching refs:firstQuery
298 uint32_t firstQuery, in get_query_pool_results() argument
310 uint32_t query = firstQuery + i; in get_query_pool_results()
380 uint32_t firstQuery, in tu_GetQueryPoolResults() argument
389 assert(firstQuery + queryCount <= pool->size); in tu_GetQueryPoolResults()
399 return get_query_pool_results(device, pool, firstQuery, queryCount, in tu_GetQueryPoolResults()
431 uint32_t firstQuery, in emit_copy_query_pool_results() argument
450 uint32_t query = firstQuery + i; in emit_copy_query_pool_results()
518 uint32_t firstQuery, in tu_CmdCopyQueryPoolResults() argument
529 assert(firstQuery + queryCount <= pool->size); in tu_CmdCopyQueryPoolResults()
536 return emit_copy_query_pool_results(cmdbuf, cs, pool, firstQuery, in tu_CmdCopyQueryPoolResults()
546 uint32_t firstQuery, in emit_reset_query_pool() argument
552 uint32_t query = firstQuery + i; in emit_reset_query_pool()
580 uint32_t firstQuery, in tu_CmdResetQueryPool() argument
591 emit_reset_query_pool(cmdbuf, pool, firstQuery, queryCount); in tu_CmdResetQueryPool()
601 uint32_t firstQuery, in tu_ResetQueryPool() argument
607 struct query_slot *slot = slot_address(pool, i + firstQuery); in tu_ResetQueryPool()
611 uint64_t *res = query_result_addr(pool, i + firstQuery, k); in tu_ResetQueryPool()