OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_alloc_info
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp
1361
VkMemoryAllocateInfo
image_alloc_info
= {};
local
1362
image_alloc_info
.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
1363
image_alloc_info
.allocationSize = font_image_req.size;
1364
image_alloc_info
.memoryTypeIndex = vk_memory_type(device_data,
1367
VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &
image_alloc_info
,
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp
1642
VkMemoryAllocateInfo
image_alloc_info
= {};
local
1643
image_alloc_info
.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
1644
image_alloc_info
.allocationSize = font_image_req.size;
1645
image_alloc_info
.memoryTypeIndex = vk_memory_type(device_data,
1648
VK_CHECK(device_data->vtable.AllocateMemory(device_data->device, &
image_alloc_info
,
Completed in 11 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026