Home
last modified time | relevance | path

Searched refs:allocateCommandBuffers (Results 1 – 14 of 14) 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("vkAllocateCommand…
DvkDeviceDriverImpl.inl360 VkResult DeviceDriver::allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* … function in DeviceDriver
362 return m_vk.allocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
DvkVirtualDeviceInterface.inl75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pA…
DvkConcreteDeviceInterface.inl75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* pA…
DvkNullDriver.cpp1046 VKAPI_ATTR VkResult VKAPI_CALL allocateCommandBuffers (VkDevice device, const VkCommandBufferAlloca… in allocateCommandBuffers() function
DvkNullDriverImpl.inl1512 VK_NULL_FUNC_ENTRY(vkAllocateCommandBuffers, allocateCommandBuffers),
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp102 VK_CHECK(m_vkd.allocateCommandBuffers(m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers)); in CommandBufferBareTestEnvironment()
759 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in allocateManyPrimaryBuffersTest()
833 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in allocateManySecondaryBuffersTest()
1166 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, pCommandBuffers)); in createCommadBuffers()
3084 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in submitBufferCountNonZero()
3177 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in submitBufferCountEqualZero()
3566 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, &cmdBuffers[ndx])); in submitBufferNullFence()
3804 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &secCmdBufParams, cmdBuffers)); in executeSecondaryBufferTwiceTest()
DvktApiObjectManagementTests.cpp2178 *pOutResult = env.vkd.allocateCommandBuffers(env.device, &cmdBufferInfo, pHandles); in createMultiple()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1327 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function
1379 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest()
1528 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
/external/vulkan-validation-layers/demos/
Dcube.cpp1210 result = device.allocateCommandBuffers(&cmd, &buffers[i].cmd); in prepare()
1229 result = device.allocateCommandBuffers( in prepare()
2125 auto result = device.allocateCommandBuffers(&cmd, &this->cmd); in set_image_layout()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp417 VK_CHECK(deviceInterface.allocateCommandBuffers(device, &commandBufferInfo, &commandBuffer)); in createCommandBuffer()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16974 …Result allocateCommandBuffers( const CommandBufferAllocateInfo* pAllocateInfo, CommandBuffer* pCom… in allocateCommandBuffers() function in vk::Device
16981 …typename ResultValueType<std::vector<CommandBuffer,Allocator>>::type allocateCommandBuffers( const… in allocateCommandBuffers() function in vk::Device