Home
last modified time | relevance | path

Searched defs:indirect_buffer (Results 1 – 9 of 9) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/operators/
DClIndirectConv2d.cpp104 TensorInfo indirect_buffer(ind_buffer_shape, 1, DataType::S32); in validate() local
114 …CLAuxTensorHandler indirect_buffer(offset_int_vec(IndirectBuffer), _indirect_buffer, tensors, true… in run() local
134 CLAuxTensorHandler indirect_buffer(_indirect_buffer, *indirect_buffer_aux); in prepare() local
/external/ComputeLibrary/src/gpu/cl/kernels/
DClIndirectConv2dKernel.cpp47 …rc, const ITensorInfo *weights, const ITensorInfo *biases, const ITensorInfo *indirect_buffer, con… in validate_arguments()
117 … ITensorInfo *src, ITensorInfo *weights, ITensorInfo *biases, ITensorInfo *indirect_buffer, ITenso… in configure()
254 …rc, const ITensorInfo *weights, const ITensorInfo *biases, const ITensorInfo *indirect_buffer, con… in validate()
272 …const auto indirect_buffer = utils::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_cons… in run_op() local
/external/rust/crates/vulkano/src/command_buffer/validity/
Dmod.rs46 mod indirect_buffer; module
/external/rust/crates/vulkano/src/buffer/
Dusage.rs28 pub indirect_buffer: bool, field
148 pub const fn indirect_buffer() -> BufferUsage { in indirect_buffer() method
Dcpu_pool.rs251 pub fn indirect_buffer(device: Arc<Device>) -> CpuBufferPool<T> { in indirect_buffer() method
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compute.c115 struct gl_buffer_object *indirect_buffer = ctx->DispatchIndirectBuffer; in brw_dispatch_compute_indirect() local
Dbrw_draw.c230 struct gl_buffer_object *indirect_buffer = brw->ctx.DrawIndirectBuffer; in brw_emit_prim() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_compute.c82 struct gl_buffer_object *indirect_buffer = ctx->DispatchIndirectBuffer; in st_dispatch_compute_indirect() local
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs1263 indirect_buffer: B, in dispatch_indirect() field
1700 indirect_buffer: B, in draw_indirect() field
1858 indirect_buffer: B, in draw_indexed_indirect() field