Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A 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
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dpipeline.rs1719 indirect_buffer: Subbuffer<[DispatchIndirectCommand]>, in dispatch_indirect() field
1901 indirect_buffer: Subbuffer<[DrawIndirectCommand]>, in draw_indirect() field
1961 indirect_buffer: Subbuffer<[DrawIndexedIndirectCommand]>, in draw_indexed_indirect() field
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c309 const VkComputePipelineIndirectBufferInfoNV *indirect_buffer = in radv_compute_pipeline_create() local
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp377 std::string indirect_buffer(indirect_size, '\0'); in deserialize() local
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/
H A Dauthorization_set.cpp398 std::string indirect_buffer(indirect_size, '\0'); in deserialize() local
/aosp_15_r20/system/security/keystore2/src/
H A Dlegacy_blob.rs550 let indirect_buffer = stream in read_key_parameters() localVariable