Home
last modified time | relevance | path

Searched refs:kShort3_GrSLType (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrUniformDataManager.cpp55 case kShort3_GrSLType: in copyUniforms()
155 this->set<3, kInt3_GrSLType, kShort3_GrSLType>(u, v); in set3i()
161 this->setv<3, kInt3_GrSLType, kShort3_GrSLType>(u, arrayCount, v); in set3iv()
DGrSPIRVVaryingHandler.cpp38 case kShort3_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp39 case kShort3_GrSLType: // fall through in grsltype_to_alignment_mask()
100 case kShort3_GrSLType: in grsltype_to_size()
/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp20 case kShort3_GrSLType: return "short3"; in GrGLSLTypeString()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp35 case kShort3_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp32 case kShort3_GrSLType: // fall through in grsltype_to_alignment_mask()
94 case kShort3_GrSLType: in grsltype_to_vk_size()
/third_party/skia/include/private/
DGrTypesPriv.h302 kShort3_GrSLType, enumerator
400 case kShort3_GrSLType: in SK_MAKE_BITFIELD_OPS()
427 case kShort3_GrSLType: in GrSLTypeIsIntegralType()
505 case kShort3_GrSLType: in GrSLTypeVecLength()
603 case kShort3_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp135 SkASSERT(uni.fType == kInt3_GrSLType || uni.fType == kShort3_GrSLType); in set3i()
146 SkASSERT(uni.fType == kInt3_GrSLType || uni.fType == kShort3_GrSLType); in set3iv()
/third_party/skia/src/sksl/
DSkSLUtil.cpp46 if (type == *context.fTypes.fShort3 ) { *outType = kShort3_GrSLType; return true; } in type_to_grsltype()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm56 case kShort3_GrSLType:
122 case kShort3_GrSLType: