Lines Matching refs:getDevice
418 , m_bindSemaphore (createSemaphore(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance()
419 …, m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), con… in SparseRenderTargetTestInstance()
420 …, m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage… in SparseRenderTargetTestInstance()
421 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), m_format, m_widt… in SparseRenderTargetTestInstance()
422 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), conte… in SparseRenderTargetTestInstance()
423 …, m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, t… in SparseRenderTargetTestInstance()
424 …, m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_render… in SparseRenderTargetTestInstance()
425 …enderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevice())) in SparseRenderTargetTestInstance()
426 …, m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_r… in SparseRenderTargetTestInstance()
427 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance()
453 …const Unique<VkCommandBuffer> commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(… in iterateInternal()
487 submitCommandsAndWait(vkd, m_context.getDevice(), m_context.getUniversalQueue(), *commandBuffer); in iterateInternal()