Home
last modified time | relevance | path

Searched refs:kFloat4x4_GrSLType (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp32 case kFloat4x4_GrSLType: return "float4x4"; in GrGLSLTypeString()
DGrGLSLVarying.h24 case kFloat4x4_GrSLType: in is_matrix()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSL.cpp43 case kFloat4x4_GrSLType: in GrGLSLTypeString()
DGrGLSLVarying.h24 case kFloat4x4_GrSLType: in is_matrix()
/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformHandler.cpp78 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
161 case kFloat4x4_GrSLType: in grsltype_to_vk_size()
DGrVkVaryingHandler.cpp54 case kFloat4x4_GrSLType: in grsltype_to_location_size()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUniformHandler.cpp84 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
162 case kFloat4x4_GrSLType: in grsltype_to_size()
DGrDawnVaryingHandler.cpp54 case kFloat4x4_GrSLType: in grsltype_to_location_size()
/third_party/skia/src/gpu/
DGrSPIRVUniformHandler.cpp74 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
144 case kFloat4x4_GrSLType: in grsltype_to_size()
DGrSPIRVVaryingHandler.cpp52 case kFloat4x4_GrSLType: in grsltype_to_location_size()
DGrUniformDataManager.cpp222 this->setMatrices<4, kFloat4x4_GrSLType, kHalf4x4_GrSLType>(u, 1, matrix); in setMatrix4f()
226 this->setMatrices<4, kFloat4x4_GrSLType, kHalf4x4_GrSLType>(u, arrayCount, m); in setMatrix4fv()
/third_party/skia/include/private/
DGrTypesPriv.h314 kFloat4x4_GrSLType, enumerator
380 case kFloat4x4_GrSLType: in SK_MAKE_BITFIELD_OPS()
449 case kFloat4x4_GrSLType: in GrSLTypeIsIntegralType()
522 case kFloat4x4_GrSLType: in GrSLTypeVecLength()
581 case kFloat4x4_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp49 case kFloat4x4_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp67 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
141 case kFloat4x4_GrSLType: in grsltype_to_vk_size()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h373 kFloat4x4_GrSLType, enumerator
436 case kFloat4x4_GrSLType: in GR_MAKE_BITFIELD_OPS()
524 case kFloat4x4_GrSLType: in GrSLTypeVecLength()
582 case kFloat4x4_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/sksl/
DSkSLUtil.cpp58 if (type == *context.fTypes.fFloat4x4) { *outType = kFloat4x4_GrSLType; return true; } in type_to_grsltype()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm45 case kFloat4x4_GrSLType:
111 case kFloat4x4_GrSLType:
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm79 case kFloat4x4_GrSLType:
161 case kFloat4x4_GrSLType:
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp139 return kFloat4x4_GrSLType; in uniformType()