/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSLBlend.cpp | 147 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()
|
D | GrGLSL.cpp | 19 case kHalf3_GrSLType: in GrGLSLTypeString()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathProcessor.cpp | 57 coordTransform->getMatrix().hasPerspective() ? kHalf3_GrSLType in emitTransforms() 93 fInstalledTransforms[t].fType == kHalf3_GrSLType); in setData()
|
/third_party/skia/src/gpu/ |
D | GrUniformDataManager.cpp | 40 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()
|
D | GrSPIRVVaryingHandler.cpp | 26 case kHalf3_GrSLType: in grsltype_to_location_size()
|
D | GrSPIRVUniformHandler.cpp | 61 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/ |
D | GrGLSL.cpp | 35 case kHalf3_GrSLType: return "half3"; in GrGLSLTypeString()
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkLightingImageFilter.cpp | 1770 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/ |
D | SkLightingImageFilter.cpp | 1795 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/ |
D | GrVkUniformHandler.cpp | 57 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask() 139 case kHalf3_GrSLType: // fall through in grsltype_to_vk_size()
|
D | GrVkVaryingHandler.cpp | 23 case kHalf3_GrSLType: in grsltype_to_location_size()
|
D | GrVkPipelineStateDataManager.cpp | 181 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/ |
D | GrVkVaryingHandler.cpp | 23 case kHalf3_GrSLType: in grsltype_to_location_size()
|
D | GrVkUniformHandler.cpp | 54 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/ |
D | GrDawnUniformHandler.cpp | 63 case kHalf3_GrSLType: // fall through in grsltype_to_alignment_mask() 140 case kHalf3_GrSLType: // fall through in grsltype_to_size()
|
D | GrDawnVaryingHandler.cpp | 23 case kHalf3_GrSLType: in grsltype_to_location_size()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 175 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/ |
D | GrShadowGeoProc.cpp | 68 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 317 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/ |
D | GrShadowGeoProc.cpp | 58 fInShadowParams = {"inShadowParams", kFloat3_GrVertexAttribType, kHalf3_GrSLType}; in GrRRectShadowGeoProc()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 156 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/ |
D | GrTypesPriv.h | 376 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/ |
D | SkSLUtil.cpp | 61 if (type == *context.fTypes.fHalf3 ) { *outType = kHalf3_GrSLType; return true; } in type_to_grsltype()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor.cpp | 30 fCoverages.reset(kHalf3_GrSLType, scope); in onEmitVaryings()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 60 case kHalf3_GrSLType: 126 case kHalf3_GrSLType:
|