Home
last modified time | relevance | path

Searched defs:commandBuffers (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp710 VkCommandBuffer commandBuffers[] = {VK_NULL_HANDLE}; in releaseImageAndSignalSemaphore() local
770 VkCommandBuffer commandBuffers[] = {VK_NULL_HANDLE}; in waitSemaphoreAndAcquireImage() local
884 VkCommandBuffer commandBuffers[] = {VK_NULL_HANDLE}; in readPixels() local
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_funcs.hpp4306 std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer, CommandBufferAllocator> commandBuffers( in allocateCommandBuffers() local
4326 std::vector<VULKAN_HPP_NAMESPACE::CommandBuffer, CommandBufferAllocator> commandBuffers( in allocateCommandBuffers() local
4344 std::vector<CommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() local
4376 std::vector<CommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in allocateCommandBuffersUnique() local
4413ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers, in freeCommandBuffers()
4440ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & commandBuffers, in free()
5442 …CommandBuffer::executeCommands( ArrayProxy<const VULKAN_HPP_NAMESPACE::CommandBuffer> const & comm… in executeCommands()
Dvulkan_raii.hpp5233 std::vector<VkCommandBuffer> commandBuffers( allocateInfo.commandBufferCount ); in CommandBuffers() local