HomeSort by: relevance | last modified time | path
    Searched refs:query_slot (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_query.c 48 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) + sizeof(type) * (i
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_query.c 391 query_slot(struct anv_query_pool *pool, uint32_t query) function
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);

Completed in 6 milliseconds