Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovContext.cpp141 res = vkCreateCommandPool(mDevice, &cmd_pool_info, nullptr, &mCmdPool); in Initialize()
/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt62 vkCreateCommandPool;
Dapi_gen.cpp1928 VKAPI_ATTR VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo… in vkCreateCommandPool() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h118 extern PFN_vkCreateCommandPool vkCreateCommandPool;
Dvulkan_wrapper.cpp133vkCreateCommandPool = reinterpret_cast<PFN_vkCreateCommandPool>(dlsym(libvulkan, "vkCreateCommandP… in InitVulkan()
477 PFN_vkCreateCommandPool vkCreateCommandPool; variable
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp573 VkResult res = vkCreateCommandPool(mDevice, &cmd_pool_info, NULL, &mCommandPool[queue]); in initializeVkSyncObjects()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2270 err = vkCreateCommandPool(demo->device, &cmd_pool_info, NULL, &demo->cmd_pool); in demo_prepare()
2321 … err = vkCreateCommandPool(demo->device, &present_cmd_pool_info, NULL, &demo->present_cmd_pool); in demo_prepare()
/frameworks/native/vulkan/api/
Dvulkan.api9163 cmd VkResult vkCreateCommandPool(