Home
last modified time | relevance | path

Searched refs:kHalf3_GrSLType (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLBlend.cpp147 GrShaderVar("color", kHalf3_GrSLType), in add_lum_function()
158 GrShaderVar("hueSat", kHalf3_GrSLType), in add_lum_function()
160 GrShaderVar("lumColor", kHalf3_GrSLType), in add_lum_function()
177 fsBuilder->emitFunction(kHalf3_GrSLType, in add_lum_function()
190 GrShaderVar getSatArgs[] = { GrShaderVar("color", kHalf3_GrSLType) }; in add_sat_function()
220 fsBuilder->emitFunction(kHalf3_GrSLType, in add_sat_function()
227 GrShaderVar("hueLumColor", kHalf3_GrSLType), in add_sat_function()
228 GrShaderVar("satColor", kHalf3_GrSLType), in add_sat_function()
251 fsBuilder->emitFunction(kHalf3_GrSLType, in add_sat_function()
DGrGLSL.cpp19 case kHalf3_GrSLType: in GrGLSLTypeString()
/third_party/flutter/skia/src/gpu/
DGrPathProcessor.cpp57 coordTransform->getMatrix().hasPerspective() ? kHalf3_GrSLType in emitTransforms()
93 fInstalledTransforms[t].fType == kHalf3_GrSLType); in setData()
/third_party/skia/src/gpu/
DGrUniformDataManager.cpp40 case kHalf3_GrSLType: in copyUniforms()
166 this->set<3, kFloat3_GrSLType, kHalf3_GrSLType>(u, v); in set3f()
172 this->setv<3, kFloat3_GrSLType, kHalf3_GrSLType>(u, arrayCount, v); in set3fv()
DGrSPIRVVaryingHandler.cpp26 case kHalf3_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp61 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask()
118 case kHalf3_GrSLType: // fall through in grsltype_to_size()
/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp35 case kHalf3_GrSLType: return "half3"; in GrGLSLTypeString()
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp1770 fragBuilder->emitFunction(kHalf3_GrSLType, in emitCode()
1785 fragBuilder->emitFunction(kHalf3_GrSLType, in emitCode()
1866 GrShaderVar("normal", kHalf3_GrSLType), in emitLightFunc()
1867 GrShaderVar("surfaceToLight", kHalf3_GrSLType), in emitLightFunc()
1868 GrShaderVar("lightColor", kHalf3_GrSLType) in emitLightFunc()
1962 GrShaderVar("normal", kHalf3_GrSLType), in emitLightFunc()
1963 GrShaderVar("surfaceToLight", kHalf3_GrSLType), in emitLightFunc()
1964 GrShaderVar("lightColor", kHalf3_GrSLType) in emitLightFunc()
1990 fColorUni = uniformHandler->addUniform(kFragment_GrShaderFlag, kHalf3_GrSLType, "LightColor"); in emitLightColorUniform()
2019 fDirectionUni = uniformHandler->addUniform(kFragment_GrShaderFlag, kHalf3_GrSLType, in emitSurfaceToLight()
[all …]
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp1795 fragBuilder->emitFunction(kHalf3_GrSLType, in emitCode()
1808 fragBuilder->emitFunction(kHalf3_GrSLType, in emitCode()
1864 GrShaderVar("normal", kHalf3_GrSLType), in emitLightFunc()
1865 GrShaderVar("surfaceToLight", kHalf3_GrSLType), in emitLightFunc()
1866 GrShaderVar("lightColor", kHalf3_GrSLType) in emitLightFunc()
1968 GrShaderVar("normal", kHalf3_GrSLType), in emitLightFunc()
1969 GrShaderVar("surfaceToLight", kHalf3_GrSLType), in emitLightFunc()
1970 GrShaderVar("lightColor", kHalf3_GrSLType) in emitLightFunc()
1996 fColorUni = uniformHandler->addUniform(owner, kFragment_GrShaderFlag, kHalf3_GrSLType, in emitLightColorUniform()
2028 fDirectionUni = uniformHandler->addUniform(owner, kFragment_GrShaderFlag, kHalf3_GrSLType, in emitSurfaceToLight()
[all …]
/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformHandler.cpp57 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask()
139 case kHalf3_GrSLType: // fall through in grsltype_to_vk_size()
DGrVkVaryingHandler.cpp23 case kHalf3_GrSLType: in grsltype_to_location_size()
DGrVkPipelineStateDataManager.cpp181 SkASSERT(uni.fType == kFloat3_GrSLType || uni.fType == kHalf3_GrSLType); in set3f()
193 SkASSERT(uni.fType == kFloat3_GrSLType || uni.fType == kHalf3_GrSLType); in set3fv()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp23 case kHalf3_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp54 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask()
112 case kHalf3_GrSLType: // fall through in grsltype_to_vk_size()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUniformHandler.cpp63 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask()
140 case kHalf3_GrSLType: // fall through in grsltype_to_size()
DGrDawnVaryingHandler.cpp23 case kHalf3_GrSLType: in grsltype_to_location_size()
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp175 SkASSERT(uni.fType == kFloat3_GrSLType || uni.fType == kHalf3_GrSLType); in set3f()
186 SkASSERT(uni.fType == kFloat3_GrSLType || uni.fType == kHalf3_GrSLType); in set3fv()
310 fragmentInput.fType == kHalf3_GrSLType))); in setPathFragmentInputTransform()
/third_party/flutter/skia/src/gpu/effects/
DGrShadowGeoProc.cpp68 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
/third_party/skia/include/private/
DGrTypesPriv.h317 kHalf3_GrSLType, enumerator
383 case kHalf3_GrSLType: in SK_MAKE_BITFIELD_OPS()
452 case kHalf3_GrSLType: in GrSLTypeIsIntegralType()
503 case kHalf3_GrSLType: in GrSLTypeVecLength()
584 case kHalf3_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/effects/
DGrShadowGeoProc.cpp58 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp156 SkASSERT(uni.fType == kFloat3_GrSLType || uni.fType == kHalf3_GrSLType); in set3f()
167 SkASSERT(uni.fType == kFloat3_GrSLType || uni.fType == kHalf3_GrSLType); in set3fv()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h376 kHalf3_GrSLType, enumerator
439 case kHalf3_GrSLType: in GR_MAKE_BITFIELD_OPS()
505 case kHalf3_GrSLType: in GrSLTypeVecLength()
585 case kHalf3_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/sksl/
DSkSLUtil.cpp61 if (type == *context.fTypes.fHalf3 ) { *outType = kHalf3_GrSLType; return true; } in type_to_grsltype()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.cpp30 fCoverages.reset(kHalf3_GrSLType, scope); in onEmitVaryings()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm60 case kHalf3_GrSLType:
126 case kHalf3_GrSLType:

12