Lines Matching defs:mem
125 VkDeviceMemory mem;
185 VkDeviceMemory mem;
193 VkDeviceMemory mem;
789 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &demo->depth.mem);
794 vkBindImageMemory(demo->device, demo->depth.image, demo->depth.mem, 0);
857 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &tex_obj->mem);
861 err = vkBindImageMemory(demo->device, tex_obj->image, tex_obj->mem, 0);
877 err = vkMapMemory(demo->device, tex_obj->mem, 0,
887 vkUnmapMemory(demo->device, tex_obj->mem);
895 * to add a mem ref */
902 vkFreeMemory(demo->device, tex_obj->mem, NULL);
1071 err = vkAllocateMemory(demo->device, &mem_alloc, NULL, &demo->vertices.mem);
1074 err = vkMapMemory(demo->device, demo->vertices.mem, 0,
1080 vkUnmapMemory(demo->device, demo->vertices.mem);
1083 demo->vertices.mem, 0);
2042 vkFreeMemory(demo->device, demo->vertices.mem, NULL);
2047 vkFreeMemory(demo->device, demo->textures[i].mem, NULL);
2057 vkFreeMemory(demo->device, demo->depth.mem, NULL);
2102 vkFreeMemory(demo->device, demo->vertices.mem, NULL);
2107 vkFreeMemory(demo->device, demo->textures[i].mem, NULL);
2117 vkFreeMemory(demo->device, demo->depth.mem, NULL);