Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp91 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()
DGrGLSLProgramBuilder.h53 SkASSERT(GrProcessor::CustomFeatures::kSampleLocations & fProgramInfo.requestedFeatures()); in effectiveSampleCnt()
/external/skia/src/gpu/
DGrDDLContext.cpp83 if (programInfo->requestedFeatures() & GrProcessor::CustomFeatures::kSampleLocations) { in recordProgramInfo()
DGrOpsRenderPass.cpp79 if (GrProcessor::CustomFeatures::kSampleLocations & processorFeatures) { in bindPipeline()
DGrProcessor.h201 kSampleLocations = 1 << 0, enumerator
DGrProgramDesc.cpp223 if (programInfo.requestedFeatures() & GrProcessor::CustomFeatures::kSampleLocations) { in Build()
/external/skia/src/gpu/ccpr/
DGrSampleMaskProcessor.cpp87 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in reset()
/external/skia/gm/
Dsamplelocations.cpp119 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in SampleLocationsTestProcessor()
/external/skia/src/gpu/ops/
DGrFillRRectOp.cpp220 this->setWillUseCustomFeature(CustomFeatures::kSampleLocations); in Processor()