Home
last modified time | relevance | path

Searched defs:batch (Results 1 – 25 of 52) sorted by relevance

123

/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.cc59 static void assert_valid_callouts(grpc_metadata_batch* batch) { in assert_valid_callouts()
77 void grpc_metadata_batch_assert_ok(grpc_metadata_batch* batch) { in grpc_metadata_batch_assert_ok()
82 void grpc_metadata_batch_init(grpc_metadata_batch* batch) { in grpc_metadata_batch_init()
87 void grpc_metadata_batch_destroy(grpc_metadata_batch* batch) { in grpc_metadata_batch_destroy()
107 static grpc_error* link_callout(grpc_metadata_batch* batch, in link_callout()
123 static grpc_error* maybe_link_callout(grpc_metadata_batch* batch, in maybe_link_callout()
133 static void maybe_unlink_callout(grpc_metadata_batch* batch, in maybe_unlink_callout()
145 grpc_error* grpc_metadata_batch_add_head(grpc_metadata_batch* batch, in grpc_metadata_batch_add_head()
169 grpc_error* grpc_metadata_batch_link_head(grpc_metadata_batch* batch, in grpc_metadata_batch_link_head()
186 grpc_metadata_batch* batch, grpc_linked_mdelem* storage, in grpc_metadata_batch_link_head()
[all …]
Dmetadata_batch.h118 grpc_metadata_batch* batch, grpc_linked_mdelem* storage, in grpc_metadata_batch_add_head()
124 grpc_metadata_batch* batch, grpc_linked_mdelem* storage, in grpc_metadata_batch_add_head()
142 grpc_metadata_batch* batch, grpc_linked_mdelem* storage, in grpc_metadata_batch_add_tail()
148 grpc_metadata_batch* batch, grpc_linked_mdelem* storage, in grpc_metadata_batch_add_tail()
177 #define grpc_metadata_batch_assert_ok(batch) \ argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DIndirectDrawMetadata.cpp45 IndexedIndirectValidationBatch& batch = *it; in AddIndexedIndirectDraw() local
99 IndexedIndirectValidationBatch& batch = *it; in AddBatch() local
153 for (const IndexedIndirectValidationBatch& batch : entry.second.GetBatches()) { in AddBundle() local
DIndirectDrawValidationEncoder.cpp236 for (const IndirectDrawMetadata::IndexedIndirectValidationBatch& batch : in EncodeIndirectDrawValidationCommands() local
363 for (const Batch& batch : pass.batches) { in EncodeIndirectDrawValidationCommands() local
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc587 grpc_transport_stream_op_batch batch; member
664 grpc_transport_stream_op_batch* batch = nullptr; member
1147 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in StartTransportStreamOpBatch()
2688 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in StartTransportStreamOpBatch()
2786 size_t CallData::GetBatchIndex(grpc_transport_stream_op_batch* batch) { in GetBatchIndex()
2800 grpc_transport_stream_op_batch* batch) { in PendingBatchesAdd()
2815 grpc_transport_stream_op_batch* batch = in FailPendingBatchInCallCombiner() local
2839 grpc_transport_stream_op_batch*& batch = pending_batches_[i]; in PendingBatchesFail() local
2861 grpc_transport_stream_op_batch* batch = in ResumePendingBatchInCallCombiner() local
2886 grpc_transport_stream_op_batch*& batch = pending_batches_[i]; in PendingBatchesResume() local
[all …]
/third_party/grpc/src/core/lib/security/transport/
Dserver_auth_filter.cc97 const grpc_metadata_batch* batch) { in metadata_batch_to_md_array()
140 grpc_transport_stream_op_batch* batch = calld->recv_initial_metadata_batch; in on_md_processing_done_inner() local
215 grpc_transport_stream_op_batch* batch = calld->recv_initial_metadata_batch; in recv_initial_metadata_ready() local
263 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in server_auth_start_transport_stream_op_batch()
Dclient_auth_filter.cc159 grpc_transport_stream_op_batch* batch = in on_credentials_metadata() local
238 grpc_transport_stream_op_batch* batch) { in send_security_metadata()
330 grpc_transport_stream_op_batch* batch = in on_host_checked() local
362 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in client_auth_start_transport_stream_op_batch()
/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_perf.c117 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch) in fimg2d_perf_multi()
234 unsigned int iters = 0, batch = 3; in main() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dincoming_metadata.cc64 grpc_chttp2_incoming_metadata_buffer* buffer, grpc_metadata_batch* batch) { in grpc_chttp2_incoming_metadata_buffer_publish()
Dincoming_metadata.h43 grpc_metadata_batch batch; member
/third_party/flutter/skia/src/core/
DSkTaskGroup.cpp21 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { in batch() function in SkTaskGroup
/third_party/skia/src/core/
DSkTaskGroup.cpp21 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { in batch() function in SkTaskGroup
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexRoutine.hpp33 Pointer<Byte> batch; member in sw::VertexRoutinePrototype
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DVertexRoutine.hpp43 Pointer<UInt> batch; member in sw::VertexRoutinePrototype
DVertexRoutine.cpp88 void VertexRoutine::readInput(Pointer<UInt> &batch) in readInput()
171 …outine::readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, Pointer<UInt> &batch, in readStream()
568 …ertexRoutine::writeCache(Pointer<Byte> &vertexCache, Pointer<UInt> &tagCache, Pointer<UInt> &batch) in writeCache()
DVertexProgram.cpp69 void VertexProgram::program(Pointer<UInt> &batch, UInt &vertexCount) in program()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DRenderer.cpp499 auto batch = draw->batchDataPool->borrow(); in run() local
531 void DrawCall::processVertices(vk::Device *device, DrawCall *draw, BatchData *batch) in processVertices()
561 void DrawCall::processPrimitives(vk::Device *device, DrawCall *draw, BatchData *batch) in processPrimitives()
569 …xels(vk::Device *device, const marl::Loan<DrawCall> &draw, const marl::Loan<BatchData> &batch, con… in processPixels()
579 marl::Loan<BatchData> batch; in processPixels() member
587 auto &batch = data->batch; in processPixels() local
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.cc385 grpc_transport_stream_op_batch* batch = in StartBatchInCallCombiner() local
393 grpc_transport_stream_op_batch* batch) { in StartBatch()
420 auto* batch = grpc_make_transport_stream_op( in StartCancel() local
/third_party/skia/bench/
DBulkRectBench.cpp95 SkCanvas::ImageSetEntry batch[kRectCount]; in drawImagesBatch() local
137 GrQuadSetEntry batch[kRectCount]; in drawSolidColorsBatch() local
/third_party/boost/libs/graph_parallel/src/
Dmpi_process_group.cpp148 mpi_process_group::outgoing_messages& batch,bool out_of_band) in handle_batch()
485 outgoing_messages batch; in maybe_send_batch() local
509 outgoing_messages batch; in send_batch() local
721 outgoing_messages batch; in receive_batch() local
/third_party/grpc/src/core/ext/filters/http/message_compress/
Dmessage_decompress_filter.cc324 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in DecompressStartTransportStreamOpBatch()
353 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in DecompressStartTransportStreamOpBatch()
Dmessage_compress_filter.cc435 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in CompressStartTransportStreamOpBatch()
500 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in CompressStartTransportStreamOpBatch()
/third_party/grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc305 grpc_transport_stream_op_batch* batch) { in update_path_for_get()
346 static void remove_if_present(grpc_metadata_batch* batch, in remove_if_present()
354 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in http_client_start_transport_stream_op_batch()
/third_party/grpc/src/core/lib/channel/
Dconnected_channel.cc80 call_data* calld, grpc_transport_stream_op_batch* batch) { in get_state_for_batch()
103 grpc_call_element* elem, grpc_transport_stream_op_batch* batch) { in connected_channel_start_transport_stream_op_batch()
/third_party/grpc/src/cpp/common/
Dchannel_filter.h50 explicit MetadataBatch(grpc_metadata_batch* batch) : batch_(batch) {} in MetadataBatch()
52 grpc_metadata_batch* batch() const { return batch_; } in batch() function

123