HomeSort by relevance Sort by last modified time
    Searched full:srcoff (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.h 37 struct nouveau_bo *, unsigned srcoff, unsigned srcdom,
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 60 uint64_t SrcOff = 0, DstOff = 0;
71 DAG.getConstant(SrcOff, PointerType)),
72 SrcPtrInfo.getWithOffset(SrcOff), isVolatile,
75 SrcOff += VTSize;
110 DAG.getConstant(SrcOff, PointerType)),
111 SrcPtrInfo.getWithOffset(SrcOff), false, false, 0);
114 SrcOff += VTSize;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 58 uint64_t SrcOff = 0, DstOff = 0;
68 DAG.getConstant(SrcOff, MVT::i32)),
69 SrcPtrInfo.getWithOffset(SrcOff), isVolatile,
72 SrcOff += VTSize;
107 DAG.getConstant(SrcOff, MVT::i32)),
108 SrcPtrInfo.getWithOffset(SrcOff), false, false, 0);
111 SrcOff += VTSize;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ByteArrayWrapper.java 254 * Copies the contents of src byte array from offset srcoff to the
257 * @param srcoff start offset of src to copy from
262 private static final void copyBytes(byte[] src, int srcoff, byte[] tgt,
265 for (int i = srcoff, n = tgtoff; -- length >= 0; ++ i, ++ n) {
270 System.arraycopy(src, srcoff, tgt, tgtoff, length);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ByteArrayWrapper.java 266 * Copies the contents of src byte array from offset srcoff to the
269 * @param srcoff start offset of src to copy from
274 private static final void copyBytes(byte[] src, int srcoff, byte[] tgt,
277 for (int i = srcoff, n = tgtoff; -- length >= 0; ++ i, ++ n) {
282 System.arraycopy(src, srcoff, tgt, tgtoff, length);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_transfer.c 259 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
277 PUSH_DATAh(push, src->offset + srcoff);
278 PUSH_DATA (push, src->offset + srcoff);
286 srcoff += bytes;
297 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
309 PUSH_DATAh(push, src->offset + srcoff);
310 PUSH_DATA (push, src->offset + srcoff);
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 159 uint64_t SrcOff = 0, DstOff = 0;
214 DAG.getConstant(SrcOff, dl, MVT::i32)),
215 SrcPtrInfo.getWithOffset(SrcOff),
219 SrcOff += VTSize;
  /frameworks/rs/
rsScriptC_Lib.cpp 307 uint32_t srcOff, uint32_t srcMip) {
309 !validateCopyArgs(rsc, true, 1, srcAlloc, srcOff, 0, srcMip, count, 1)) {
314 srcAlloc, srcOff, 0, srcMip, 0);
rsRuntime.h 84 uint32_t srcOff, uint32_t srcMip);
rsAllocation.h 127 void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len);
rsAllocation.cpp 556 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 205 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
225 PUSH_DATAh(push, src->offset + srcoff);
228 PUSH_DATA (push, src->offset + srcoff);
236 srcoff += bytes;
nv50_context.h 285 struct nouveau_bo *src, unsigned srcoff, unsigned srcdom,
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 198 ::rs_allocation srcAlloc, uint32_t srcOff,
203 (Allocation *)srcAlloc.p, srcOff, srcMip);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /frameworks/rs/script_api/
rs_allocation_data.spec 42 arg: uint32_t srcOff, "Offset in the source of the first cell to be copied."
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 212 uint32_t srcOff, uint32_t srcMip) {
217 count, (Allocation *)srcAlloc.p, srcOff, srcMip);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h     [all...]
  /frameworks/rs/tests/lldb/tests/harness/
RS_funs.py     [all...]
  /frameworks/rs/script_api/include/
rs_allocation_data.rsh 63 * srcOff: Offset in the source of the first cell to be copied.
69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_allocation_data.rsh 63 * srcOff: Offset in the source of the first cell to be copied.
69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.3.Final/
netty-codec-4.1.3.Final.jar 

Completed in 1270 milliseconds