Searched refs:mappable (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/ganesh/dawn/ |
D | GrDawnBuffer.cpp | 41 Mappable mappable = Mappable::kNot; in Make() local 44 mappable = Mappable::kReadOnly; in Make() 46 mappable = Mappable::kWriteOnly; in Make() 49 if (mappable == Mappable::kNot) { in Make() 60 if (mappable == Mappable::kNot || mappable == Mappable::kReadOnly) { in Make() 73 gpu, sizeInBytes, type, pattern, label, mappable, std::move(buffer), mapPtr)); in Make() 81 Mappable mappable, in GrDawnBuffer() argument 86 , fMappable(mappable) { in GrDawnBuffer() 93 fUnmapped = (mapPtr == nullptr && mappable == Mappable::kReadOnly); in GrDawnBuffer()
|
D | GrDawnBuffer.h | 116 Mappable mappable,
|
/external/libdrm/intel/ |
D | intel_bufmgr.c | 364 drm_intel_get_aperture_sizes(int fd, size_t *mappable, size_t *total) in drm_intel_get_aperture_sizes() argument 374 *mappable = 0; in drm_intel_get_aperture_sizes() 376 if (*mappable == 0) in drm_intel_get_aperture_sizes() 377 *mappable = drm_intel_probe_agp_aperture_size(fd); in drm_intel_get_aperture_sizes() 378 if (*mappable == 0) in drm_intel_get_aperture_sizes() 379 *mappable = 64 * 1024 * 1024; /* minimum possible value */ in drm_intel_get_aperture_sizes()
|
D | intel_bufmgr.h | 215 int drm_intel_get_aperture_sizes(int fd, size_t *mappable, size_t *total);
|
/external/libchrome/mojo/public/mojom/base/ |
D | shared_memory.mojom | 8 // the handle is only mappable to read-only memory. 14 // the handle is mappable to writable memory but can also be converted to 21 // the handle is always mappable to writable memory by any client which obtains
|
/external/skia/src/gpu/graphite/ |
D | BufferManager.h | 85 BindBufferInfo prepareBindBuffer(BufferInfo* info, size_t requiredBytes, bool mappable = false);
|
D | BufferManager.cpp | 270 bool mappable) { in prepareBindBuffer() argument 274 bool useTransferBuffer = mappable && !fCaps->drawBufferCanBeMapped(); in prepareBindBuffer()
|
/external/clang/include/clang/Basic/ |
D | DiagnosticOptions.def | 58 DIAGOPT(ShowOptionNames, 1, 0) /// Show the option name for mappable
|
D | DiagnosticSemaKinds.td | 8272 "type %0 is not mappable to target">; 8278 "mappable type cannot be polymorphic">; 8280 "mappable type cannot contain static members">;
|
/external/igt-gpu-tools/lib/stubs/drm/ |
D | intel_bufmgr.h | 206 int drm_intel_get_aperture_sizes(int fd, size_t *mappable, size_t *total);
|
/external/cronet/third_party/icu/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 33 # not mappable in the standard.)
|
/external/icu/icu4c/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 33 # not mappable in the standard.)
|
/external/mesa3d/docs/gallium/ |
D | resources.rst | 22 D3D11: D3D11 lacks transfers, but has special resource types that are mappable to the CPU address s…
|
/external/clang/include/clang/Driver/ |
D | Options.td | 583 Flags<[CC1Option]>, HelpText<"Print option name with mappable diagnostics">;
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|