Home
last modified time | relevance | path

Searched refs:dsts (Results 1 – 25 of 30) sorted by relevance

12

/external/igt-gpu-tools/tests/i915/
Dgem_ring_sync_copy.c75 struct igt_buf *dsts; member
80 drm_intel_bo **dsts; member
173 data->render.dsts = malloc(array_size); in render_busy()
178 scratch_buf_init(data, &data->render.dsts[i], WIDTH, HEIGHT, in render_busy()
188 &data->render.dsts[i % NUM_BUSY_BUFFERS], in render_busy()
199 drm_intel_bo_unreference(data->render.dsts[i].bo); in render_busy_fini()
203 free(data->render.dsts); in render_busy_fini()
205 data->render.dsts = NULL; in render_busy_fini()
237 data->blitter.dsts = malloc(array_size); in blitter_busy()
243 data->blitter.dsts[i] = bo_create(data, in blitter_busy()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DJava8EngineWrapper.java240 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() argument
241 return delegate.unwrap(src, dsts); in unwrap()
245 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap() argument
247 return delegate.unwrap(src, dsts, offset, length); in unwrap()
251 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap() argument
252 return delegate.unwrap(srcs, dsts); in unwrap()
256 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap() argument
258 return delegate.unwrap(srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
DAbstractConscryptEngine.java110 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap() argument
113 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap() argument
116 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap() argument
120 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap() argument
DConscryptEngine.java724 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException {
727 return unwrap(singleSrcBuffer(src), dsts);
735 public SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, final int offset,
739 return unwrap(singleSrcBuffer(src), 0, 1, dsts, offset, length);
747 SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) throws SSLException {
749 checkArgument(dsts != null, "dsts is null");
750 return unwrap(srcs, 0, srcs.length, dsts, 0, dsts.length);
755 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength)
758 checkArgument(dsts != null, "dsts is null");
760 checkPositionIndexes(dstsOffset, dstsOffset + dstsLength, dsts.length);
[all …]
DConscrypt.java633 final ByteBuffer[] dsts) throws SSLException { in unwrap() argument
634 return toConscrypt(engine).unwrap(srcs, dsts); in unwrap()
651 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap() argument
654 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DJava8EngineWrapper.java241 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() argument
242 return delegate.unwrap(src, dsts); in unwrap()
246 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap() argument
248 return delegate.unwrap(src, dsts, offset, length); in unwrap()
252 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap() argument
253 return delegate.unwrap(srcs, dsts); in unwrap()
257 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap() argument
259 return delegate.unwrap(srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
DAbstractConscryptEngine.java111 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap() argument
114 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap() argument
117 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap() argument
121 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength) in unwrap() argument
DConscryptEngine.java721 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException {
724 return unwrap(singleSrcBuffer(src), dsts);
732 public SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, final int offset,
736 return unwrap(singleSrcBuffer(src), 0, 1, dsts, offset, length);
744 SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) throws SSLException {
746 checkArgument(dsts != null, "dsts is null");
747 return unwrap(srcs, 0, srcs.length, dsts, 0, dsts.length);
752 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength)
755 checkArgument(dsts != null, "dsts is null");
757 checkPositionIndexes(dstsOffset, dstsOffset + dstsLength, dsts.length);
[all …]
DConscrypt.java643 final ByteBuffer[] dsts) throws SSLException { in unwrap() argument
644 return toConscrypt(engine).unwrap(srcs, dsts); in unwrap()
661 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap() argument
664 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp68 set *dsts; member in __anon141ca6e30111::acp_entry
114 set_foreach(entry->dsts, set_entry) { in erase()
123 _mesa_set_remove(entry->dsts, set_entry); in erase()
153 _mesa_set_add(rhs_entry->dsts, lhs); in write_elements()
173 _mesa_set_add(rhs_entry->dsts, lhs); in write_full()
196 _mesa_set_remove_key(element->dsts, lhs); in remove_unused_var_from_dsts()
226 entry->dsts = _mesa_set_clone(fallback_entry->dsts, this); in pull_acp()
233 entry->dsts = _mesa_pointer_set_create(this); in pull_acp()
244 _mesa_set_remove_key(entry->dsts, to_remove); in remove_from_dsts()
/external/skia/docs/examples/
DMatrix_MakeRectToRect.cpp8 const SkRect dsts[] = { {0, 0, 0, 0}, {5, 6, 8, 9} }; in draw() local
10 for (auto dst : dsts) { in draw()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c26 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_scale_and_extend_frame_c() local
81 uint8_t *dst_ptr = dsts[i] + y * dst_stride + x; in vp9_scale_and_extend_frame_c()
105 uint8_t *dst_ptr = dsts[i] + (y / factor) * dst_stride + (x / factor); in vp9_scale_and_extend_frame_c()
/external/virglrenderer/src/
Dvrend_shader.c2032 #define emit_arit_op2(op) emit_buff(&ctx->glsl_strbufs, "%s = %s(%s((%s %s %s))%s);\n", dsts[0], ge…
2033 #define emit_op1(op) emit_buff(&ctx->glsl_strbufs, "%s = %s(%s(%s(%s))%s);\n", dsts[0], get_string(…
2034 …) emit_buff(&ctx->glsl_strbufs, "%s = %s(%s((%s(%s(%s), %s(%s))))%s);\n", dsts[0], get_string(dinf…
2036 …"%s = %s(uintBitsToFloat(%s(%s(%s(%s), %s(%s))%s) * %s(0xffffffff)));\n", dsts[0], get_string(dinf…
3476 const char *writemask, char dsts[255]) in get_destination_info_generic()
3486 snprintf(dsts, 255, "%s%s%s", io->glsl_name, blkarray, wm); in get_destination_info_generic()
3493 snprintf(dsts, 255, "%s.%s[addr%d + %d]%s", outvarname, io->glsl_name, in get_destination_info_generic()
3496 snprintf(dsts, 255, "%s.%s[%d]%s", outvarname, io->glsl_name, in get_destination_info_generic()
3500 snprintf(dsts, 255, "%s%s[addr%d + %d]%s", io->glsl_name, blkarray, in get_destination_info_generic()
3503 snprintf(dsts, 255, "%s%s[%d]%s", io->glsl_name, blkarray, in get_destination_info_generic()
[all …]
/external/libcxx/utils/libcxx/test/
Dexecutor.py132 dsts = [target_exe_path]
137 dsts.extend(dev_paths)
138 self.copy_in(srcs, dsts)
/external/python/cpython3/Tools/peg_generator/pegen/
Dsccutils.py116 graph = {src: {dst for dst in dsts if dst in scc} for src, dsts in graph.items() if src in scc}
D__main__.py143 for src, dsts in gen.first_graph.items():
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.h71 LLVMValueRef *dsts, unsigned num_dsts);
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java177 public long read(ByteBuffer[] dsts, int offset, int length) throws IOException { in read() argument
178 checkPositionIndexes(offset, offset + length, dsts.length); in read()
179 List<ByteBuffer> buffers = Arrays.asList(dsts).subList(offset, offset + length); in read()
/external/skia/modules/canvaskit/tests/
Dcore.spec.js266 const dsts = new CanvasKit.RSXFormBuilder(); constant
268 dsts.push(0.5, 0, 20, 20);
269 dsts.push(0.5, 0, 300, 20);
270 dsts.push(0.5, 0, 20, 300);
271 dsts.push(0.5, 0, 300, 300);
282 canvas.drawAtlas(atlas, srcs, dsts, paint, CanvasKit.BlendMode.Modulate, colors);
303 const dsts = [ variable
334 canvas.drawAtlas(atlas, srcs, dsts, paint, CanvasKit.BlendMode.SrcOver, colors,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp484 for (auto E : V->dsts()) { in lookForCircuit()
508 for (auto E : V->dsts()) { in lookForCircuit()
554 for (auto E : Block->dsts()) { in getLineCount()
865 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo()
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp366 for (GCOVArc *e : v.dsts()) in propagateCounts()
469 for (auto E : V->dsts()) { in lookForCircuit()
493 for (auto E : V->dsts()) { in lookForCircuit()
934 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo()
936 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo()
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c245 uint8_t *const dsts[3] = { dst->y_buffer, dst->u_buffer, dst->v_buffer }; in vp9_deblock() local
250 CONVERT_TO_SHORTPTR(srcs[i]), CONVERT_TO_SHORTPTR(dsts[i]), in vp9_deblock()
/external/llvm-project/llvm/include/llvm/ProfileData/
DGCOV.h288 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/llvm/include/llvm/Support/
DGCOV.h347 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h361 iterator_range<EdgeIterator> dsts() const { in dsts() function

12