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

/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_query.c48 struct PACKED query_slot { struct
60 struct query_slot common;
68 struct query_slot common;
77 struct query_slot common;
85 struct query_slot common;
107 struct query_slot common;
129 sizeof(struct query_slot) + \
134 query_iova(struct query_slot, pool, query, available)
138 sizeof(struct query_slot) + sizeof(type) * (i)
142 sizeof(struct query_slot)
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_query.c391 query_slot(struct anv_query_pool *pool, uint32_t query) function in typeref:typename:void *
411 return *(volatile uint64_t *)query_slot(pool, query);
492 uint64_t *slot = query_slot(pool, firstQuery + i);
509 uint64_t *slot = query_slot(pool, firstQuery + i);
530 uint64_t *slot = query_slot(pool, firstQuery + i);
541 uint64_t *slot = query_slot(pool, firstQuery + i);
570 const void *query_data = query_slot(pool, firstQuery + i);
793 uint64_t *slot = query_slot(pool, firstQuery + i);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst1573 - anv: Use the query_slot helper in vkResetQueryPoolEXT

Completed in 9 milliseconds