Home
last modified time | relevance | path

Searched refs:kHalf3x3_GrSLType (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/
DGrUniformDataManager.cpp43 case kHalf3x3_GrSLType: in copyUniforms()
214 this->setMatrices<3, kFloat3x3_GrSLType, kHalf3x3_GrSLType>(u, 1, matrix); in setMatrix3f()
218 this->setMatrices<3, kFloat3x3_GrSLType, kHalf3x3_GrSLType>(u, arrayCount, m); in setMatrix3fv()
DGrSPIRVVaryingHandler.cpp50 case kHalf3x3_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp70 case kHalf3x3_GrSLType: // fall through in grsltype_to_alignment_mask()
140 case kHalf3x3_GrSLType: // fall through in grsltype_to_size()
/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp38 case kHalf3x3_GrSLType: return "half3x3"; in GrGLSLTypeString()
DGrGLSLColorSpaceXformHelper.h36 fGamutXformVar = uniformHandler->addUniform(nullptr, visibility, kHalf3x3_GrSLType,
DGrGLSLVarying.h26 case kHalf3x3_GrSLType: in is_matrix()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp47 case kHalf3x3_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp63 case kHalf3x3_GrSLType: // fall through in grsltype_to_alignment_mask()
137 case kHalf3x3_GrSLType: // fall through in grsltype_to_vk_size()
/third_party/skia/include/private/
DGrTypesPriv.h320 kHalf3x3_GrSLType, enumerator
386 case kHalf3x3_GrSLType: in SK_MAKE_BITFIELD_OPS()
455 case kHalf3x3_GrSLType: in GrSLTypeIsIntegralType()
524 case kHalf3x3_GrSLType: in GrSLTypeVecLength()
587 case kHalf3x3_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/sksl/
DSkSLUtil.cpp64 if (type == *context.fTypes.fHalf3x3 ) { *outType = kHalf3x3_GrSLType; return true; } in type_to_grsltype()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm66 case kHalf3x3_GrSLType:
132 case kHalf3x3_GrSLType:
/third_party/skia/src/gpu/effects/
DGrYUVtoRGBEffect.cpp291 kFragment_GrShaderFlag, kHalf3x3_GrSLType, "colorSpaceMatrix"); in onMakeProgramImpl()