HomeSort by relevance Sort by last modified time
    Searched defs:dst_offset (Results 1 - 25 of 58) 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/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/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');
  /system/core/libunwindstack/
ElfInterface.cpp 71 size_t dst_offset = 0; local
76 size_t dst_remaining = dst->Size() - dst_offset;
81 return_val = XzUnpacker_Code(&state, dst->GetPtr(dst_offset), &dst_remaining, &src[src_offset],
84 dst_offset += dst_remaining;
94 dst->Resize(dst_offset);
  /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/hikey/drivers/
hisi_mcu.c 65 uint32_t dst_offset; /* offset in memory */ member in struct:mcu_image_sec
136 ap_dst_offset = mcu2ap_addr(sec->dst_offset);
149 __func__, sec->serial, sec->dst_offset, sec->size);
231 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, "");
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_clear_blit.c 312 unsigned int dst_offset, struct etna_resource *src,
335 drow = dmap + dst_offset;
422 unsigned dst_offset = local
509 .dest_offset = dst_offset,
531 return etna_manual_blit(dst, dst_lev, dst_offset, src, src_lev, src_offset, blit_info);
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_blt.c 182 struct ilo_buffer_resource *dst_buf, unsigned dst_offset,
191 dst.offset = dst_buf->vma.bo_offset + dst_offset;
416 const unsigned dst_offset = dst_x; local
427 success = buf_copy_region(blitter, ilo_buffer_resource(dst), dst_offset,
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 505 unsigned dst_offset = dst->offset; local
510 dst_offset += (dst->y0 * dst->pitch) + (dst->x0 * dst->cpp);
525 PUSH_RELOC(push, dst->bo, dst_offset, NOUVEAU_BO_LOW, 0, 0);
540 dst_offset += dst->pitch * lines;

Completed in 763 milliseconds

1 2 3