Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dallocation.rs73 pub struct Allocation<Prov: Provenance = AllocId, Extra = (), Bytes = Box<[u8]>> { struct
95 /// This is the maximum size we will hash at a time, when interning an `Allocation` and its argument
110 impl hash::Hash for Allocation { implementation
164 pub fn inner(self) -> &'tcx Allocation { in inner()
263 impl<Prov: Provenance, Bytes: AllocBytes> Allocation<Prov, (), Bytes> { implementation
340 impl<Bytes: AllocBytes> Allocation<AllocId, (), Bytes> { impl
378 impl<Prov: Provenance, Extra, Bytes: AllocBytes> Allocation<Prov, Extra, Bytes> { impl
407 impl<Prov: Provenance, Extra, Bytes: AllocBytes> Allocation<Prov, Extra, Bytes> { implementation
483 impl<Prov: Provenance, Extra, Bytes: AllocBytes> Allocation<Prov, Extra, Bytes> { impl
/third_party/vulkan-loader/tests/
Dloader_alloc_callback_tests.cpp185 TEST(Allocation, Instance) { in TEST() argument
199 TEST(Allocation, GetInstanceProcAddr) { in TEST() argument
217 TEST(Allocation, EnumeratePhysicalDevices) { in TEST() argument
240 TEST(Allocation, InstanceAndDevice) { in TEST() argument
289 TEST(Allocation, InstanceButNotDevice) { in TEST() argument
338 TEST(Allocation, DeviceButNotInstance) { in TEST() argument
395 TEST(Allocation, CreateInstanceIntentionalAllocFail) { in TEST() argument
425 TEST(Allocation, CreateInstanceIntentionalAllocFailInvalidManifests) { in TEST() argument
471 TEST(Allocation, CreateSurfaceIntentionalAllocFail) { in TEST() argument
516 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/grpc/tools/codegen/core/
Doptimize_arena_pool_sizes.py29 Allocation = collections.namedtuple("Allocation", "size ptr") variable
/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/rust/rust/src/tools/clippy/clippy_lints/src/utils/internal_lints/
Dunnecessary_def_path.rs247 fn read_mir_alloc_def_path<'tcx>(cx: &LateContext<'tcx>, alloc: &'tcx Allocation, ty: Ty<'_>) -> Op… in read_mir_alloc_def_path()
/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/rust/rust/src/tools/miri/src/
Dtag_gc.rs128 impl VisitTags for Allocation<Provenance, AllocExtra<'_>> { implementation
Dmachine.rs999 alloc: Cow<'b, Allocation>, in adjust_allocation() argument
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dconsts.rs40 alloc: &'a Allocation, in const_alloc_to_llvm()
/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dmachine.rs346 alloc: Cow<'b, Allocation>, in adjust_allocation() argument
499 alloc: Cow<'b, Allocation>, in adjust_allocation() argument
Dmemory.rs226 alloc: Allocation, in allocate_raw_ptr()
/third_party/mesa3d/src/gallium/frontends/rusticl/core/
Dmemory.rs396 enum Allocation { enum
405 impl Allocation { impl
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/
DTests.cpp214 VmaAllocation Allocation = VK_NULL_HANDLE; member
380 struct Allocation in MainTest() struct
382 VkBuffer Buffer; in MainTest()
383 VkImage Image; in MainTest()
384 VmaAllocation Alloc; in MainTest()
812 VmaAllocation Allocation = VK_NULL_HANDLE; member
/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
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc379 using Allocation = FlatAllocation<T...>; typedef in google::protobuf::__anona654feba0111::FlatAllocatorImpl