Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dlayer_chassis_dispatch.h411 VkResult DispatchCreateCommandPool(
H A Dlayer_chassis_dispatch.cpp2366 VkResult DispatchCreateCommandPool( in DispatchCreateCommandPool() function
H A Dchassis.cpp2654 VkResult result = DispatchCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool); in CreateCommandPool()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dgpu_validation.cpp1197 …result = DispatchCreateCommandPool(device, &pool_create_info, nullptr, &quere_barrier_command_info… in SubmitBarrier()