HomeSort by relevance Sort by last modified time
    Searched refs:src_idx (Results 1 - 25 of 34) sorted by null

1 2

  /external/adhd/cras/src/server/
cras_audio_area.c 32 unsigned int src_idx, dst_idx; local
39 for (src_idx = 0; src_idx < src->num_channels; src_idx++) {
42 if (!(src->channels[src_idx].ch_set &
46 schan = src->channels[src_idx].buf +
47 src_offset * src->channels[src_idx].step_bytes;
54 src->channels[src_idx].step_bytes,
linear_resampler.c 117 unsigned int src_idx = 0; local
122 /* Check for corner cases so that we can assume both src_idx and
135 src_idx = (unsigned int)src_pos;
139 src_idx = *src_frames - 1;
145 in = (int16_t *)(src + src_idx * lr->format_bytes);
150 if (src_idx == *src_frames - 1) {
155 out[ch] = in[ch] + (src_pos - src_idx) *
162 *src_frames = src_idx + 1;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 96 unsigned src_idx; local
106 for (src_idx = 0; src_idx < info->NumSrcRegs; src_idx++) {
112 &inst->U.I.SrcReg[src_idx];
radeon_compiler_util.h 79 unsigned int src_idx,
radeon_pair_schedule.c 326 unsigned src_idx; local
340 for (src_idx = 0; src_idx < 4; src_idx++) {
341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used +
342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used;
    [all...]
radeon_compiler_util.c 314 unsigned int src_idx,
320 if (src_file != dst_file || src_idx != dst_idx) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 173 unsigned src_idx)
175 const struct tgsi_full_src_register *src = &inst->Src[src_idx];
220 if (src_idx == 0)
264 if (src_idx == 0)
271 if (src_idx == 0) {
281 if (src_idx == 0)
325 switch (src_idx) {
361 if (src_idx == 0) {
370 if (src_idx == 0) {
388 if (src_idx == 0)
    [all...]
tgsi_info.h 114 tgsi_opcode_infer_src_type( uint opcode, uint src_idx );
tgsi_util.h 76 unsigned src_idx);
tgsi_info.c 249 tgsi_opcode_infer_src_type(uint opcode, uint src_idx)
251 if (src_idx == 1 &&
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_util.h 77 unsigned src_idx);
tgsi_util.c 173 unsigned src_idx)
175 const struct tgsi_full_src_register *src = &inst->Src[src_idx];
268 read_mask = src_idx == 2 ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_XY;
284 read_mask = src_idx == 0 ? TGSI_WRITEMASK_XYZ : TGSI_WRITEMASK_XYZW;
292 if (src_idx == 0) {
  /external/mesa3d/src/compiler/nir/
nir_move_vec_src_uses_to_dest.c 144 unsigned src_idx = use_alu_src - use_alu->src; local
145 assert(src_idx < nir_op_infos[use_alu->op].num_inputs);
149 if (!nir_alu_instr_channel_used(use_alu, src_idx, j))
168 if (!nir_alu_instr_channel_used(use_alu, src_idx, j))
nir_from_ssa.c 629 int src_idx = -1; local
632 src_idx = i;
634 if (src_idx < 0) {
635 src_idx = num_vals++;
636 values[src_idx] = entry->src;
658 loc[src_idx] = src_idx;
659 pred[dest_idx] = src_idx;
    [all...]
nir.c 571 nir_tex_instr_remove_src(nir_tex_instr *tex, unsigned src_idx)
573 assert(src_idx < tex->num_srcs);
576 nir_instr_rewrite_src(&tex->instr, &tex->src[src_idx].src, NIR_SRC_INIT);
579 for (unsigned i = src_idx + 1; i < tex->num_srcs; i++) {
1660 int src_idx = alu_src - &alu->src[0]; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_softmax_op.cc 51 size_t src_idx = 0; variable
52 const Tensor& src_tensor = MklGetInput(context, src_idx);
55 GetMklShape(context, src_idx, &src_mkl_shape);
  /external/libaom/libaom/av1/encoder/
hash_motion.c 439 int src_idx = 1; local
444 src_idx = 1 - src_idx;
456 to_hash[0] = x->hash_value_buffer[0][src_idx][srcPos];
457 to_hash[1] = x->hash_value_buffer[0][src_idx][srcPos + 1];
459 x->hash_value_buffer[0][src_idx][srcPos + src_sub_block_in_width];
460 to_hash[3] = x->hash_value_buffer[0][src_idx]
466 to_hash[0] = x->hash_value_buffer[1][src_idx][srcPos];
467 to_hash[1] = x->hash_value_buffer[1][src_idx][srcPos + 1];
469 x->hash_value_buffer[1][src_idx][srcPos + src_sub_block_in_width]
    [all...]
  /external/tensorflow/tensorflow/core/grappler/
graph_topology_view.cc 91 const int src_idx = src->second; local
93 if (ignore_control_edges && (src_idx < 0 || dst_idx < 0)) {
96 fanins_[dst_idx].push_back(src_idx);
97 fanouts_[src_idx].push_back(dst_idx);
  /external/libhevc/encoder/
ihevce_had_satd.c 678 WORD32 src_idx = (i >> 2) * had4_strd + (i % 4); local
681 WORD16 a0 = pi2_y0[src_idx];
682 WORD16 a1 = pi2_y1[src_idx];
683 WORD16 a2 = pi2_y2[src_idx];
684 WORD16 a3 = pi2_y3[src_idx];
1108 WORD32 src_idx = (i >> 3) * had8_strd + (i % 8); local
1111 WORD16 a0 = pi2_y0[src_idx];
1112 WORD16 a1 = pi2_y1[src_idx];
1113 WORD16 a2 = pi2_y2[src_idx];
1114 WORD16 a3 = pi2_y3[src_idx];
1420 WORD32 src_idx = (i >> 4) * had16_strd + (i % 16); local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
hierarchical_tree_broadcaster.cc 423 int src_idx = local
426 << col_params_->instance.device_names[src_idx] << " to_device "
428 << " src_rank=" << src_rank << " src_idx=" << src_idx;
430 col_params_->instance.device_names[src_idx],
431 col_params_->instance.task_names[src_idx],
432 col_params_->task.is_local[src_idx], recv_buf_key, col_ctx_->device,
  /external/tensorflow/tensorflow/core/graph/
collective_order.cc 98 int src_idx = instance_keys[i] > instance_keys[j] ? i : j; local
100 Node* src_node = collective_nodes[src_idx];
103 << " instance " << instance_keys[src_idx] << " to node "
  /external/mesa3d/src/mesa/state_tracker/tests/
test_glsl_to_tgsi_lifetime.cpp 84 st_src_reg create_src_register(int src_idx);
86 st_src_reg create_src_register(int src_idx, const char *swizzle);
    [all...]
  /external/tensorflow/tensorflow/python/framework/
importer.py 215 src_name, src_idx = _ParseTensorName(input_src)
218 c_api.TF_ImportGraphDefOptionsAddInputMapping(options, src_name, src_idx,
  /external/v8/src/wasm/baseline/
liftoff-assembler.cc 282 auto src_idx = range ? 0 : source.stack_state.size() - arity; local
285 for (; src_idx < src_end; ++src_idx, ++dst_idx) {
287 auto& src = source.stack_state[src_idx];
  /external/mesa3d/src/amd/vulkan/
radv_descriptor_set.c 796 unsigned src_idx = copyset->srcArrayElement + j; local
799 src_idx += src_binding_layout->dynamic_offset_offset;
802 src_range = src_set->dynamic_descriptors + src_idx;
    [all...]

Completed in 2385 milliseconds

1 2