HomeSort by relevance Sort by last modified time
    Searched full:backend (Results 576 - 600 of 2151) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/uapi/linux/
atmdev.h 98 /* set backend handler */
100 /* use backend to make new if */
111 * These are backend handkers that can be set via the ATM_SETBACKEND call
mic_common.h 30 * virtio driver and userspace backend
146 * struct _mic_vring_info - Host vring info exposed to userspace backend
161 * @info: Host vring information exposed to the userspace backend for the
  /external/libevent/
changelist-internal.h 31 between calls to the backend's dispatch function. There are a few reasons
32 that a backend would want to queue changes like this rather than processing
80 /* The value of fdinfo_size that a backend should use if it is letting
  /external/llvm/docs/
ScudoHardenedAllocator.rst 38 than the backend allocation beginning, which is most often the case with some
58 A delayed freelist allows us to not return a chunk directly to the backend, but
60 emptied, and the quarantined chunks are returned to the backend. This helps
  /external/llvm/include/llvm/MC/
MCAsmBackend.h 1 //===-- llvm/MC/MCAsmBackend.h - MC Asm Backend -----------------*- C++ -*-===//
48 /// Create a new MCObjectWriter instance for use by the assembler backend to
124 /// Give backend an opportunity to finish layout after relaxation
  /external/llvm/include/llvm/Transforms/Utils/
FunctionImportUtils.h 40 /// as part of a different backend compilation process.
79 // backend compilation, and we need to see if it has functions that
80 // may be exported to another backend compilation.
  /external/selinux/libsemanage/src/
database.h 155 * to the database backend */
158 /* Checks if there are any changes not written to the backend */
161 /* Writes the database changes to its backend */
  /external/skia/bench/
