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

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay_params.h63 OVERLAY_PARAM_BOOL(compute_invocations) \
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay_params.h66 OVERLAY_PARAM_BOOL(compute_invocations) \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c184 ((uint64_t *)hq->data)[2 * 0x11] = nv50->compute_invocations;
243 ((uint64_t *)hq->data)[2 * 0x8] = nv50->compute_invocations;
H A Dnv50_context.h233 uint64_t compute_invocations; member in struct:nv50_context
H A Dnv50_compute.c623 nv50->compute_invocations += info->block[0] * info->block[1] * info->block[2] *
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c135 PUSH_DATA (push, nvc0->compute_invocations);
136 PUSH_DATAh(push, nvc0->compute_invocations);
H A Dnvc0_context.h286 uint64_t compute_invocations; member in struct:nvc0_context
H A Dnvc0_compute.c533 nvc0->compute_invocations += invocations;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c135 PUSH_DATA (push, nvc0->compute_invocations);
136 PUSH_DATAh(push, nvc0->compute_invocations);
H A Dnvc0_context.h288 uint64_t compute_invocations; member in struct:nvc0_context
H A Dnvc0_compute.c533 nvc0->compute_invocations += invocations;

Completed in 15 milliseconds