Home
last modified time | relevance | path

Searched refs:CALL_DispatchCompute (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c28241 CALL_DispatchCompute(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_groups_z)); in _mesa_unmarshal_DispatchCompute()
28261 CALL_DispatchCompute(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_groups_z)); in _mesa_marshal_DispatchCompute()
Ddispatch.h12140 #define CALL_DispatchCompute(disp, parameters) \ macro