Searched refs:kSampleLocations (Results 1 – 9 of 9) sorted by relevance
91 SkASSERT(CustomFeatures::kSampleLocations & fProgramBuilder->processorFeatures()); in sampleOffsets()92 SkDEBUGCODE(fUsedProcessorFeaturesThisStage_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()93 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in sampleOffsets()124 SkASSERT(CustomFeatures::kSampleLocations & fProgramBuilder->processorFeatures()); in applyFnToMultisampleMask()125 SkDEBUGCODE(fUsedProcessorFeaturesThisStage_DebugOnly |= CustomFeatures::kSampleLocations); in applyFnToMultisampleMask()126 SkDEBUGCODE(fUsedProcessorFeaturesAllStages_DebugOnly |= CustomFeatures::kSampleLocations); in applyFnToMultisampleMask()295 if (CustomFeatures::kSampleLocations & fProgramBuilder->processorFeatures()) { in onFinalize()
53 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & fProgramInfo.requestedFeatures()); in effectiveSampleCnt()
83 if (programInfo->requestedFeatures() & GrProcessor::CustomFeatures::kSampleLocations) { in recordProgramInfo()
79 if (GrProcessor::CustomFeatures::kSampleLocations & processorFeatures) { in bindPipeline()
201 kSampleLocations = 1 << 0, enumerator
223 if (programInfo.requestedFeatures() & GrProcessor::CustomFeatures::kSampleLocations) { in Build()
87 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in reset()
119 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in SampleLocationsTestProcessor()
220 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in Processor()