Searched refs:vkCreateCommandPool (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/rsov/driver/ |
D | rsovContext.cpp | 141 res = vkCreateCommandPool(mDevice, &cmd_pool_info, nullptr, &mCmdPool); in Initialize()
|
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 62 vkCreateCommandPool;
|
D | api_gen.cpp | 1928 VKAPI_ATTR VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo… in vkCreateCommandPool() function
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/ |
D | vulkan_wrapper.h | 118 extern PFN_vkCreateCommandPool vkCreateCommandPool;
|
D | vulkan_wrapper.cpp | 133 …vkCreateCommandPool = reinterpret_cast<PFN_vkCreateCommandPool>(dlsym(libvulkan, "vkCreateCommandP… in InitVulkan() 477 PFN_vkCreateCommandPool vkCreateCommandPool; variable
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 573 VkResult res = vkCreateCommandPool(mDevice, &cmd_pool_info, NULL, &mCommandPool[queue]); in initializeVkSyncObjects()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 2270 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/ |
D | vulkan.api | 9163 cmd VkResult vkCreateCommandPool(
|