Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DTensor.cpp225 const bool allocate_memory) in vTensor()
468 const bool allocate_memory) { in allocate_image()
513 const bool allocate_memory) { in allocate_buffer()
534 const bool allocate_memory) in vTensorStorage()
H A DResource.cpp89 const bool allocate_memory) in VulkanBuffer()
354 const bool allocate_memory) in VulkanImage()
661 const bool allocate_memory) { in create_image()
701 const bool allocate_memory) { in create_storage_buffer()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/
H A DTensor.cpp214 const bool allocate_memory) { in allocate_image()
261 const bool allocate_memory) { in allocate_buffer()
283 const bool allocate_memory) in vTensorStorage()
441 const bool allocate_memory) in vTensor()
/aosp_15_r20/external/executorch/backends/vulkan/test/utils/
H A Dtest_utils.h19 #define CREATE_FLOAT_TEXTURE(sizes, allocate_memory) \ argument
28 #define CREATE_FLOAT_BUFFER(sizes, allocate_memory) \ argument
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/memory/
H A DAllocator.cpp107 const bool allocate_memory) { in create_image()
166 const bool allocate_memory) { in create_storage_buffer()
H A DBuffer.cpp31 const bool allocate_memory) in VulkanBuffer()
H A DImage.cpp120 const bool allocate_memory) in VulkanImage()
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
H A Dgralloc.rs227 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle>; in allocate_memory() method
361 pub fn allocate_memory( in allocate_memory() method
H A Dsystem_gralloc.rs47 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
H A Dminigbm.rs147 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
H A Dvulkano_gralloc.rs427 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
/aosp_15_r20/test/dittosuite/src/
H A Dmemory_allocation.cpp23 void allocate_memory(std::stack<void*>* addresses, size_t size) { in allocate_memory() function
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/
H A Dflow_control_fuzzer.proto39 uint32 allocate_memory = 10; field
/aosp_15_r20/external/ltp/testcases/kernel/controllers/memctl/
H A Dmemctl_test01.c164 int allocate_memory(void) in allocate_memory() function
/aosp_15_r20/external/crosvm/ext2/src/
H A Dbuilder.rs67 pub fn allocate_memory(mut self) -> Result<MemRegion> { in allocate_memory() method
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/
H A Dpoc.cpp52 void *allocate_memory(size_t size) { in allocate_memory() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2031/
H A Dpoc.cpp46 void *allocate_memory(size_t size) { in allocate_memory() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2012/
H A Dpoc.cpp47 void *allocate_memory(size_t size) { in allocate_memory() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/
H A Dpoc.cpp79 void *allocate_memory(size_t size) { in allocate_memory() function
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2022/
H A Dpoc.cpp57 void *allocate_memory(size_t size) { in allocate_memory() function
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/
H A DComputeGraph.cpp243 bool allocate_memory = shared_object_idx < 0; in add_tensor() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/
H A Dksm_tests.c132 static void *allocate_memory(void *ptr, int prot, int mapping, char data, size_t map_size) in allocate_memory() function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h658 struct pipe_memory_allocation *(*allocate_memory)(struct pipe_screen *screen, member
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py202 def allocate_memory(screen, size): member in Screen
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs1302 pub allocate_memory: PFN_vkAllocateMemory, field
1500 unsafe extern "system" fn allocate_memory( in load() function

12