Home
last modified time | relevance | path

Searched refs:DispatchableCommandBuffer (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkCommandPool.cpp46 void *deviceMemory = vk::allocate(sizeof(DispatchableCommandBuffer), REQUIRED_MEMORY_ALIGNMENT, in allocateCommandBuffers()
47 DEVICE_MEMORY, DispatchableCommandBuffer::GetAllocationScope()); in allocateCommandBuffers()
49DispatchableCommandBuffer *commandBuffer = new(deviceMemory) DispatchableCommandBuffer(device, lev… in allocateCommandBuffers()
DVkCommandBuffer.hpp207 using DispatchableCommandBuffer = DispatchableObject<CommandBuffer, VkCommandBuffer>; typedef
211 return DispatchableCommandBuffer::Cast(object); in Cast()