Searched refs:allocateCommandBuffers (Results 1 – 11 of 11) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 57 VK_CHECK(vk.allocateCommandBuffers(device, pAllocateInfo, &object)); in allocateCommandBuffer()
|
D | vkDeviceFunctionPointers.inl | 75 AllocateCommandBuffersFunc allocateCommandBuffers; variable
|
D | vkInitDeviceFunctionPointers.inl | 75 m_vk.allocateCommandBuffers = (AllocateCommandBuffersFunc) GET_PROC_ADDR("vkAllocateCommandBu…
|
D | vkDeviceDriverImpl.inl | 360 VkResult DeviceDriver::allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* … function in DeviceDriver 362 return m_vk.allocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
|
D | vkNullDriver.cpp | 638 VKAPI_ATTR VkResult VKAPI_CALL allocateCommandBuffers (VkDevice device, const VkCommandBufferAlloca… in allocateCommandBuffers() function
|
D | vkConcreteDeviceInterface.inl | 75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAl…
|
D | vkVirtualDeviceInterface.inl | 75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pAl…
|
D | vkNullDriverImpl.inl | 1269 VK_NULL_FUNC_ENTRY(vkAllocateCommandBuffers, allocateCommandBuffers),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 107 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/ |
D | vktWsiSwapchainTests.cpp | 1380 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/ |
D | vktSynchronization.cpp | 420 VK_CHECK(deviceInterface.allocateCommandBuffers(device, &commandBufferInfo, &commandBuffer)); in createCommandBuffer()
|