Home
last modified time | relevance | path

Searched defs:memory (Results 226 - 250 of 540) sorted by relevance

12345678910>>...22

/third_party/mesa3d/include/vulkan/
H A Dvulkan_metal.h127 VkDeviceMemory memory; member
/third_party/node/deps/v8/src/zone/
H A Dzone.h107 void* memory = Allocate<T>(sizeof(T)); in New() local
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c147 wasm_memory_t* memory = get_export_memory(&exports, i++); in main() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dloadednormalizer2impl.cpp45 UDataMemory *memory; member in LoadedNormalizer2Impl
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h79 VkDeviceMemory memory; member
83 VkDeviceMemory memory; member
H A Dwsi_common.h86 VkDeviceMemory memory; member
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_feedback.c15 VkDeviceMemory memory; member
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dfree-list.cc27 static Entry& CreateAt(void* memory, size_t size) { in CreateAt() argument
H A Dobject-allocator.cc122 void* memory = OutOfLineAllocateImpl(space, size, alignment, gcinfo); in OutOfLineAllocate() local
[all...]
/third_party/mindspore/test/utils/
H A Dcommon.cpp81 uint32_t *memory = reinterpret_cast<uint32_t *>(malloc((dim_info[0] + 1) * sizeof(uint32_t))); in readTestDataFile() local
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c114 char *memory = (char *)malloc(TEST_SIZE); in CallBack004() local
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.h93 pa_shm memory; global() member
[all...]
H A Dsrbchannel.c39 uint8_t *memory; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp169 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp120 de::MovePtr<vk::Allocation> memory = context.getDefaultAllocator().allocate(bufReqs, memReqs); in allocateAndBindMemory() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp169 inline void release (Context& context, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp84 static uint8_t *GetDataPointer(uint8_t *memory, size_t alignment) in GetDataPointer() argument
361 uint8_t *memory = currentPagePtr + preAllocationPadding; in allocate() local
382 PageHeader *memory in allocate() local
421 PageHeader *memory; allocateNewPage() local
453 initializeAllocation(uint8_t *memory, size_t numBytes) initializeAllocation() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp54 GrVkBackendMemory memory = 0; local
124 VkDeviceMemory memory; local
168 GrVkBackendMemory memory local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp238 void *memory = allocateRaw(bytes, alignment); in allocate() local
251 void deallocate(void *memory) in deallocate() argument
364 protectMemoryPages(void *memory, size_t bytes, int permissions) protectMemoryPages() argument
391 deallocateMemoryPages(void *memory, size_t bytes) deallocateMemoryPages() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp180 VkDeviceMemory memory; in test() local
H A DDevice.cpp374 VkResult Device::MapMemory(VkDeviceMemory memory, VkDeviceSize offset, in MapMemory() argument
147 CreateStorageBuffer( VkDeviceMemory memory, VkDeviceSize size, VkDeviceSize offset, VkBuffer *out) const CreateStorageBuffer() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp145 vk::DeviceMemory memory; // Owning handle member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp611 SmallVector<std::unique_ptr<T, MallocDeleter>> memory; member in SPIRV_CROSS_NAMESPACE::ObjectPool
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_enc.c67 void* memory; in WebPPictureAllocARGB() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBufferVk.cpp327 uint8_t* memory = mMemoryAllocation.GetMappedPointer(); in GetMappedPointerImpl() local

Completed in 17 milliseconds

12345678910>>...22