Lines Matching refs:getDevice

806 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32…  in SampleReadTestInstance()
807 …, m_srcImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(), contex… in SampleReadTestInstance()
808 …, m_srcImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_srcImag… in SampleReadTestInstance()
809 …, m_srcInputImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_src… in SampleReadTestInstance()
810 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance()
811 …, m_dstMultisampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice()… in SampleReadTestInstance()
812 …, m_dstMultisampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
813 …e(), context.getPhysicalDevice(), context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32… in SampleReadTestInstance()
814 …, m_dstSinglesampleImageMemory (createImageMemory(context.getDeviceInterface(), context.getDevice(… in SampleReadTestInstance()
815 …, m_dstSinglesampleImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
816 …, m_dstBuffer (createBuffer(context.getDeviceInterface(), context.getDevice(), VK_FORMAT_R32_U… in SampleReadTestInstance()
817 …, m_dstBufferMemory (createBufferMemory(context.getDeviceInterface(), context.getDevice(), cont… in SampleReadTestInstance()
818 …, m_renderPass (createRenderPass(context.getDeviceInterface(), context.getDevice(), VK_FORMAT_… in SampleReadTestInstance()
819 …, m_framebuffer (createFramebuffer(context.getDeviceInterface(), context.getDevice(), *m_rende… in SampleReadTestInstance()
820 …nderPipelineLayout (createRenderPipelineLayout(context.getDeviceInterface(), context.getDevice())) in SampleReadTestInstance()
821 …, m_renderPipeline (createRenderPipeline(context.getDeviceInterface(), context.getDevice(), *m_… in SampleReadTestInstance()
822 …ptorSetLayout (createSubpassDescriptorSetLayout(context.getDeviceInterface(), context.getDevice())) in SampleReadTestInstance()
823 …out (createSubpassPipelineLayout(context.getDeviceInterface(), context.getDevice(), *m_subpassDes… in SampleReadTestInstance()
824 …, m_subpassPipeline (createSubpassPipeline(context.getDeviceInterface(), context.getDevice(), *… in SampleReadTestInstance()
825 …assDescriptorPool (createSubpassDescriptorPool(context.getDeviceInterface(), context.getDevice())) in SampleReadTestInstance()
826 …rSet (createSubpassDescriptorSet(context.getDeviceInterface(), context.getDevice(), *m_subpassDes… in SampleReadTestInstance()
827 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in SampleReadTestInstance()
852 const VkDevice device (m_context.getDevice()); in iterateInternal()