Lines Matching defs:device

302 									   const VkDevice			device,
510 return createGraphicsPipeline(vk, device, DE_NULL, &graphicsPipelineInfo);
608 const VkDevice device,
613 const Unique<VkFence> fence(createFence(vk, device));
630 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull));
774 const VkDevice device = m_context.getDevice();
860 Move<VkPipeline> pipeline = makeGraphicsPipeline(vk, device, *m_pipelineLayout,
875 const VkDevice device = m_context.getDevice();
902 m_vertexBuffer = Buffer::createAndAlloc(vk, device,
907 flushAlloc(vk, device, m_vertexBuffer->getBoundMemory());
925 m_imageColor[ndx] = makeImage(vk, device, imageInfo);
926 m_imageColorAlloc[ndx] = bindImage(vk, device, allocator, *m_imageColor[ndx], MemoryRequirement::Any);
927 m_imageBuffer[ndx] = Buffer::createAndAlloc(vk, device, bufferInfo,
929 m_colorAttachmentView[ndx] = makeImageView(vk, device, *m_imageColor[ndx],
934 flushAlloc(vk, device, alloc);
961 m_imageStencilDepth = makeImage(vk, device, imageInfo);
962 m_imageStencilDepthAlloc = bindImage(vk, device, allocator, *m_imageStencilDepth, MemoryRequirement::Any);
964 m_imageStencilBuffer = Buffer::createAndAlloc(vk, device, bufferStencilInfo,
966 m_imageDepthBuffer = Buffer::createAndAlloc(vk, device, bufferDepthlInfo,
968 m_stencilDepthAttachmentView = makeImageView(vk, device, *m_imageStencilDepth,
973 flushAlloc(vk, device, alloc);
977 flushAlloc(vk, device, allocDepth);
980 m_pipelineLayout = makePipelineLayout(vk, device);
981 m_vertexModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u);
982 m_fragmentModule = createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u);
1000 const VkDevice device = m_context.getDevice();
1002 m_cmdPool = createCommandPool(vk, device,
1005 m_cmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool,
1016 const VkDevice device = m_context.getDevice();
1051 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
1098 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
1302 const VkDevice device = m_context.getDevice();
1310 invalidateAlloc(vk, device, allocColor);
1332 const VkDevice device = m_context.getDevice();
1336 invalidateAlloc(vk, device, allocDepth);
1370 const VkDevice device = m_context.getDevice();
1374 invalidateAlloc(vk, device, allocStencil);
1413 const VkDevice device = m_context.getDevice();
1457 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
1514 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
1541 const VkDevice device = m_context.getDevice();
1543 m_cmdBuffer2 = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
1553 const VkDevice device = m_context.getDevice();
1613 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
1677 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
1704 const VkDevice device = m_context.getDevice();
1706 m_secCmdBuffers[0] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
1707 m_secCmdBuffers[1] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
1717 const VkDevice device = m_context.getDevice();
1778 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
1846 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
1874 const VkDevice device = m_context.getDevice();
1876 m_cmdBuffer2 = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
1877 m_secCmdBuffers[0] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
1878 m_secCmdBuffers[1] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
1888 const VkDevice device = m_context.getDevice();
1957 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
2032 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
2059 const VkDevice device = m_context.getDevice();
2061 m_secCmdBuffers = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2071 const VkDevice device = m_context.getDevice();
2111 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2166 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2193 const VkDevice device = m_context.getDevice();
2195 m_secCmdBuffers[0] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2196 m_secCmdBuffers[1] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2206 const VkDevice device = m_context.getDevice();
2260 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2320 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2347 const VkDevice device = m_context.getDevice();
2349 m_secCmdBuffers[0] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2350 m_secCmdBuffers[1] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2360 const VkDevice device = m_context.getDevice();
2428 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2502 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2530 const VkDevice device = m_context.getDevice();
2532 m_cmdBuffer2 = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
2533 m_secCmdBuffers[0] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2534 m_secCmdBuffers[1] = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2544 const VkDevice device = m_context.getDevice();
2618 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
2698 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
2725 const VkDevice device = m_context.getDevice();
2727 m_secCmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2737 const VkDevice device = m_context.getDevice();
2793 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2860 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
2887 const VkDevice device = m_context.getDevice();
2889 m_secCmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
2899 const VkDevice device = m_context.getDevice();
2955 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
3022 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
3050 const VkDevice device = m_context.getDevice();
3052 m_cmdBuffer2 = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
3053 m_secCmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
3063 const VkDevice device = m_context.getDevice();
3123 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
3194 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
3222 const VkDevice device = m_context.getDevice();
3224 m_cmdBuffer2 = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY);
3225 m_secCmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
3235 const VkDevice device = m_context.getDevice();
3295 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
3366 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer, *m_cmdBuffer2);
3393 const VkDevice device = m_context.getDevice();
3395 m_secCmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
3405 const VkDevice device = m_context.getDevice();
3447 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
3504 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);
3548 const VkDevice device = m_context.getDevice();
3550 m_secondaryCmdBuffer = allocateCommandBuffer(vk, device, *m_cmdPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY);
3592 const VkDevice device = m_context.getDevice();
3688 submitCommandsAndWait(vk, device, queue, *m_cmdBuffer);