Home
last modified time | relevance | path

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

/third_party/skia/tests/
DSurfaceSemaphoreTest.cpp277 const VkCommandBufferAllocateInfo cmdInfo = { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
285 VkResult err = GR_VK_CALL(interface, AllocateCommandBuffers(device, &cmdInfo, &cmdBuffer)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp408 const VkCommandBufferAllocateInfo cmdInfo = { in Create() local
418 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer)); in Create()
940 const VkCommandBufferAllocateInfo cmdInfo = { in Create() local
950 GR_VK_CALL_RESULT(gpu, err, AllocateCommandBuffers(gpu->device(), &cmdInfo, &cmdBuffer)); in Create()