Home
last modified time | relevance | path

Searched defs:mem_alloc (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp577 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
633 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
830 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
901 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
1323 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
1387 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
2917 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
H A Dvkpositivelayertests.cpp2227 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
2691 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp5546 VkMemoryAllocateInfo mem_alloc = {}; in TEST_F() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpc/
Dtypes.h61 #define mem_alloc(bsize) malloc(bsize) macro
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_print.c619 int mem_alloc = 0; in TIFFPrintDirectory() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_json_builder.h89 void * (* mem_alloc) (size_t, int zero, void * user_data); member
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/
Dinfcover.c71 static void *mem_alloc(void *mem, unsigned count, unsigned size) { in mem_alloc() function
/aosp_15_r20/external/executorch/examples/qualcomm/oss_scripts/llama2/runner/
H A Drunner.cpp641 Error Runner::mem_alloc(size_t alignment, size_t seq_len) { in mem_alloc() function in example::Runner
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/test/
Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
/aosp_15_r20/external/zlib/contrib/tests/
H A Dinfcover.cc86 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dstorage.rs371 let mem_alloc = MemoryAlloc::new(memory).unwrap(); in new_from_dma_buf_fd() localVariable
/aosp_15_r20/test/dittosuite/schema/
H A Dbenchmark.proto247 MemoryAllocate mem_alloc = 17; field
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1060 VkMemoryAllocateInfo mem_alloc = {}; in init_depth_buffer() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_private.h239 struct llvmpipe_memory_allocation mem_alloc; member