Home
last modified time | relevance | path

Searched defs:CommandBuffer (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestbinding.h64 class CommandBuffer; variable
686 explicit CommandBuffer() : Handle() {} in CommandBuffer() function
687 explicit CommandBuffer(const Device &dev, in CommandBuffer() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp310 class CommandBuffer class
313 CommandBuffer(VkDevice, VkCommandPool, VkCommandBufferLevel) in CommandBuffer() function in vk::__anon224a54410111::CommandBuffer
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2004 struct CommandBuffer struct
2006 typedef VkCommandBuffer Type;
2008 struct Parameters
2020 struct Resources
2029 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
2034 …ve<VkCommandBuffer> create (const Environment& env, const Resources& res, const Parameters& params) in create()