Home
last modified time | relevance | path

Searched refs:CommandBuffer (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp384 void Queue::submit(const std::vector<const CommandBuffer *> &cmds, Fence &fence) { in submit()
400 void Queue::submit(const CommandBuffer &cmd, Fence &fence) { submit(std::vector<const CommandBuffer in submit()
402 void Queue::submit(const CommandBuffer &cmd) { in submit()
713 CommandBuffer::~CommandBuffer() { in ~CommandBuffer()
720 void CommandBuffer::init(const Device &dev, const VkCommandBufferAllocateInfo &info) { in init()
733 void CommandBuffer::begin(const VkCommandBufferBeginInfo *info) { EXPECT(vkBeginCommandBuffer(handl… in begin()
735 void CommandBuffer::begin() { in begin()
753 void CommandBuffer::end() { EXPECT(vkEndCommandBuffer(handle()) == VK_SUCCESS); } in end()
755 void CommandBuffer::reset(VkCommandBufferResetFlags flags) { EXPECT(vkResetCommandBuffer(handle(), … in reset()
Dvktestbinding.h56 class CommandBuffer; variable
227 void submit(const std::vector<const CommandBuffer *> &cmds, Fence &fence);
228 void submit(const CommandBuffer &cmd, Fence &fence);
229 void submit(const CommandBuffer &cmd);
580 class CommandBuffer : public internal::Handle<VkCommandBuffer> {
582 ~CommandBuffer();
584 explicit CommandBuffer() : Handle() {} in CommandBuffer() function
585 …explicit CommandBuffer(const Device &dev, const VkCommandBufferAllocateInfo &info) { init(dev, inf… in CommandBuffer() function
845 inline VkCommandBufferAllocateInfo CommandBuffer::create_info(VkCommandPool const &pool) { in create_info()
Dvkrenderframework.h147 class VkCommandBufferObj : public vk_testing::CommandBuffer {
Dvkrenderframework.cpp1302 init(*device, vk_testing::CommandBuffer::create_info(pool)); in VkCommandBufferObj()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp320 class CommandBuffer class
323 CommandBuffer(VkDevice, VkCommandPool, VkCommandBufferLevel) in CommandBuffer() function in vk::__anon2fa2ef7b0111::CommandBuffer
348 vector<CommandBuffer*> m_buffers;
359CommandBuffer* const impl = new CommandBuffer(m_device, VkCommandPool(reinterpret_cast<deUintptr>(… in allocate()
376 CommandBuffer* const impl = reinterpret_cast<CommandBuffer*>(buffer); in free()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2116 struct CommandBuffer struct
2143 return getSafeObjectCount<CommandBuffer>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent()
2666 CaseDescription<CommandBuffer> commandBuffer;
2845 static const NamedParameters<CommandBuffer> s_commandBufferCases[] = in createObjectManagementTests()
2847 …{ "command_buffer_primary", CommandBuffer::Parameters(CommandPool::Parameters((VkCommandPoolCreat… in createObjectManagementTests()
2848 …{ "command_buffer_secondary", CommandBuffer::Parameters(CommandPool::Parameters((VkCommandPoolCrea… in createObjectManagementTests()
2876 CASE_DESC(createSingleTest <CommandBuffer>, s_commandBufferCases), in createObjectManagementTests()
2905 CASE_DESC(createMultipleUniqueResourcesTest <CommandBuffer>, s_commandBufferCases), in createObjectManagementTests()
2934 CASE_DESC(createMultipleSharedResourcesTest <CommandBuffer>, s_commandBufferCases), in createObjectManagementTests()
2963 CASE_DESC(createMaxConcurrentTest <CommandBuffer>, s_commandBufferCases), in createObjectManagementTests()
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp197 vk::CommandBuffer cmd;
198 vk::CommandBuffer graphics_to_present_cmd;
498 void draw_build_cmd(vk::CommandBuffer commandBuffer) { in draw_build_cmd()
609 vk::CommandBuffer const commandBuffers[] = {cmd}; in flush_init_cmd()
623 cmd = vk::CommandBuffer(); in flush_init_cmd()
2675 vk::CommandBuffer cmd; // Buffer for initialization commands
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13746 class CommandBuffer class
13749 CommandBuffer() in CommandBuffer() function in vk::CommandBuffer
13754 CommandBuffer(VkCommandBuffer commandBuffer) in CommandBuffer() function in vk::CommandBuffer
13758 CommandBuffer& operator=(VkCommandBuffer commandBuffer) in operator =()
13765 bool operator==(CommandBuffer const &rhs) const in operator ==()
13770 bool operator!=(CommandBuffer const &rhs) const in operator !=()
13775 bool operator<(CommandBuffer const &rhs) const in operator <()
14399 void executeCommands( uint32_t commandBufferCount, const CommandBuffer* pCommandBuffers ) const in executeCommands()
14405 void executeCommands( ArrayProxy<const CommandBuffer> commandBuffers ) const in executeCommands()
14502 …static_assert( sizeof( CommandBuffer ) == sizeof( VkCommandBuffer ), "handle and wrapper have diff…
[all …]
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md38 …ify that a properly created and valid pipeline object is bound to the CommandBuffer specified in t…
45 | Valid CommandBuffer | Validates that the command buffer object was properly created and is curren…
51 | Valid Secondary CommandBuffer | Validates that no primary command buffers are sent to vkCmdExecut…