Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_cmd_enqueue.c345 uint32_t infos_size = pCountInfo->count * pCountInfo->stride; in vk_cmd_enqueue_CmdDispatchGraphAMDX() local
346 void *infos = vk_zalloc(alloc, infos_size, 8, VK_SYSTEM_ALLOCATION_SCOPE_OBJECT); in vk_cmd_enqueue_CmdDispatchGraphAMDX()
348 memcpy(infos, pCountInfo->infos.hostAddress, infos_size); in vk_cmd_enqueue_CmdDispatchGraphAMDX()