Home
last modified time | relevance | path

Searched refs:dsts (Results 1 – 25 of 27) 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/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.java628 final ByteBuffer[] dsts) throws SSLException { in unwrap() argument
629 return toConscrypt(engine).unwrap(srcs, dsts); in unwrap()
646 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap() argument
649 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
/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.java723 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException {
726 return unwrap(singleSrcBuffer(src), dsts);
734 public SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, final int offset,
738 return unwrap(singleSrcBuffer(src), 0, 1, dsts, offset, length);
746 SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) throws SSLException {
748 checkArgument(dsts != null, "dsts is null");
749 return unwrap(srcs, 0, srcs.length, dsts, 0, dsts.length);
754 final ByteBuffer[] dsts, final int dstsOffset, final int dstsLength)
757 checkArgument(dsts != null, "dsts is null");
759 checkPositionIndexes(dstsOffset, dstsOffset + dstsLength, dsts.length);
[all …]
DConscrypt.java618 final ByteBuffer[] dsts) throws SSLException { in unwrap() argument
619 return toConscrypt(engine).unwrap(srcs, dsts); in unwrap()
636 final int srcsLength, final ByteBuffer[] dsts, final int dstsOffset, in unwrap() argument
639 srcs, srcsOffset, srcsLength, dsts, dstsOffset, dstsLength); in unwrap()
/external/virglrenderer/src/
Dvrend_shader.c1673 #define emit_arit_op2(op) snprintf(buf, 255, "%s = %s(%s((%s %s %s))%s);\n", dsts[0], get_string(di…
1674 #define emit_op1(op) snprintf(buf, 255, "%s = %s(%s(%s(%s))%s);\n", dsts[0], get_string(dinfo.dstco…
1675 #define emit_compare(op) snprintf(buf, 255, "%s = %s(%s((%s(%s(%s), %s(%s))))%s);\n", dsts[0], get_…
1677 …"%s = %s(uintBitsToFloat(%s(%s(%s(%s), %s(%s))%s) * %s(0xffffffff)));\n", dsts[0], get_string(dinf…
1803 char dsts[3][255], in emit_txq()
1834 …snprintf(buf, 255, "%s%s = %s(textureQueryLevels(%s));\n", dsts[0], get_wm_string(twm), get_string… in emit_txq()
1869 …snprintf(buf, 255, "%s%s = %s(textureSize(%s%s))%s;\n", dsts[0], get_wm_string(twm), get_string(dt… in emit_txq()
1880 char dsts[3][255]) in emit_txqs()
1895 snprintf(buf, 255, "%s = %s(textureSamples(%s));\n", dsts[0], in emit_txqs()
2058 char dsts[3][255], in translate_tex()
[all …]
/external/mesa3d/src/compiler/glsl/
Dopt_copy_propagation_elements.cpp68 set *dsts; member in __anonccd248070111::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()
DMatrix_setRectToRect.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/libcxx/utils/libcxx/test/
Dexecutor.py132 dsts = [target_exe_path]
137 dsts.extend(dev_paths)
138 self.copy_in(srcs, dsts)
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.h71 LLVMValueRef *dsts, unsigned num_dsts);
/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_regs.h73 u32 dsts; /* Device Status */ member
Ddwc2_udc_otg_xfer_dma.c497 usb_status = (readl(&reg->dsts) & 0x6); in dwc2_udc_irq()
518 usb_status = readl(&reg->dsts); in dwc2_udc_irq()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconv_3d.cc747 const std::string dsts = in GenerateConv3D() local
749 c += " if (" + dsts + " >= dst_size.w) return;\n"; in GenerateConv3D()
768 biases.ReadLinearFLT4(dsts) + ";\n"; in GenerateConv3D()
772 c += " " + dst_tensor.WriteWHDS("res", dstx, dsty, dstz, dsts); in GenerateConv3D()
/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/include/llvm/Support/
DGCOV.h347 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DGCOV.h360 iterator_range<EdgeIterator> dsts() const { in dsts() function
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c889 struct ureg_dst dsts[2] = { temp, temp }; in ntt_emit_alu() local
891 dsts[0] = ureg_writemask(dst, ntt_64bit_write_mask(wm)); in ntt_emit_alu()
893 dsts[1] = ureg_writemask(dst, wm); in ntt_emit_alu()
901 dsts, 2, in ntt_emit_alu()
/external/llvm/lib/IR/
DGCOV.cpp725 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp747 for (const GCOVEdge *Edge : Block.dsts()) { in printBranchInfo()

12