Lines Matching defs:context
54 void checkDynamicRasterizationSamplesSupport (Context& context)
57 if (!context.getExtendedDynamicState3FeaturesEXT().extendedDynamicState3RasterizationSamples)
60 DE_UNREF(context);
65 void sampleShadingWithDynamicSampleCountSupport (Context& context, PipelineConstructionType pipelineConstructionType)
67 checkPipelineConstructionRequirements(context.getInstanceInterface(), context.getPhysicalDevice(), pipelineConstructionType);
68 checkDynamicRasterizationSamplesSupport(context);
69 context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_FRAGMENT_STORES_AND_ATOMICS);
70 context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SAMPLE_RATE_SHADING);
133 tcu::TestStatus sampleShadingWithDynamicSampleCount (Context& context, PipelineConstructionType constructionType)
135 const auto ctx = context.getContextCommonData();
249 const auto& binaries = context.getBinaryCollection();
309 WrapperPtr pipelineWrapper(new GraphicsPipelineWrapper(ctx.vki, ctx.vkd, ctx.physicalDevice, ctx.device, context.getDeviceExtensions(), constructionType));
388 auto& log = context.getTestContext().getLog();