Home
last modified time | relevance | path

Searched refs:mem_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/glfw/tests/
Dvulkan.c858 VkMemoryAllocateInfo mem_alloc = { in demo_prepare_depth() local
892 mem_alloc.allocationSize = mem_reqs.size; in demo_prepare_depth()
895 &mem_alloc.memoryTypeIndex); in demo_prepare_depth()
899 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &demo->depth.mem); in demo_prepare_depth()
943 VkMemoryAllocateInfo mem_alloc = { in demo_prepare_texture_image() local
958 mem_alloc.allocationSize = mem_reqs.size; in demo_prepare_texture_image()
961 required_props, &mem_alloc.memoryTypeIndex); in demo_prepare_texture_image()
965 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &tex_obj->mem); in demo_prepare_texture_image()
986 mem_alloc.allocationSize, 0, &data); in demo_prepare_texture_image()
1147 VkMemoryAllocateInfo mem_alloc = { in demo_prepare_vertices() local
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1047 VkMemoryAllocateInfo mem_alloc = {}; in init_depth_buffer() local
1048 mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in init_depth_buffer()
1049 mem_alloc.pNext = NULL; in init_depth_buffer()
1050 mem_alloc.allocationSize = 0; in init_depth_buffer()
1051 mem_alloc.memoryTypeIndex = 0; in init_depth_buffer()
1084 mem_alloc.allocationSize = mem_reqs.size; in init_depth_buffer()
1088 &mem_alloc.memoryTypeIndex); in init_depth_buffer()
1092 res = vkAllocateMemory(info.device, &mem_alloc, NULL, &info.depth.mem); in init_depth_buffer()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1058 VkMemoryAllocateInfo mem_alloc = {}; in init_depth_buffer() local
1059 mem_alloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO; in init_depth_buffer()
1060 mem_alloc.pNext = NULL; in init_depth_buffer()
1061 mem_alloc.allocationSize = 0; in init_depth_buffer()
1062 mem_alloc.memoryTypeIndex = 0; in init_depth_buffer()
1095 mem_alloc.allocationSize = mem_reqs.size; in init_depth_buffer()
1099 &mem_alloc.memoryTypeIndex); in init_depth_buffer()
1103 res = vkAllocateMemory(info.device, &mem_alloc, NULL, &info.depth.mem); in init_depth_buffer()
/third_party/skia/third_party/externals/zlib/patches/
D0005-infcover-gtest.patch54 @@ -72,7 +87,7 @@ local void *mem_alloc(void *mem, unsigned count, unsigned size)
63 @@ -87,7 +102,7 @@ local void *mem_alloc(void *mem, unsigned count, unsigned size)
72 @@ -112,7 +127,7 @@ local void *mem_alloc(void *mem, unsigned count, unsigned size)
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
171 strm->zalloc = mem_alloc; in mem_setup()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
171 strm->zalloc = mem_alloc; in mem_setup()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dinfcover.cc86 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
186 strm->zalloc = mem_alloc; in mem_setup()
/third_party/zlib/test/
Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) in mem_alloc() function
171 strm->zalloc = mem_alloc; in mem_setup()
/third_party/glib/glib/
Dglib.stp.in22 * probe glib.mem_alloc - Called when a malloc block is initially requested
28 probe glib.mem_alloc = process("@ABS_GLIB_RUNTIME_LIBDIR@/libglib-2.0.so.0.@LT_CURRENT@.@LT_REVISIO…
34 probestr = sprintf("glib.mem_alloc(n_bytes=%d) -> %p", n_bytes, mem);
/third_party/weston/ivi-shell/
Dhmi-controller.c157 mem_alloc(size_t size, char *file, int32_t line) in mem_alloc() function
162 #define MEM_ALLOC(s) mem_alloc((s),__FILE__,__LINE__)
/third_party/gstreamer/gstplugins_bad/
DChangeLog18349 all ensure_image() and mem_alloc() API clean.