Lines Matching refs:InputFlags
39 // Here we allow callers to specify a subset of the GrPipeline::InputFlags upon creation.
40 enum class InputFlags : uint8_t {
42 kSnapVerticesToPixelCenters = (uint8_t)GrPipeline::InputFlags::kSnapVerticesToPixelCenters,
43 kConservativeRaster = (uint8_t)GrPipeline::InputFlags::kConservativeRaster,
45 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(InputFlags);
47 GrSimpleMeshDrawOpHelper(GrProcessorSet*, GrAAType, InputFlags = InputFlags::kNone);
120 GrPipeline::InputFlags pipelineFlags);
124 GrPipeline::InputFlags pipelineFlags);
160 GrPipeline::InputFlags pipelineFlags
161 = GrPipeline::InputFlags::kNone,
180 GrPipeline::InputFlags pipelineFlags() const { return fPipelineFlags; }
189 GrPipeline::InputFlags fPipelineFlags;
220 GR_MAKE_BITFIELD_CLASS_OPS(GrSimpleMeshDrawOpHelper::InputFlags)