Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 15 of 15) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp181 TEST(Allocation, Instance) { in TEST() argument
195 TEST(Allocation, GetInstanceProcAddr) { in TEST() argument
213 TEST(Allocation, EnumeratePhysicalDevices) { in TEST() argument
236 TEST(Allocation, InstanceAndDevice) { in TEST() argument
285 TEST(Allocation, InstanceButNotDevice) { in TEST() argument
334 TEST(Allocation, DeviceButNotInstance) { in TEST() argument
391 TEST(Allocation, CreateInstanceIntentionalAllocFail) { in TEST() argument
421 TEST(Allocation, CreateInstanceIntentionalAllocFailInvalidManifests) { in TEST() argument
466 TEST(Allocation, CreateSurfaceIntentionalAllocFail) { in TEST() argument
511 TEST(Allocation, CreateInstanceIntentionalAllocFailWithSettingsFilePresent) { in TEST() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp46 struct Allocation struct
49 unsigned char *block;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h58 struct Allocation { struct
60 enum class Usage : uint8_t {
71 struct Request {
78 void* ptr = nullptr; // The pointer to the allocated memory.
79 Request request; // Request used for the allocation.
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp53 struct Allocation struct
56 unsigned char *block;
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.h39 class Allocation; variable
DPoolAlloc.cpp27 class Allocation class
30 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0) in Allocation() function in angle::Allocation
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp61 struct Allocation struct
64 unsigned char *block;
/third_party/node/deps/v8/include/
Dv8-profiler.h711 struct Allocation { struct
715 size_t size;
720 unsigned int count;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h48 for (void *Allocation : Allocations) in ~AllocaHolder() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp55 class Allocation class
DvkMemUtil.cpp86 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() function in vk::Allocation
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md95 #### Allocation subsubsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp668 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
740 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp1351 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp5332 Allocation::Allocation(AllocatorPimpl* allocator, UINT64 size, BOOL wasZeroInitialized) : in Allocation() function in D3D12MA::Allocation