Searched refs:kSampleLocations (Results 1 – 5 of 5) 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()219 if (CustomFeatures::kSampleLocations & fProgramBuilder->header().processorFeatures()) { in onFinalize()
44 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & header().processorFeatures()); in effectiveSampleCnt()
199 kSampleLocations = 1 << 0, enumerator
232 if (processorFeatures & GrProcessor::CustomFeatures::kSampleLocations) { in Build()
62 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in SampleLocationsTestProcessor()