Searched refs:query_slot (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_query.c | 26 struct PACKED query_slot { struct 38 struct query_slot common; 46 struct query_slot common; 55 struct query_slot common; 63 struct query_slot common; 85 struct query_slot common; 90 struct query_slot common; 114 sizeof(struct query_slot) + \ 122 query_iova(struct query_slot, pool, query, available) 126 sizeof(struct query_slot) [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 397 query_slot(struct anv_query_pool *pool, uint32_t query) in query_slot() function 417 return *(volatile uint64_t *)query_slot(pool, query); in query_is_available() 500 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() 517 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() 538 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() 549 uint64_t *slot = query_slot(pool, firstQuery + i); in GetQueryPoolResults() 578 const void *query_data = query_slot(pool, firstQuery + i); in GetQueryPoolResults() 819 uint64_t *slot = query_slot(pool, firstQuery + i); in ResetQueryPool()
|
Completed in 5 milliseconds