Searched defs:indirect_buffer (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClIndirectConv2dKernel.cpp | 47 …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 D | ClIndirectConv2d.cpp | 104 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/ |
D | pipeline.rs | 1719 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 D | radv_pipeline_compute.c | 309 const VkComputePipelineIndirectBufferInfoNV *indirect_buffer = in radv_compute_pipeline_create() local
|
/aosp_15_r20/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.cpp | 377 std::string indirect_buffer(indirect_size, '\0'); in deserialize() local
|
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/ |
H A D | authorization_set.cpp | 398 std::string indirect_buffer(indirect_size, '\0'); in deserialize() local
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | legacy_blob.rs | 550 let indirect_buffer = stream in read_key_parameters() localVariable
|