Home
last modified time | relevance | path

Searched full:base (Results 1 – 25 of 1494) sorted by relevance

12345678910>>...60

/device/generic/vulkan-cereal/include/glm/detail/
Dtype_gentype.inl11 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::col_size()
17 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::row_size()
23 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::value_size()
29 bool base<vT, cT, rT, pT>::is_scalar()
35 bool base<vT, cT, rT, pT>::is_vector()
41 bool base<vT, cT, rT, pT>::is_matrix()
50 base<vT, cT, rT, pT>::base() function in glm::detail::base
56 base<vT, cT, rT, pT>::base function in glm::detail::base
58 typename base<vT, cT, rT, pT>::class_type const & m
63 typename genType<vT, cT, rT, pT>::size_type i = typename base<vT, cT, rT, pT>::size_type(0);
[all …]
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderSnapshot.h39 namespace base {
42 } // namespace base {
50 void save(android::base::Stream* stream);
51 void load(android::base::Stream* stream);
56 android::base::BumpPool* pool,
64 android::base::BumpPool* pool,
70 android::base::BumpPool* pool,
78 android::base::BumpPool* pool,
84 android::base::BumpPool* pool,
91 android::base::BumpPool* pool,
[all …]
DVkDecoderGlobalState.h29 namespace base {
33 } // namespace base
63 void save(android::base::Stream* stream);
64 void load(android::base::Stream* stream);
79 android::base::BumpPool* pool,
90 android::base::BumpPool* pool,
96 android::base::BumpPool* pool,
101 android::base::BumpPool* pool,
108 android::base::BumpPool* pool,
112 android::base::BumpPool* pool,
[all …]
DVkDecoderSnapshot.cpp32 #include "base/Lock.h"
45 void save(android::base::Stream* stream) { in save()
49 void load(android::base::Stream* stream) { in load()
57 android::base::BumpPool* pool, in vkCreateInstance()
64 android::base::AutoLock lock(mLock); in vkCreateInstance()
77 android::base::BumpPool* pool, in vkDestroyInstance()
82 android::base::AutoLock lock(mLock); in vkDestroyInstance()
89 android::base::BumpPool* pool, in vkEnumeratePhysicalDevices()
96 android::base::AutoLock lock(mLock); in vkEnumeratePhysicalDevices()
113 android::base::BumpPool* pool, in vkGetPhysicalDeviceFeatures()
[all …]
DVulkanDispatch.cpp17 #include "base/PathUtils.h"
18 #include "base/System.h"
19 #include "base/Lock.h"
20 #include "base/SharedLibrary.h"
22 using android::base::AutoLock;
23 using android::base::Lock;
24 using android::base::pj;
29 if (android::base::pathExists(path.c_str())) { in setIcdPath()
34 android::base::setEnvironmentVariable("VK_ICD_FILENAMES", path); in setIcdPath()
42 return pj({android::base::getProgramDirectory(), suffix}) + ":" + in icdJsonNameToProgramAndLauncherPaths()
[all …]
/device/generic/goldfish-opengl/android-emu/
DCMakeLists.txt5base/AlignedBuf.cpp android/base/files/MemStream.cpp android/base/files/Stream.cpp android/base/fi…
6base/AlignedBuf.cpp android/base/files/MemStream.cpp android/base/files/Stream.cpp android/base/fi…
15 set(ringbuffer_src android/base/ring_buffer.c)
16 android_add_library(TARGET ringbuffer LICENSE Apache-2.0 SRC android/base/ring_buffer.c)
DAndroid.mk15 android/base/AlignedBuf.cpp \
16 android/base/files/MemStream.cpp \
17 android/base/files/Stream.cpp \
18 android/base/files/StreamSerializing.cpp \
19 android/base/Pool.cpp \
20 android/base/StringFormat.cpp \
21 android/base/AndroidSubAllocator.cpp \
22 android/base/synchronization/AndroidMessageChannel.cpp \
23 android/base/threads/AndroidFunctorThread.cpp \
24 android/base/threads/AndroidThreadStore.cpp \
[all …]
DAndroid.bp15 "android/base/AlignedBuf.cpp",
16 "android/base/files/MemStream.cpp",
17 "android/base/files/Stream.cpp",
18 "android/base/files/StreamSerializing.cpp",
19 "android/base/Pool.cpp",
20 "android/base/StringFormat.cpp",
21 "android/base/AndroidSubAllocator.cpp",
22 "android/base/synchronization/AndroidMessageChannel.cpp",
23 "android/base/threads/AndroidFunctorThread.cpp",
24 "android/base/threads/AndroidThreadStore.cpp",
[all …]
/device/generic/vulkan-cereal/base/
DCMakeLists.txt4 set(gfxstream-base-common-sources
26 set(gfxstream-base-posix-sources
29 set(gfxstream-base-windows-sources
37 ${gfxstream-base-posix-sources}
41 ${gfxstream-base-windows-sources})
44 ${gfxstream-base-posix-sources})
48 gfxstream-base
49 ${gfxstream-base-common-sources}
53 gfxstream-base PRIVATE lz4 perfetto-tracing-only)
55 gfxstream-base PUBLIC ${GFXSTREAM_REPO_ROOT})
[all …]
/device/generic/goldfish-opengl/
DBUILD.gn3 "android-emu/android/base/AlignedBuf.cpp",
4 "android-emu/android/base/AlignedBuf.h",
5 "android-emu/android/base/Allocator.h",
6 "android-emu/android/base/AndroidSubAllocator.cpp",
7 "android-emu/android/base/AndroidSubAllocator.h",
8 "android-emu/android/base/BumpPool.h",
9 "android-emu/android/base/Pool.cpp",
10 "android-emu/android/base/Pool.h",
11 "android-emu/android/base/Tracing.cpp",
12 "android-emu/android/base/Tracing.h",
[all …]
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dstring_utils.h26 #include "perfetto/ext/base/optional.h"
27 #include "perfetto/ext/base/string_view.h"
30 namespace base {
40 inline Optional<uint32_t> CStringToUInt32(const char* s, int base = 10) {
42 auto value = static_cast<uint32_t>(strtoul(s, &endptr, base));
43 return (*s && !*endptr) ? base::make_optional(value) : base::nullopt;
46 inline Optional<int32_t> CStringToInt32(const char* s, int base = 10) {
48 auto value = static_cast<int32_t>(strtol(s, &endptr, base));
49 return (*s && !*endptr) ? base::make_optional(value) : base::nullopt;
53 inline Optional<int64_t> CStringToInt64(const char* s, int base = 10) {
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Ddsp_driver_ipc.h37 #define SYS_IPC_LOCK(base) WORD_REF(base + 0xA00)
38 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18)
39 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2))
40 #define SYS_IPC_CPUIRST(base, core) WORD_REF(base + 0x804 + ((core) << 3))
41 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10)
42 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6))
43 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04)
44 #define SYS_IPC_SEND(base, box) WORD_REF(base + ((box) << 6) + 0x1c)
45 #define SYS_IPC_IMASK(base, box) WORD_REF(base + ((box) << 6) + 0x14)
46 #define SYS_IPC_DCLR(base, box) WORD_REF(base + ((box) * 64) + 0x08)
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c24 * xa-class-base.c
30 #define MODULE_TAG BASE
37 #include "xa-class-base.h"
53 static XA_ERRORCODE xa_base_preinit(XACodecBase *base, u32 core) in xa_base_preinit() argument
58 XF_CHK_ERR(base->state == 0, XA_API_FATAL_INVALID_CMD); in xa_base_preinit()
61 XA_API(base, XA_API_CMD_GET_API_SIZE, 0, &n); in xa_base_preinit()
64 XMALLOC(&base->api, n, 4, core); in xa_base_preinit()
67 XA_API(base, XA_API_CMD_INIT, XA_CMD_TYPE_INIT_API_PRE_CONFIG_PARAMS, NULL); in xa_base_preinit()
70 if (XA_API(base, XA_API_CMD_GET_MEMTABS_SIZE, 0, &n), n != 0) in xa_base_preinit()
73 XMALLOC(&base->mem_tabs, n, 4, core); in xa_base_preinit()
[all …]
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dphysical_astc_block.cc16 #include "src/base/math_utils.h"
17 #include "src/base/optional.h"
18 #include "src/base/uint128.h"
65 base::Optional<BlockMode> DecodeBlockMode(const base::UInt128 astc_bits);
66 base::Optional<WeightGridProperties> DecodeWeightProps(
67 const base::UInt128 astc_bits, std::string* error);
68 std::array<int, 4> DecodeVoidExtentCoords(const base::UInt128 astc_bits);
69 bool DecodeDualPlaneBit(const base::UInt128 astc_bits);
70 int DecodeNumPartitions(const base::UInt128 astc_bits);
71 int DecodeNumWeightBits(const base::UInt128 astc_bits);
[all …]
Dphysical_astc_block.h22 #include "src/base/optional.h"
23 #include "src/base/uint128.h"
39 explicit PhysicalASTCBlock(const base::UInt128 astc_block);
42 base::UInt128 GetBlockBits() const { return astc_bits_; } in GetBlockBits()
47 base::Optional<std::array<int, 2>> WeightGridDims() const;
51 base::Optional<int> WeightRange() const;
61 base::Optional<std::array<int, 4>> VoidExtentCoords() const;
70 base::Optional<int> DualPlaneChannel() const;
83 base::Optional<std::string> IsIllegalEncoding() const;
86 base::Optional<int> NumWeightBits() const;
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/
DREADME.angle1 Name: Chromium base:: helper Classes
2 Short Name: base::numerics, base::MRUCachem, base::SHA1
4 URL: https://chromium.googlesource.com/chromium/src/base/+/master
13 base::numerics is a library for doing some simple safe math and conversions.
14 base::MRUCache is a few collections of most-recently-used caching structures.
15 base::SHA1 is a secure hashing algorithm.
19 base/), and update the header guards and macros.
23 - the file scope is now anglebase/ from base/ to prevent include conflicts.
25 - the headers use namespace angle::base instead of base:: to avoid ODR
27 - header guards and macros are changed from BASE to ANGLEBASE to prevent conflicts.
/device/generic/vulkan-cereal/stream-servers/
DRenderThread.h18 #include "base/MemStream.h"
19 #include "base/Optional.h"
21 #include "base/ConditionVariable.h"
22 #include "base/Lock.h"
23 #include "base/Thread.h"
37 class RenderThread : public android::base::Thread {
38 using MemStream = android::base::MemStream;
43 android::base::Stream* loadStream = nullptr);
48 android::base::Stream* loadStream,
57 void save(android::base::Stream* stream);
[all …]
DStalePtrRegistry.h18 #include "base/Lookup.h"
19 #include "base/Stream.h"
20 #include "base/StreamSerializing.h"
21 #include "base/Lock.h"
22 #include "base/Compiler.h"
36 android::base::AutoWriteLock lock(mLock); in addPtr()
41 android::base::AutoWriteLock lock(mLock); in removePtr()
47 android::base::AutoWriteLock lock(mLock); in remapStalePtr()
53 android::base::AutoReadLock lock(mLock);
60 if ((it = android::base::find(mPtrs, handle)))
[all …]
/device/generic/vulkan-cereal/third-party/perfetto/
DAndroid.bp24 "src/base/logging.cc",
25 "src/base/metatrace.cc",
26 "src/base/paged_memory.cc",
27 "src/base/string_splitter.cc",
28 "src/base/string_utils.cc",
29 "src/base/string_view.cc",
30 "src/base/subprocess.cc",
31 "src/base/thread_checker.cc",
32 "src/base/time.cc",
33 "src/base/uuid.cc",
[all …]
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp145 base.common.tag = HARDWARE_MODULE_TAG; in private_module_t()
147 base.common.version_major = GRALLOC_MODULE_API_VERSION_1_0; in private_module_t()
149 base.common.version_major = GRALLOC_MODULE_API_VERSION_0_3; in private_module_t()
151 base.common.version_minor = 0; in private_module_t()
152 base.common.id = GRALLOC_HARDWARE_MODULE_ID; in private_module_t()
153 base.common.name = "Graphics Memory Allocator Module"; in private_module_t()
154 base.common.author = "ARM Ltd."; in private_module_t()
155 base.common.methods = &mali_gralloc_module_methods; in private_module_t()
156 base.common.dso = NULL; in private_module_t()
157 INIT_ZERO(base.common.reserved); in private_module_t()
[all …]
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.cpp145 base.common.tag = HARDWARE_MODULE_TAG; in private_module_t()
147 base.common.version_major = GRALLOC_MODULE_API_VERSION_1_0; in private_module_t()
149 base.common.version_major = GRALLOC_MODULE_API_VERSION_0_3; in private_module_t()
151 base.common.version_minor = 0; in private_module_t()
152 base.common.id = GRALLOC_HARDWARE_MODULE_ID; in private_module_t()
153 base.common.name = "Graphics Memory Allocator Module"; in private_module_t()
154 base.common.author = "ARM Ltd."; in private_module_t()
155 base.common.methods = &mali_gralloc_module_methods; in private_module_t()
156 base.common.dso = NULL; in private_module_t()
157 INIT_ZERO(base.common.reserved); in private_module_t()
[all …]
/device/generic/vulkan-cereal/stream-servers/gles1_dec/
Dgles1_dec.cpp41 android::base::beginTrace("glAlphaFunc decode"); in decode()
50 android::base::endTrace(); in decode()
54 android::base::beginTrace("glClearColor decode"); in decode()
65 android::base::endTrace(); in decode()
69 android::base::beginTrace("glClearDepthf decode"); in decode()
77 android::base::endTrace(); in decode()
81 android::base::beginTrace("glClipPlanef decode"); in decode()
91 android::base::endTrace(); in decode()
95 android::base::beginTrace("glColor4f decode"); in decode()
106 android::base::endTrace(); in decode()
[all …]
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp111 hnd->base = ump_mapped_pointer_get((ump_handle)hnd->ump_mem_handle); in gralloc_register_buffer()
113 if (0 != hnd->base) in gralloc_register_buffer()
182 hnd->base = mappedAddress + hnd->offset; in gralloc_register_buffer()
216 void *base = (void *)hnd->base; in unmap_buffer() local
219 if (munmap(base, size) < 0) in unmap_buffer()
221 AERR("Could not munmap base:%p size:%lu '%s'", base, (unsigned long)size, strerror(errno)); in unmap_buffer()
234 hnd->base = 0; in unmap_buffer()
319 *vaddr = (void *)hnd->base; in gralloc_lock()
361 ycbcr->y = (void *)hnd->base; in gralloc_lock_ycbcr()
362 ycbcr->cr = (void *)((unsigned char *)hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr()
[all …]
/device/generic/vulkan-cereal/host-common/
Dmisc.cpp17 #include "base/GLObjectCounter.h"
18 #include "base/MemoryTracker.h"
28 android::base::GLObjectCounter* s_default_gl_object_counter = nullptr;
30 android::base::GLObjectCounter* s_gl_object_counter = nullptr;
31 android::base::CpuUsage* s_cpu_usage = nullptr;
32 android::base::MemoryTracker* s_mem_usage = nullptr;
76 void emugl::setGLObjectCounter(android::base::GLObjectCounter* counter) { in setGLObjectCounter()
80 android::base::GLObjectCounter* emugl::getGLObjectCounter() { in getGLObjectCounter()
83 s_default_gl_object_counter = new android::base::GLObjectCounter; in getGLObjectCounter()
90 void emugl::setCpuUsage(android::base::CpuUsage* usage) { in setCpuUsage()
[all …]
/device/generic/trusty/secure_dpu/
DEmulatorDPUHandler.cpp20 #include <android-base/logging.h>
46 android::base::Result<void> DPUHandler::Init(std::string device_name) { in Init()
49 return base::Error() << "Failed to create buffer allocator"; in Init()
55 return base::Error() << "Failed to connect to: " << device_name; in Init()
60 android::base::Result<void> DPUHandler::HandleStartSecureDisplay() { in HandleStartSecureDisplay()
67 return base::Error() << "Failed to write command"; in HandleStartSecureDisplay()
72 android::base::Result<void> DPUHandler::HandleStopSecureDisplay() { in HandleStopSecureDisplay()
79 return base::Error() << "Failed to write command"; in HandleStopSecureDisplay()
84 android::base::Result<void> DPUHandler::AllocateBuffer(size_t req_buffer_len, in AllocateBuffer()
89 return base::Error() << "Failed to allocate buffer." in AllocateBuffer()
[all …]

12345678910>>...60