/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("vkAllocateCo…
|
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 | 923 VKAPI_ATTR VkResult VKAPI_CALL allocateCommandBuffers (VkDevice device, const VkCommandBufferAlloca… in allocateCommandBuffers() function
|
D | vkConcreteDeviceInterface.inl | 75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* …
|
D | vkVirtualDeviceInterface.inl | 75 virtual VkResult allocateCommandBuffers (VkDevice device, const VkCommandBufferAllocateInfo* …
|
D | vkNullDriverImpl.inl | 1526 VK_NULL_FUNC_ENTRY(vkAllocateCommandBuffers, allocateCommandBuffers),
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 110 VK_CHECK(m_vkd.allocateCommandBuffers(m_device, &cmdBufferAllocateInfo, m_primaryCommandBuffers)); in CommandBufferBareTestEnvironment() 797 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in allocateManyPrimaryBuffersTest() 871 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in allocateManySecondaryBuffersTest() 1253 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, pCommandBuffers)); in createCommadBuffers() 3328 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in submitBufferCountNonZero() 3434 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, cmdBuffers)); in submitBufferCountEqualZero() 3881 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &cmdBufParams, &cmdBuffers[ndx])); in submitBufferNullFence() 4147 VK_CHECK(vk.allocateCommandBuffers(vkDevice, &secCmdBufParams, cmdBuffers)); in executeSecondaryBufferTwiceTest()
|
D | vktApiObjectManagementTests.cpp | 2177 *pOutResult = env.vkd.allocateCommandBuffers(env.device, &cmdBufferInfo, pHandles); in createMultiple()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1374 vector<CommandBufferSp> allocateCommandBuffers (const DeviceInterface& vkd, in allocateCommandBuffers() function 1435 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() 1584 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
|
/external/vulkan-validation-layers/demos/ |
D | cube.cpp | 1210 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/ |
D | vktSynchronizationSmokeTests.cpp | 424 VK_CHECK(deviceInterface.allocateCommandBuffers(device, &commandBufferInfo, &commandBuffer)); in createCommandBuffer()
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 16974 …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
|