Searched refs:kSampleLocations (Results 1 – 8 of 8) sorted by relevance
88 SkASSERT(CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()); in sampleOffsets()89 SkDEBUGCODE(fUsedProcessorFeaturesThisStage_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()90 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()121 SkASSERT(CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()); in applyFnToMultisampleMask()122 SkDEBUGCODE(fUsedProcessorFeaturesThisStage_DebugOnly |= CustomFeatures::kSampleLocations); in applyFnToMultisampleMask()123 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in applyFnToMultisampleMask()285 if (CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()) { in onFinalize()
44 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & header().processorFeatures()); in effectiveSampleCnt()
97 if (GrProcessor::CustomFeatures::kSampleLocations & processorFeatures) { in draw()
206 kSampleLocations = 1 << 0, enumerator
240 if (processorFeatures & GrProcessor::CustomFeatures::kSampleLocations) { in Build()
87 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in reset()
103 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in SampleLocationsTestProcessor()
213 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in Processor()