Searched refs:query_group (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_query.c80 const uint32_t query_group = i / 16; local in function:v3dv_CreateQueryPool
81 const uint32_t query_offset = query_group * 1024 + (i % 16) * 4;

Completed in 2 milliseconds