HomeSort by relevance Sort by last modified time
    Searched defs:dst_offset (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/libconstrainedcrypto/
dsa_sig.c 37 int dst_offset; local
45 dst_offset = P256_NBYTES - src_len;
46 memset(dst, 0, dst_offset);
47 memcpy(dst + dst_offset, src, src_len);
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_read.c 80 GLuint dst_offset; local
114 dst_offset = (GLintptr)pixels;
115 dst_offset += _mesa_image_offset(2, pack, width, height,
135 dst_offset,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 101 intptr_t dst_offset; local
143 dst_offset = 0;
148 dst_offset = (intptr_t)pixels;
168 dst_offset,
radeon_tex_copy.c 85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level); local
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);
130 timg->mt->bo, dst_offset, dst_mesaformat,
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_constant_stack.cc 38 int dst_offset = 0; local
43 memcpy(&output_data[dst_offset], &input_array.GetBuffer<Type>().data[0],
45 dst_offset += input_size;
47 CHECK_EQ(dst_offset, output_data.size());
lstm_utils.cc 31 int dst_offset = dst_start_idx1 * dst_stride + dst_start_idx2; local
35 int idx_dst = dst_offset + i * dst_stride + j;
resolve_constant_strided_slice.cc 98 int dst_offset = 0; local
101 output_data[dst_offset] = input_buffer.data[Offset(input_shape, src_coord)];
121 dst_offset++;
122 } while (dst_offset < output_data.size());
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch.c 68 unsigned dst_offset = 0; local
77 dst_offset = offsetof(struct vertex_header, data);
92 key.element[nr].output_offset = dst_offset;
94 dst_offset += sizeof(uint);
102 key.element[nr].output_offset = dst_offset;
105 dst_offset += 4 * sizeof(int);
113 key.element[nr].output_offset = dst_offset;
116 dst_offset += 4 * sizeof(unsigned);
124 key.element[nr].output_offset = dst_offset;
127 dst_offset += 4 * sizeof(float)
    [all...]
draw_pt_emit.c 60 unsigned dst_offset; local
81 dst_offset = 0;
110 hw_key.element[i].output_offset = dst_offset;
112 dst_offset += emit_sz;
draw_pt_fetch_emit.c 98 unsigned i, dst_offset; local
113 dst_offset = 0;
143 key.element[i].output_offset = dst_offset;
145 dst_offset += emit_sz;
draw_pt_fetch_shade_emit.c 125 unsigned dst_offset = 0; local
139 fse->key.element[i].out.offset = dst_offset;
141 dst_offset += emit_sz;
142 assert(fse->key.output_stride >= dst_offset);
draw_pipe_vbuf.c 207 unsigned dst_offset; local
225 dst_offset = 0;
255 hw_key.element[i].output_offset = dst_offset;
257 dst_offset += emit_sz;
draw_pt_so_emit.c 145 unsigned dst_offset = state->output[slot].dst_offset * sizeof(float); local
152 if ((buffer_total_bytes[ob] + write_size + dst_offset) >
185 state->output[slot].dst_offset;
  /external/mesa3d/src/gallium/state_trackers/clover/api/
transfer.cpp 141 auto dst_offset = dot(dst_pitch, dst_orig); local
145 dst_offset, dst_offset + size(dst_pitch, region),
411 size_t src_offset, size_t dst_offset, size_t size,
419 vector_t dst_origin = { dst_offset };
584 size_t dst_offset,
592 vector_t dst_origin = { dst_offset };
  /external/adhd/cras/src/server/
linear_resampler.c 15 * dst_offset - The accumulated offset for resampled dst data.
24 unsigned int dst_offset; member in struct:linear_resampler
61 lr->dst_offset = 0;
84 in_frames = (float)(lr->dst_offset + frames) / lr->f;
99 if (out_frames > lr->dst_offset)
100 return 1 + (unsigned int)(out_frames - lr->dst_offset);
130 src_pos = (float)(lr->dst_offset + dst_idx) / lr->f;
165 lr->dst_offset += dst_idx;
167 (lr->dst_offset > lr->to_times_100)) {
169 lr->dst_offset -= lr->to_times_100
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 214 unsigned dst_offset, src_offset; /* in bytes */ local
228 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
244 (unsigned short) dst_tex->stride, dst_tex->buffer, dst_offset, local
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 287 unsigned dst_offset = dst->offset + dy * dst->pitch + dx * dst->cpp; local
311 dst_offset += dst->pitch * count;
  /external/valgrind/none/tests/s390x/
mvcl.c 175 uint32_t dst_offset, dst_len, src_offset, src_len; local
264 for (dst_offset = 0; dst_offset < sizeof buf; ++dst_offset)
265 for (dst_len = 0; dst_len <= sizeof buf - dst_offset; ++dst_len)
268 run_test(buf + dst_offset, dst_len, buf + src_offset, src_len, 'x');
  /bionic/libc/kernel/uapi/drm/
qxl_drm.h 47 __u64 dst_offset; member in struct:drm_qxl_reloc
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hisi_mcu.c 39 uint32_t dst_offset; /* offset in memory */ member in struct:mcu_image_sec
96 ap_dst_offset = mcu2ap_addr(sec->dst_offset);
109 __func__, sec->serial, sec->dst_offset, sec->size);
183 dst = (int *)(intptr_t)mcu2ap_addr(head->secs[i].dst_offset);
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 75 __u64 dst_offset; /* offset in dest handle */ member in struct:drm_qxl_reloc
  /external/libdrm/include/drm/
qxl_drm.h 72 uint64_t dst_offset; /* offset in dest handle */ member in struct:drm_qxl_reloc
  /external/libunwind/src/
elfxx.c 466 size_t dst_offset = 0; local
488 dst_remaining = *dst_size - dst_offset;
490 *dst + dst_offset, &dst_remaining,
500 dst_offset += dst_remaining;
508 *dst_size = dst_offset;
  /external/mesa3d/src/amd/vulkan/
radv_meta_resolve_cs.c 79 nir_intrinsic_instr *dst_offset = nir_intrinsic_instr_create(b.shader, nir_intrinsic_load_push_constant); local
80 dst_offset->src[0] = nir_src_for_ssa(nir_imm_int(&b, 8));
81 dst_offset->num_components = 2;
82 nir_ssa_dest_init(&dst_offset->instr, &dst_offset->dest, 2, 32, "dst_offset");
83 nir_builder_instr_insert(&b, &dst_offset->instr);
161 nir_ssa_def *coord = nir_iadd(&b, global_id, &dst_offset->dest.ssa);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_cached.c 210 LLVMValueRef dst_offset = lp_build_const_int32(gallivm, (i * 4 + j) * 4); local
216 args[0] = LLVMBuildGEP(gallivm->builder, tmp_ptr, &dst_offset, 1, "");

Completed in 561 milliseconds

1 2 3