Lines Matching defs:context
350 AttachmentFeedbackLoopLayoutImageSamplingInstance (Context& context,
379 AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance (Context& context,
403 AttachmentFeedbackLoopLayoutImageSamplingInstance::AttachmentFeedbackLoopLayoutImageSamplingInstance (Context& context,
411 : ImageSamplingInstance (context, params)
969 AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance::AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance (Context& context,
977 : AttachmentFeedbackLoopLayoutImageSamplingInstance (context, params, useImageAsColorOrDSAttachment_, useDifferentAreasSampleWrite_, interleaveReadWriteComponents_, imageAspectTestMode, pipelineStateMode, useMaintenance5_)
1770 virtual void checkSupport (Context& context) const;
1771 virtual TestInstance* createInstance (Context& context) const;
1883 void AttachmentFeedbackLoopLayoutSamplerTest::checkSupport (Context& context) const
1885 const auto& vki = context.getInstanceInterface();
1886 const auto physicalDevice = context.getPhysicalDevice();
1890 context.requireDeviceFunctionality("VK_EXT_attachment_feedback_loop_layout");
1893 context.requireDeviceFunctionality("VK_KHR_maintenance5");
1896 context.requireDeviceFunctionality("VK_EXT_attachment_feedback_loop_dynamic_state");
1899 checkSupportImageSamplingInstance(context, imgParams);
1924 context.requireDeviceFunctionality("VK_EXT_shader_stencil_export");
2188 TestInstance* AttachmentFeedbackLoopLayoutSamplerTest::createInstance (Context& context) const
2194 return new AttachmentFeedbackLoopLayoutDepthStencilImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod), useImageAsColorOrDSAttachment, useDifferentAreasSampleWrite, m_interleaveReadWriteComponents, m_imageAspectTestMode, m_pipelineStateMode, m_useMaintenance5);
2195 return new AttachmentFeedbackLoopLayoutImageSamplingInstance(context, getImageSamplingInstanceParams(m_imageViewType, m_imageFormat, m_imageSize, m_imageDescriptorType, m_samplerLod), useImageAsColorOrDSAttachment, useDifferentAreasSampleWrite, m_interleaveReadWriteComponents, m_imageAspectTestMode, m_pipelineStateMode, m_useMaintenance5);