HomeSort by relevance Sort by last modified time
    Searched refs:backend (Results 326 - 350 of 546) sorted by null

<<11121314151617181920>>

  /external/skia/bench/
nanobench.cpp 146 if (Benchmark::kRaster_Backend == config.backend) {
215 if (this->contextInfo.backend() == kOpenGL_GrBackend) {
461 #define CPU_CONFIG(name, backend, color, alpha, colorSpace) \
469 SkString(#name), Benchmark::backend, color, alpha, colorSpace, \
525 if (!bench->isSuitableFor(config.backend)) {
534 switch (config.backend) {
    [all...]
MatrixBench.cpp 20 bool isSuitableFor(Backend backend) override {
21 return backend == kNonRendering_Backend;
  /external/skia/src/gpu/
GrContext.cpp 67 GrDirectContext(GrBackend backend)
68 : INHERITED(backend)
202 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) {
204 return Create(backend, backendContext, defaultOptions);
207 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext,
210 sk_sp<GrContext> context(new GrDirectContext(backend));
212 context->fGpu = GrGpu::Make(backend, backendContext, options, context.get());
339 GrContext::GrContext(GrBackend backend, int32_t id)
340 : fBackend(backend)
502 // Release all resources in the backend 3D API
    [all...]
  /external/skqp/bench/
nanobench.cpp 146 if (Benchmark::kRaster_Backend == config.backend) {
215 if (this->contextInfo.backend() == kOpenGL_GrBackend) {
460 #define CPU_CONFIG(name, backend, color, alpha, colorSpace) \
468 SkString(#name), Benchmark::backend, color, alpha, colorSpace, \
524 if (!bench->isSuitableFor(config.backend)) {
533 switch (config.backend) {
    [all...]
MatrixBench.cpp 20 bool isSuitableFor(Backend backend) override {
21 return backend == kNonRendering_Backend;
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /external/autotest/client/deps/glbench/src/
main.h 101 #error bad graphics backend
  /external/libcups/cups/
Makefile 35 backend.o \
114 backend.h \
377 -e 'cups_debug|Apple|BackChannel|Backend|FileCheck|Filter|GSSService|SetNegotiate|SideChannel' \
620 --title "Filter and Backend Programming" \
624 backchannel.c backend.h backend.c sidechannel.c sidechannel.h \
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 17 (** [initialize ()] initializes the backend corresponding to the host.
19 that there is no such backend or it is unable to emit object code
  /external/llvm/utils/
llvm-native-gxx 10 $Backend = 'cbe';
21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) {
22 $Backend = $1;
75 $def =~ s/\.bc$/.$Backend/;
108 my ($BCFile, $Backend, $OutputFile) = @_;
111 if ($Backend eq 'cbe') {
118 } elsif ($Backend eq 'llc') {
134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_;
146 if ($Backend eq 'cbe') {
149 } elsif ($Backend eq 'llc')
    [all...]
  /external/scapy/scapy/layers/tls/crypto/
cipher_stream.py 63 backend=default_backend())
  /external/skia/tests/
TestConfigParsing.cpp 288 "samples=54" // No backend.
337 const char* backend; member in struct:__anon34339
346 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
370 const char* backend; member in struct:__anon34340
384 // backend.
388 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
  /external/skqp/tests/
TestConfigParsing.cpp 296 "samples=54" // No backend.
345 const char* backend; member in struct:__anon35010
354 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
378 const char* backend; member in struct:__anon35011
392 // backend.
396 REPORTER_ASSERT(reporter, configs[i]->getBackend().equals(expectedConfigs[i].backend));
  /external/syslinux/gpxe/src/include/gpxe/
scsi.h 273 struct refcnt *backend; member in struct:scsi_device
  /external/tensorflow/tensorflow/compiler/xla/tests/
hlo_test_base.h 23 #include "tensorflow/compiler/xla/service/backend.h"
49 // the respective backends, which will be used as the test backend; the
50 // interpreter backend is already linked with hlo_test_base so it will be the
51 // default reference backend. For example, if you want to compare both cpu vs.
70 // This uses the interpreter backend as the reference backend and
71 // automatically finds another supported backend as the test backend. If the
72 // interpreter is the only supported backend, it will be both the test backend
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
constraints.py 24 from tensorflow.python.keras._impl.keras import backend as K
metrics.py 24 from tensorflow.python.keras._impl.keras import backend as K
  /external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
embeddings.py 21 from tensorflow.python.keras._impl.keras import backend as K
normalization.py 22 from tensorflow.python.keras._impl.keras import backend as K
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
training_utils.py 21 from tensorflow.python.keras._impl.keras import backend as K
55 This function is only available with the TensorFlow backend
  /art/build/
Android.oat.mk 55 core_compile_options += --compiler-backend=Optimizing
164 core_compile_options += --compiler-backend=Optimizing
  /external/curl/lib/
getinfo.c 368 tsi->backend = Curl_ssl_backend();
372 if(conn && tsi->backend != CURLSSLBACKEND_NONE) {
  /external/scapy/scapy/contrib/
macsec.py 147 backend=default_backend()
173 backend=default_backend()
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 123 GrBackend backend() override { return kMetal_GrBackend; }
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 123 GrBackend backend() override { return kMetal_GrBackend; }

Completed in 1455 milliseconds

<<11121314151617181920>>