mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
radeonsi: allow queries to return more than UINT32_MAX
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37849>
This commit is contained in:
parent
956868b06a
commit
6651781731
1 changed files with 1 additions and 1 deletions
|
|
@ -1325,7 +1325,7 @@ static void si_get_hw_query_result_shader_params(struct si_context *sctx,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static unsigned si_query_read_result(void *map, unsigned start_index, unsigned end_index,
|
static uint64_t si_query_read_result(void *map, unsigned start_index, unsigned end_index,
|
||||||
bool test_status_bit)
|
bool test_status_bit)
|
||||||
{
|
{
|
||||||
uint32_t *current_result = (uint32_t *)map;
|
uint32_t *current_result = (uint32_t *)map;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue