HomeSort by relevance Sort by last modified time
    Searched defs:CommandBuffer (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 310 class CommandBuffer
313 CommandBuffer(VkDevice, VkCommandPool, VkCommandBufferLevel)
644 pCommandBuffers[ndx] = reinterpret_cast<VkCommandBuffer>(new CommandBuffer(device, pAllocateInfo->commandPool, pAllocateInfo->level));
657 delete reinterpret_cast<CommandBuffer*>(pCommandBuffers[ndx]);
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 412 void Queue::submit(const std::vector<const CommandBuffer *> &cmds,
431 void Queue::submit(const CommandBuffer &cmd, Fence &fence) {
432 submit(std::vector<const CommandBuffer *>(1, &cmd), fence);
435 void Queue::submit(const CommandBuffer &cmd) {
790 CommandBuffer::~CommandBuffer() {
797 void CommandBuffer::init(const Device &dev,
812 void CommandBuffer::begin(const VkCommandBufferBeginInfo *info) {
816 void CommandBuffer::begin() {
834 void CommandBuffer::end()
    [all...]
vktestbinding.h 64 class CommandBuffer;
266 void submit(const std::vector<const CommandBuffer *> &cmds, Fence &fence);
267 void submit(const CommandBuffer &cmd, Fence &fence);
268 void submit(const CommandBuffer &cmd);
682 class CommandBuffer : public internal::Handle<VkCommandBuffer> {
684 ~CommandBuffer();
686 explicit CommandBuffer() : Handle() {}
687 explicit CommandBuffer(const Device &dev,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]

Completed in 4713 milliseconds