/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Tensor.cpp | 225 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 D | Resource.cpp | 89 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 D | Tensor.cpp | 214 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 D | test_utils.h | 19 #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 D | Allocator.cpp | 107 const bool allocate_memory) { in create_image() 166 const bool allocate_memory) { in create_storage_buffer()
|
H A D | Buffer.cpp | 31 const bool allocate_memory) in VulkanBuffer()
|
H A D | Image.cpp | 120 const bool allocate_memory) in VulkanImage()
|
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/ |
H A D | gralloc.rs | 227 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle>; in allocate_memory() method 361 pub fn allocate_memory( in allocate_memory() method
|
H A D | system_gralloc.rs | 47 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
|
H A D | minigbm.rs | 147 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
|
H A D | vulkano_gralloc.rs | 427 fn allocate_memory(&mut self, reqs: ImageMemoryRequirements) -> RutabagaResult<RutabagaHandle> { in allocate_memory() method
|
/aosp_15_r20/test/dittosuite/src/ |
H A D | memory_allocation.cpp | 23 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 D | flow_control_fuzzer.proto | 39 uint32 allocate_memory = 10; field
|
/aosp_15_r20/external/ltp/testcases/kernel/controllers/memctl/ |
H A D | memctl_test01.c | 164 int allocate_memory(void) in allocate_memory() function
|
/aosp_15_r20/external/crosvm/ext2/src/ |
H A D | builder.rs | 67 pub fn allocate_memory(mut self) -> Result<MemRegion> { in allocate_memory() method
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2021/ |
H A D | poc.cpp | 52 void *allocate_memory(size_t size) { in allocate_memory() function
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2031/ |
H A D | poc.cpp | 46 void *allocate_memory(size_t size) { in allocate_memory() function
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2012/ |
H A D | poc.cpp | 47 void *allocate_memory(size_t size) { in allocate_memory() function
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/ |
H A D | poc.cpp | 79 void *allocate_memory(size_t size) { in allocate_memory() function
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2022/ |
H A D | poc.cpp | 57 void *allocate_memory(size_t size) { in allocate_memory() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/ |
H A D | ComputeGraph.cpp | 243 bool allocate_memory = shared_object_idx < 0; in add_tensor() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | ksm_tests.c | 132 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 D | p_screen.h | 658 struct pipe_memory_allocation *(*allocate_memory)(struct pipe_screen *screen, member
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 202 def allocate_memory(screen, size): member in Screen
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | features.rs | 1302 pub allocate_memory: PFN_vkAllocateMemory, field 1500 unsafe extern "system" fn allocate_memory( in load() function
|