Searched refs:kHalf3x3_GrSLType (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrUniformDataManager.cpp | 43 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()
|
D | GrSPIRVVaryingHandler.cpp | 50 case kHalf3x3_GrSLType: in grsltype_to_location_size()
|
D | GrSPIRVUniformHandler.cpp | 70 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/ |
D | GrGLSL.cpp | 38 case kHalf3x3_GrSLType: return "half3x3"; in GrGLSLTypeString()
|
D | GrGLSLColorSpaceXformHelper.h | 36 fGamutXformVar = uniformHandler->addUniform(nullptr, visibility, kHalf3x3_GrSLType,
|
D | GrGLSLVarying.h | 26 case kHalf3x3_GrSLType: in is_matrix()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkVaryingHandler.cpp | 47 case kHalf3x3_GrSLType: in grsltype_to_location_size()
|
D | GrVkUniformHandler.cpp | 63 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/ |
D | GrTypesPriv.h | 320 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/ |
D | SkSLUtil.cpp | 64 if (type == *context.fTypes.fHalf3x3 ) { *outType = kHalf3x3_GrSLType; return true; } in type_to_grsltype()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 66 case kHalf3x3_GrSLType: 132 case kHalf3x3_GrSLType:
|
/third_party/skia/src/gpu/effects/ |
D | GrYUVtoRGBEffect.cpp | 291 kFragment_GrShaderFlag, kHalf3x3_GrSLType, "colorSpaceMatrix"); in onMakeProgramImpl()
|