Home
last modified time | relevance | path

Searched defs:batch_ctx (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/task/
Dcallback.rs46 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() method
81 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() method
Dmod.rs155 pub fn batch_ctx(&self) -> Option<&BatchContext> { in batch_ctx() method
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Daubinator_error_decode_xe.c40 print_batch(struct intel_batch_decode_ctx *batch_ctx, const uint32_t *bb_data, in print_batch()
92 struct intel_batch_decode_ctx batch_ctx; in read_xe_data_file() local
H A Daubinator.c66 struct intel_batch_decode_ctx batch_ctx; variable
H A Daubinator_error_decode.c671 struct intel_batch_decode_ctx batch_ctx; in read_i915_data_file() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/
Dserver.rs120 let batch_ctx = tag.batch_ctx().unwrap().as_ptr(); in handle_unary_req() localVariable
226 pub fn batch_ctx(&self) -> &BatchContext { in batch_ctx() method