Home
last modified time | relevance | path

Searched refs:kSampleLocations (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp88 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()
DGrGLSLProgramBuilder.h44 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & header().processorFeatures()); in effectiveSampleCnt()
/third_party/flutter/skia/src/gpu/
DGrGpuCommandBuffer.cpp97 if (GrProcessor::CustomFeatures::kSampleLocations & processorFeatures) { in draw()
DGrProcessor.h206 kSampleLocations = 1 << 0, enumerator
DGrProgramDesc.cpp240 if (processorFeatures & GrProcessor::CustomFeatures::kSampleLocations) { in Build()
/third_party/flutter/skia/src/gpu/ccpr/
DGrSampleMaskProcessor.cpp87 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in reset()
/third_party/flutter/skia/gm/
Dsamplelocations.cpp103 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in SampleLocationsTestProcessor()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp213 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in Processor()