GeometryBench.cpp 23 bool isSuitableFor(Backend backend) override {
24 return kNonRendering_Backend == backend;
InterpBench.cpp 33 bool isSuitableFor(Backend backend) override {
34 return backend == kNonRendering_Backend;
SKPBench.cpp 103 bool SKPBench::isSuitableFor(Backend backend) {
104 return backend != kNonRendering_Backend;
SkBlend_optsBench.cpp 142 bool isSuitableFor(Backend backend) override { return backend == kNonRendering_Backend; }
PathBench.cpp 306 bool isSuitableFor(Backend backend) override {
307 return backend == kNonRendering_Backend;
843 bool isSuitableFor(Backend backend) override {
844 return backend == kNonRendering_Backend;
908 bool isSuitableFor(Backend backend) override {
909 return backend == kNonRendering_Backend;
997 bool isSuitableFor(Backend backend) override
    [all...]
  /external/skia/site/dev/contrib/
simd.md 37 As a convenience, `SkNf<N>` has two default implementations: `SkNf<1>` performs all these operations on a single float, and the generic `SkNf<N>` simply recurses onto two `SkNf<N/2>`. This allows our different backends to inject specialiations where most natural: the portable backend does nothing, so all `SkNf<N>` recurse down to the default `SkNf<1>`; the NEON backend specializes `SkNf<2>` with `float32x2_t` and 64-bit SIMD methods, and `SkNf<4>` with `float32x4_t` and 128-bit SIMD methods; the SSE backend specializes both `SkNf<4>` and `SkNf<2>` to use the full or lower half of an `__m128` vector, respectively. A future AVX backend could simply drop in an `SkNf<8>` specialization.
64 1. `SkPx` itself represents between 1 and `SkPx::N` 8888 ARGB pixels, where `SkPx::N` is a backend-specific compile-time power of 2.
99 We allow each `SkPx` backend to choose how it physically represents `SkPx`, `SkPx::Wide`, and `SkPx::Alpha` and to choose any power of two as its `SkPx::N` sweet spot. Code working with SkPx typically runs a loop like this:
111 The portable code is of course the simplest place to start looking at implementation details: its `SkPx` is just `uint8_t[4]`, its `SkPx::Wide` `uint16_t[4]`, and its `SkPx::Alpha` just `uint8_t`. Its preferred number of pixels to work with is `SkPx::N = 1`. (Amusingly, GCC and Clang seem pretty good about autovectorizing this backend using 32-bit math, which typically ends up within ~2x of the best we can do ourselves.)
115 So `SkPx`'s SSE backend sets N to 4 pixels, stores them interlaced in an `__m128i`, representing `Wide` as two `__m128i` and `Alpha` as an `__m128i` with each pixel's alpha component replicated four times. SkPx's NEON backend works with 8 planar pixels, loading them with `vld4_u8` into an `uint8x8x4_t` struct of 4 8-component `uint8x8_t` planes. `Alpha` is just a single `uint8x8_t` 8-component plane, and `Wide` is NEON's natural choice, `uint16x8x4_t`.
117 (It's fun to speculate what an AVX2 backend might look like. Do we make `SkPx` declare it wants to work with 8 pixels at a time, or leave it (…)
    [all...]
  /external/skia/src/core/
SkBitmapDevice.h 39 * Construct a new device with the specified bitmap as its backend. It is
53 * Construct a new device with the specified bitmap as its backend. It is
149 // used to change the backend's pixels (and possibly config/rowbytes)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmBackend.h 1 //===-- llvm/MC/MCAsmBack.h - MC Asm Backend --------------------*- C++ -*-===//
41 /// assembler backend to emit the final object file.
47 assert(0 && "createELFObjectTargetWriter is not supported by asm backend");
  /external/tremolo/Tremolo/
codec_internal.h 77 /* Floor backend generic *****************************************/
129 /* Residue backend generic *****************************************/
159 /* Mapping backend generic *****************************************/
  /frameworks/base/libs/hwui/
DeferredLayerUpdater.cpp 90 "apply surfaceTexture with non GL backend %x, GL %x, VK %x",
113 "doUpdateTexImage non GL backend %x, GL %x, VK %x",
152 "updateLayer non Vulkan backend %x, GL %x, VK %x",
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 52 public NfcPaymentPreference(Context context, PaymentBackend backend) {
54 mPaymentBackend = backend;
56 backend.registerCallback(this);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmdev.h 98 /* set backend handler */
100 /* use backend to make new if */
111 * These are backend handkers that can be set via the ATM_SETBACKEND call
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmdev.h 98 /* set backend handler */
100 /* use backend to make new if */
111 * These are backend handkers that can be set via the ATM_SETBACKEND call
  /toolchain/binutils/binutils-2.25/ld/emultempl/
cr16elf.em 47 input file with a nonzero .data section. The BFD backend will fill in
55 COFF or ELF. We need to call a special BFD backend function to
140 /* If we are generating embedded relocs, call a special BFD backend
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 191 * Enrolls a user to the fake backend.
198 // Provide the public key to the backend. In most cases, the key needs to be transmitted
199 // to the backend over the network, for which Key.getEncoded provides a suitable wire
200 // format (X.509 DER-encoded). The backend can then create a PublicKey instance from the
289 // key and the backend can verify that the same nonce can't be used to prevent replay
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 191 * Enrolls a user to the fake backend.
198 // Provide the public key to the backend. In most cases, the key needs to be transmitted
199 // to the backend over the network, for which Key.getEncoded provides a suitable wire
200 // format (X.509 DER-encoded). The backend can then create a PublicKey instance from the
289 // key and the backend can verify that the same nonce can't be used to prevent replay
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
FingerprintAuthenticationDialogFragment.java 191 * Enrolls a user to the fake backend.
198 // Provide the public key to the backend. In most cases, the key needs to be transmitted
199 // to the backend over the network, for which Key.getEncoded provides a suitable wire
200 // format (X.509 DER-encoded). The backend can then create a PublicKey instance from the
289 // key and the backend can verify that the same nonce can't be used to prevent replay
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_emit.c 56 * - otherwise, drive the hw backend,
59 * - calling the backend draw functions.
62 * backend given similar inputs to those required to run the pipeline.
68 * - drive the hw backend
71 * followed by a call to the backend helper function.

Completed in 1784 milliseconds

<<21222324252627282930>>