Home
last modified time | relevance | path

Searched defs:dst_idx (Results 1 – 25 of 32) sorted by relevance

12

/external/ComputeLibrary/tests/validation/reference/
DCol2Im.cpp59 const int dst_idx = y + x * src_height + b * src_height * src_width; in col2im() local
78 …const int dst_idx = y + x * src_height + g * src_height * src_width + b * src_height * src_width *… in col2im() local
DReorgLayer.cpp73 const unsigned int dst_idx = w + W * (h + H * (c + C * b)); in reorg_layer() local
DIm2Col.cpp54 int dst_idx = 0; in im2col_nchw() local
/external/rust/crates/half/src/
Dslice.rs337 let dst_idx = chunk_count * 4; in convert_from_f32_slice() localVariable
347 let dst_idx = chunk_count * 4; in convert_from_f32_slice() localVariable
364 let dst_idx = chunk_count * 4; in convert_from_f64_slice() localVariable
374 let dst_idx = chunk_count * 4; in convert_from_f64_slice() localVariable
391 let dst_idx = chunk_count * 4; in convert_to_f32_slice() localVariable
401 let dst_idx = chunk_count * 4; in convert_to_f32_slice() localVariable
418 let dst_idx = chunk_count * 4; in convert_to_f64_slice() localVariable
428 let dst_idx = chunk_count * 4; in convert_to_f64_slice() localVariable
/external/mesa3d/src/mesa/state_tracker/tests/
Dst_tests_common.cpp336 st_dst_reg FakeCodeline::create_dst_register(int dst_idx,int writemask) in create_dst_register()
352 st_dst_reg FakeCodeline::create_dst_register(int dst_idx) in create_dst_register()
358 st_dst_reg FakeCodeline::create_dst_register(int dst_idx, gl_register_file file) in create_dst_register()
380 int dst_idx = std::get<0>(dst); in create_dst_register() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc412 const Node* node, int dst_idx, bool* evaluated, Tensor* result, in EvaluateConstantTensorForEdge()
425 const Node* node, int dst_idx, bool* evaluated, int64* result, in EvaluateConstantIntScalarEdge()
451 InferenceContext* target_context, const Node* node, int dst_idx, in ConstantPartialShape()
Dhierarchical_tree_broadcaster.cc417 int dst_idx = in DispatchSend() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c336 tgsi_opcode_infer_dst_type(enum tgsi_opcode opcode, uint dst_idx) in tgsi_opcode_infer_dst_type()
/external/zucchini/
Drel32_utils.h168 offset_t dst_idx) { in ArmCopyDisp()
/external/zucchini/aosp/include/components/zucchini/
Drel32_utils.h168 offset_t dst_idx) { in ArmCopyDisp()
/external/tensorflow/tensorflow/core/grappler/
Dgraph_topology_view.cc92 const int dst_idx = dst->second; in InitializeFromGraph() local
/external/tensorflow/tensorflow/core/graph/
Dcollective_order.cc99 int dst_idx = instance_keys[i] > instance_keys[j] ? j : i; in CreateControlDependencies() local
/external/tensorflow/tensorflow/core/kernels/
Ddata_format_ops.cc170 Eigen::DSizes<Eigen::DenseIndex, 8> dst_idx; in Compute() local
/external/libhevc/encoder/
Dihevce_had_satd.c679 WORD32 dst_idx = (i >> 2) * dst_strd + (i % 4); in ihevce_compute_8x8HAD_using_4x4() local
1109 WORD32 dst_idx = (i >> 3) * dst_strd + (i % 8); in ihevce_compute_16x16HAD_using_8x8() local
1421 WORD32 dst_idx = (i >> 4) * dst_strd + (i % 16); in ihevce_compute_32x32HAD_using_16x16() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dcustom_call_handler.cc307 std::vector<int64> dst_idx(indices.begin(), indices.end()); in HandleCustomCallSPMDInternal_RotateRight() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.cc105 size_t dst_idx = 0; in grpc_channel_args_copy_and_add_and_remove() local
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc99 size_t dst_idx = 0; in grpc_channel_args_copy_and_add_and_remove() local
/external/rust/crates/tokio/src/runtime/
Dqueue.rs407 let dst_idx = dst_pos as usize & MASK; in steal_into2() localVariable
/external/grpc-grpc/test/core/iomgr/
Dtcp_server_posix_test.cc354 size_t dst_idx; in test_connect() local
/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h173 unsigned dst_idx = 0; in nir_format_bitcast_uvec_unmasked() local
/external/libaom/libaom/av1/encoder/
Dhash_motion.c450 int dst_idx = 0; in av1_get_block_hash_value() local
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass.cc166 int dst_idx = e->dst_input(); in MergeOutgoingDataEdges() local
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c317 unsigned int dst_idx, in rc_src_reads_dst_mask()
/external/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c916 unsigned dst_idx = copyset->dstArrayElement + j; in tu_update_descriptor_sets() local
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1182 unsigned dst_idx = copyset->dstArrayElement + j; in radv_update_descriptor_sets() local

12