Home
last modified time | relevance | path

Searched refs:allocateCommandBuffers (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp57 VK_CHECK(vk.allocateCommandBuffers(device, pAllocateInfo, &object)); in allocateCommandBuffer()
DvkDeviceFunctionPointers.inl75 AllocateCommandBuffersFunc allocateCommandBuffers; variable
DvkInitDeviceFunctionPointers.inl75 m_vk.allocateCommandBuffers = (AllocateCommandBuffersFunc) GET_PROC_ADDR("vkAllocateCommandBu…
DvkDeviceDriverImpl.inl360 VkResult DeviceDriver::allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* … function in DeviceDriver
362 return m_vk.allocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
DvkNullDriver.cpp638 VKAPI_ATTR VkResult VKAPI_CALL allocateCommandBuffers (VkDevice device, const VkCommandBufferAlloca… in allocateCommandBuffers() function
DvkConcreteDeviceInterface.inl75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAl…
DvkVirtualDeviceInterface.inl75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAl…
DvkNullDriverImpl.inl1269 VK_NULL_FUNC_ENTRY(vkAllocateCommandBuffers, allocateCommandBuffers),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp107 VK_CHECK(m_vkd.allocateCommandBuffers(m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers)); in CommandBufferBareTestEnvironment()
683 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in allocateManyPrimaryBuffersTest()
717 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, &cmdBuffer)); in allocateZeroPrimaryBuffersTest()
788 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in allocateManySecondaryBuffersTest()
822 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, &cmdBuffer)); in allocateZeroSecondaryBuffersTest()
2707 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in submitBufferCountNonZero()
2813 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in submitBufferCountEqualZero()
3260 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, &cmdBuffers[ndx])); in submitBufferNullFence()
3519 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &secCmdBufParams, cmdBuffers)); in executeSecondaryBufferTwiceTest()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1380 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function
1441 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest()
1589 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp420 VK_CHECK(deviceInterface.allocateCommandBuffers(device, &commandBufferInfo, &commandBuffer)); in createCommandBuffer()