Searched refs:total_requests (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/glx/ |
D | indirect_vertex_array.c | 592 unsigned int *total_requests, in emit_DrawArrays_header_old() argument 647 *total_requests = vertex_requests + 1; in emit_DrawArrays_header_old() 661 __glXSendLargeChunk(gc, 1, *total_requests, pc, in emit_DrawArrays_header_old() 685 *total_requests = 0; in emit_DrawArrays_header_old() 705 unsigned total_requests = 0; in emit_DrawArrays_old() local 711 &total_requests, mode, count); in emit_DrawArrays_old() 717 if (total_requests == 0) { in emit_DrawArrays_old() 735 for (req = 2; req <= total_requests; req++) { in emit_DrawArrays_old() 748 __glXSendLargeChunk(gc, req, total_requests, gc->pc, pc - gc->pc); in emit_DrawArrays_old() 834 unsigned total_requests = 0; in emit_DrawElements_old() local [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | lrs.proto | 50 // stats Envoy maintains by itself (total_requests, rpc_errors etc.) as
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | lrs_for_test.proto | 143 // stats Envoy maintains by itself (total_requests, rpc_errors etc.) as
|