Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/common/
Dvulkan_wrapper.h122 extern PFN_vkFreeCommandBuffers vkFreeCommandBuffers;
Dvulkan_wrapper.cpp119vkFreeCommandBuffers = reinterpret_cast<PFN_vkFreeCommandBuffers>(dlsym(libvulkan, "vkFreeCommandB… in InitVulkan()
307 PFN_vkFreeCommandBuffers vkFreeCommandBuffers; variable
/external/vulkan-validation-layers/loader/
Dgpa_helper.h204 return (PFN_vkVoidFunction)vkFreeCommandBuffers; in trampolineGetProcAddr()
Dtrampoline.c1735 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl76 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffers");
DvkNullDriverImpl.inl1513 VK_NULL_FUNC_ENTRY(vkFreeCommandBuffers, freeCommandBuffers),
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md274 …erModule vkCreateSwapchainKHR vkDestroyBuffer vkDestroyBufferView vkFreeCommandBuffers vkDestroyCo…
277 …ll created in the specified commandPool | COMMAND_POOL_MISMATCH | vkFreeCommandBuffers | InvalidCo…
316 …ResetDescriptorPool vkAllocateDescriptorSets vkFreeDescriptorSets vkFreeCommandBuffers vkBeginComm…
317 …ResetDescriptorPool vkAllocateDescriptorSets vkFreeDescriptorSets vkFreeCommandBuffers vkBeginComm…
Dvk_validation_error_database.txt102vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
103vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
104vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
105vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
106vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
107vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
108vkFreeCommandBuffers~^~For more information refer to Vulkan Spec Section '5.2. Command Buffer Allo…
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp716 vkFreeCommandBuffers(dev_handle_, cmd_pool_, 1, cmds); in ~CommandBuffer()
Dlayer_validation_tests.cpp2034 vkFreeCommandBuffers(m_device->device(), command_pool_two, 4, &command_buffer[3]); in TEST_F()
6491 vkFreeCommandBuffers(m_device->device(), m_commandPool, 1, &draw_cmd); in TEST_F()
16795 vkFreeCommandBuffers(m_device->device(), command_pool, 1, &command_buffer); in TEST_F()
16912 vkFreeCommandBuffers(m_device->device(), command_pool, 1, &command_buffer); in TEST_F()
16913 vkFreeCommandBuffers(m_device->device(), command_pool, 1, &secondary_command_buffer); in TEST_F()
17017 vkFreeCommandBuffers(m_device->device(), command_pool, 2, command_buffer); in TEST_F()
17083 vkFreeCommandBuffers(m_device->device(), command_pool, 1, &command_buffer); in TEST_F()
17252 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
17357 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
17463 vkFreeCommandBuffers(m_device->device(), command_pool, 2, &command_buffer[0]); in TEST_F()
[all …]
/external/vulkan-validation-layers/demos/
Dcube.c554 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, cmd_bufs); in demo_flush_init_cmd()
2074 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, in demo_cleanup()
2156 vkFreeCommandBuffers(demo->device, demo->cmd_pool, 1, in demo_resize()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp677 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_… in vkFreeCommandBuffers() function
1324 return (PFN_vkVoidFunction) vkFreeCommandBuffers; in layer_intercept_proc()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h2877 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(
Dvulkan.hpp16991vkFreeCommandBuffers( m_device, static_cast<VkCommandPool>( commandPool ), commandBufferCount, rei… in freeCommandBuffers()
16997vkFreeCommandBuffers( m_device, static_cast<VkCommandPool>( commandPool ), commandBuffers.size() ,… in freeCommandBuffers()
/external/mesa3d/include/vulkan/
Dvulkan.h2886 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2983 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in3042 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(