Home
last modified time | relevance | path

Searched refs:slice (Results 1901 - 1925 of 2389) sorted by relevance

1...<<71727374757677787980>>...96

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp943 for (int slice = 0; slice < dst.getDepth(); slice++) in fillWithRandomColorTiles()
954 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp1188 SurfaceImplementation(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in SurfaceImplementation() argument
1189 : Surface(width, height, depth, format, pixels, pitch, slice) {} in SurfaceImplementation()
1205 Surface *Surface::create(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) in create() argument
1207 return new SurfaceImplementation(width, height, depth, format, pixels, pitch, slice); in create()
1215 Surface::Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice) : lockable(true), renderTarget(false) in Surface() argument
1231 external.sliceB = slice; in Surface()
1232 external.sliceP = external.bytes ? slice / external.bytes : 0; in Surface()
3794 int slice = internal.sliceB; in resolve() local
3797 unsigned char *source1 = source0 + slice; in resolve()
3798 unsigned char *source2 = source1 + slice; in resolve()
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddxva2_internal.h153 DECODER_BUFFER_DESC *slice));
/third_party/node/lib/
H A Dpunycode.js402 ? decode(string.slice(4).toLowerCase())
H A Dtls.js153 out.ALPNProtocols = Buffer.from(protocols.buffer.slice(
/third_party/node/test/parallel/
H A Dtest-string-decoder-end.js100 res1 += s.write(buf.slice(i, i + 1));
/third_party/node/test/fixtures/wpt/WebCryptoAPI/import_export/
H A Dokp_importKey.https.any.js206 remainingElements = arr.slice(i+1);
H A Dsymmetric_importKey.https.any.js185 remainingElements = arr.slice(i+1);
/third_party/node/test/fixtures/wpt/WebCryptoAPI/util/
H A Dhelpers.js42 remainingElements = arr.slice(i+1);
/third_party/node/deps/npm/lib/commands/
H A Drun-script.js44 return Object.keys(scripts).map(s => `${s}\t${scripts[s].slice(0, 30)}`)
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dedge.js183 const ref = this.overrides.value.slice(1)
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/
H A Drole.js257 const suffix = roleName.slice(desiredPrefix.length, roleName.length);
/third_party/node/deps/minimatch/src/node_modules/brace-expansion/
H A Dindex.js176 c = '-' + z + c.slice(1);
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/
H A Dindex.js218 process.argv.slice(2).forEach(arg => {
/third_party/node/deps/npm/node_modules/brace-expansion/
H A Dindex.js176 c = '-' + z + c.slice(1);
/third_party/node/deps/npm/node_modules/spdx-correct/
H A Dindex.js128 return argument[0].toUpperCase() + argument.slice(1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp154 Data = Data.slice(OffBegin, OffEnd - OffBegin); in createSegmentRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DMinidump.h40 return getData().slice(Stream.Location.RVA, Stream.Location.DataSize); in getRawStream()
153 /// Return a slice of the given data array, with bounds checking.
157 /// Return the slice of the given data array as an array of objects of the
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp137 Ref = Stream.slice(Offset, Length); in readStreamRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp62 all_of(makeArrayRef(ExitingBlocks).slice(1), [&](BasicBlock *BB) { in isLoopDead()
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.h198 PyObject* slice);
/third_party/rust/crates/nom/src/bits/
H A Dstreaming.rs52 Ok(((input.slice(cnt..), end_offset), acc)) in take()
H A Dcomplete.rs78 Ok(((input.slice(cnt..), end_offset), acc)) in take()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js1177 func.apply(this, x.slice(1));
1209 var args = Array.prototype.slice.call(arguments, 2);
1634 const output = arr.slice(lower_bound, upper_bound);
2590 return func.apply(this_obj, Array.prototype.slice.call(arguments, 2));
2638 Array.prototype.slice.call(arguments)));
2666 Array.prototype.slice.call(arguments)));
2708 var args = Array.prototype.slice.call(arguments, 2);
4427 substitute_children(template.slice(1), rv);
4430 substitute_children(template.slice(2), rv);
4547 return lines.slice(
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc764 SlicedString slice = SlicedString::cast(string); in SlowGetFlatContent() local
765 offset = slice.offset(); in SlowGetFlatContent()
766 string = slice.parent(cage_base); in SlowGetFlatContent()
932 SlicedString slice = SlicedString::cast(source); in WriteToFlat() local
933 unsigned offset = slice.offset(); in WriteToFlat()
934 source = slice.parent(cage_base); in WriteToFlat()

Completed in 24 milliseconds

1...<<71727374757677787980>>...96