Searched refs:kFloat4x4_GrSLType (Results 1 – 19 of 19) sorted by relevance
/third_party/skia/src/gpu/glsl/ |
D | GrGLSL.cpp | 32 case kFloat4x4_GrSLType: return "float4x4"; in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 24 case kFloat4x4_GrSLType: in is_matrix()
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSL.cpp | 43 case kFloat4x4_GrSLType: in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 24 case kFloat4x4_GrSLType: in is_matrix()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 78 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask() 161 case kFloat4x4_GrSLType: in grsltype_to_vk_size()
|
D | GrVkVaryingHandler.cpp | 54 case kFloat4x4_GrSLType: in grsltype_to_location_size()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnUniformHandler.cpp | 84 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask() 162 case kFloat4x4_GrSLType: in grsltype_to_size()
|
D | GrDawnVaryingHandler.cpp | 54 case kFloat4x4_GrSLType: in grsltype_to_location_size()
|
/third_party/skia/src/gpu/ |
D | GrSPIRVUniformHandler.cpp | 74 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask() 144 case kFloat4x4_GrSLType: in grsltype_to_size()
|
D | GrSPIRVVaryingHandler.cpp | 52 case kFloat4x4_GrSLType: in grsltype_to_location_size()
|
D | GrUniformDataManager.cpp | 222 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/ |
D | GrTypesPriv.h | 314 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/ |
D | GrVkVaryingHandler.cpp | 49 case kFloat4x4_GrSLType: in grsltype_to_location_size()
|
D | GrVkUniformHandler.cpp | 67 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask() 141 case kFloat4x4_GrSLType: in grsltype_to_vk_size()
|
/third_party/flutter/skia/include/private/ |
D | GrTypesPriv.h | 373 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/ |
D | SkSLUtil.cpp | 58 if (type == *context.fTypes.fFloat4x4) { *outType = kFloat4x4_GrSLType; return true; } in type_to_grsltype()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 45 case kFloat4x4_GrSLType: 111 case kFloat4x4_GrSLType:
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 79 case kFloat4x4_GrSLType: 161 case kFloat4x4_GrSLType:
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 139 return kFloat4x4_GrSLType; in uniformType()
|