Searched refs:DispatchableCommandBuffer (Results 1 – 2 of 2) sorted by relevance
46 void *deviceMemory = vk::allocate(sizeof(DispatchableCommandBuffer), REQUIRED_MEMORY_ALIGNMENT, in allocateCommandBuffers()47 DEVICE_MEMORY, DispatchableCommandBuffer::GetAllocationScope()); in allocateCommandBuffers()49 …DispatchableCommandBuffer *commandBuffer = new(deviceMemory) DispatchableCommandBuffer(device, lev… in allocateCommandBuffers()
207 using DispatchableCommandBuffer = DispatchableObject<CommandBuffer, VkCommandBuffer>; typedef211 return DispatchableCommandBuffer::Cast(object); in Cast()