HomeSort by relevance Sort by last modified time
    Searched refs:freeCommandBuffers (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDeviceFunctionPointers.inl 76 FreeCommandBuffersFunc freeCommandBuffers;
vkInitDeviceFunctionPointers.inl 76 m_vk.freeCommandBuffers = (FreeCommandBuffersFunc) GET_PROC_ADDR("vkFreeCommandBuffers");
vkRef.hpp 220 void operator() (VkCommandBuffer obj) const { m_deviceIface->freeCommandBuffers(m_device, m_pool, 1, &obj); }
vkDeviceDriverImpl.inl 365 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const
367 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
vkNullDriver.cpp 651 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers)
vkConcreteDeviceInterface.inl 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const;
vkVirtualDeviceInterface.inl 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandBufferCount, const VkCommandBuffer* pCommandBuffers) const = 0;
vkNullDriverImpl.inl     [all...]

Completed in 62 milliseconds