Home
last modified time | relevance | path

Searched refs:compute_invocations (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/vulkan/overlay-layer/
Doverlay_params.h64 OVERLAY_PARAM_BOOL(compute_invocations) \
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query_hw.c135 PUSH_DATA (push, nvc0->compute_invocations); in nvc0_hw_query_write_compute_invocations()
136 PUSH_DATAh(push, nvc0->compute_invocations); in nvc0_hw_query_write_compute_invocations()
Dnvc0_context.h287 uint64_t compute_invocations; member
Dnvc0_compute.c533 nvc0->compute_invocations += invocations; in nvc0_update_compute_invocations_counter()