HomeSort by relevance Sort by last modified time
    Searched refs:backed (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 71 * In this situation, the backed surface is the render target while the
74 struct svga_surface *backed; member in struct:svga_surface
75 unsigned age; /* timestamp when the backed resource is
svga_surface.c 300 s->backed = NULL;
329 "New backed surface view: resource %p, level %u layer %u z %u, %p\n",
435 if (!s->backed) {
448 s->backed = svga_surface(backed_view);
452 else if (s->backed->age < tex->age) {
458 struct svga_surface *bs = s->backed;
481 svga_mark_surface_dirty(&s->backed->base);
482 s->backed->age = tex->age;
485 return s->backed;
613 /* Destroy the backed view surface if it exists *
    [all...]
svga_state_framebuffer.c 202 * a backed surface view is used.
267 /* propagate the backed view surface before unbinding it */
268 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) {
270 &svga_surface(hw->cbufs[i])->backed->base,
279 /* propagate the backed view surface before unbinding it */
280 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) {
281 svga_propagate_surface(svga, &svga_surface(hw->zsbuf)->backed->base,
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 31 This path is disabled by default as it requires that the MPI library can directly access the pointer to the data. For CPU backed buffers this is no problem, however for GPU backed buffers this requires MPI libraries that are built with CUDA support (CUDA Aware). When using non-CUDA aware MPI libraries and GPU buffers you will get segmentation faults.
  /external/u-boot/drivers/rtc/
Kconfig 38 calendar with automatic leap year correction, 2-byte battery backed SRAM,
  /external/curl/packages/vms/
pcsi_product_gnv_curl.com 95 $! Make sure that the source has been backed up.
  /external/golang-protobuf/proto/
text_parser.go 82 backed bool // whether back() was called
322 func (p *textParser) back() { p.backed = true }
326 if p.backed || p.done {
327 p.backed = false
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
text_parser.go 82 backed bool // whether back() was called
322 func (p *textParser) back() { p.backed = true }
326 if p.backed || p.done {
327 p.backed = false
  /external/syzkaller/vendor/golang.org/x/net/http2/
databuffer.go 60 // dataBuffer is an io.ReadWriter backed by a list of data chunks.
  /build/soong/ui/logger/
logger.go 159 // file-backed log.
165 // SetOutput controls where the file-backed log will be saved. It will keep
  /external/grpc-grpc/src/csharp/Grpc.Core/
ServerCallContext.cs 184 /// Both properties are backed by the same underlying value.
  /external/bcc/src/lua/bpf/
builtins.lua 236 error('NYI: ffi.copy(dst, src) - src is backed by BPF map')
238 error('NYI: ffi.copy(dst, src) - src is backed by socket buffer')
bpf.lua 573 -- Pointer to map-backed memory (use BPF_MEM)
    [all...]
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 1147 milliseconds