Home
last modified time | relevance | path

Searched refs:kUShort2_GrSLType (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp23 case kUShort2_GrSLType: return "ushort2"; in GrGLSLTypeString()
/third_party/skia/src/gpu/
DGrSPIRVUniformHandler.cpp37 case kUShort2_GrSLType: in grsltype_to_alignment_mask()
106 case kUShort2_GrSLType: in grsltype_to_size()
DGrSPIRVVaryingHandler.cpp34 case kUShort2_GrSLType: in grsltype_to_location_size()
DGrUniformDataManager.cpp58 case kUShort2_GrSLType: in copyUniforms()
/third_party/skia/include/private/
DGrTypesPriv.h305 kUShort2_GrSLType, enumerator
403 case kUShort2_GrSLType: in SK_MAKE_BITFIELD_OPS()
430 case kUShort2_GrSLType: in GrSLTypeIsIntegralType()
497 case kUShort2_GrSLType: in GrSLTypeVecLength()
606 case kUShort2_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp31 case kUShort2_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp30 case kUShort2_GrSLType: in grsltype_to_alignment_mask()
100 case kUShort2_GrSLType: in grsltype_to_vk_size()
/third_party/skia/src/sksl/
DSkSLUtil.cpp49 if (type == *context.fTypes.fUShort2 ) { *outType = kUShort2_GrSLType; return true; } in type_to_grsltype()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm53 case kUShort2_GrSLType:
119 case kUShort2_GrSLType:
/third_party/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp230 caps.integerSupport() ? kUShort2_GrSLType : kFloat2_GrSLType}; in GrDistanceFieldA8TextGeoProc()
496 caps.integerSupport() ? kUShort2_GrSLType : kFloat2_GrSLType}; in GrDistanceFieldPathGeoProc()
809 caps.integerSupport() ? kUShort2_GrSLType : kFloat2_GrSLType}; in GrDistanceFieldLCDTextGeoProc()
DGrBitmapTextGeoProc.cpp142 caps.integerSupport() ? kUShort2_GrSLType : kFloat2_GrSLType}; in GrBitmapTextGeoProc()