/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 72 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 154 case kFloat2x2_GrSLType: in grsltype_to_vk_size() 187 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_aligned_offset()
|
D | GrVkVaryingHandler.cpp | 48 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
D | GrVkPipelineStateDataManager.cpp | 302 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
|
/third_party/skia/src/gpu/ |
D | GrSPIRVUniformHandler.cpp | 68 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 137 case kFloat2x2_GrSLType: in grsltype_to_size() 167 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_offset()
|
D | GrSPIRVVaryingHandler.cpp | 46 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
D | GrUniformDataManager.cpp | 206 this->setMatrices<2, kFloat2x2_GrSLType, kHalf2x2_GrSLType>(u, 1, matrix); in setMatrix2f() 210 this->setMatrices<2, kFloat2x2_GrSLType, kHalf2x2_GrSLType>(u, arrayCount, m); in setMatrix2fv()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnUniformHandler.cpp | 78 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 155 case kFloat2x2_GrSLType: in grsltype_to_size() 183 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_offset()
|
D | GrDawnVaryingHandler.cpp | 48 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkUniformHandler.cpp | 61 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask() 131 case kFloat2x2_GrSLType: in grsltype_to_vk_size() 170 if (layout == GrVkUniformHandler::kStd140Layout && (arrayCount || type == kFloat2x2_GrSLType)) { in get_aligned_offset()
|
D | GrVkVaryingHandler.cpp | 43 case kFloat2x2_GrSLType: in grsltype_to_location_size()
|
D | GrVkPipelineStateDataManager.cpp | 144 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType); in setMatrix2fv()
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSL.cpp | 30 case kFloat2x2_GrSLType: return "float2x2"; in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 22 case kFloat2x2_GrSLType: in is_matrix()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCQuadraticShader.h | 41 const GrShaderVar fQCoordMatrix{"qcoord_matrix", kFloat2x2_GrSLType};
|
/third_party/flutter/skia/src/gpu/glsl/ |
D | GrGLSL.cpp | 39 case kFloat2x2_GrSLType: in GrGLSLTypeString()
|
D | GrGLSLVarying.h | 22 case kFloat2x2_GrSLType: in is_matrix()
|
/third_party/skia/include/private/ |
D | GrTypesPriv.h | 312 kFloat2x2_GrSLType, enumerator 378 case kFloat2x2_GrSLType: in SK_MAKE_BITFIELD_OPS() 447 case kFloat2x2_GrSLType: in GrSLTypeIsIntegralType() 520 case kFloat2x2_GrSLType: in GrSLTypeVecLength() 579 case kFloat2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
|
/third_party/skia/src/sksl/ |
D | SkSLUtil.cpp | 56 if (type == *context.fTypes.fFloat2x2) { *outType = kFloat2x2_GrSLType; return true; } in type_to_grsltype()
|
/third_party/flutter/skia/include/private/ |
D | GrTypesPriv.h | 355 kFloat2x2_GrSLType, enumerator 418 case kFloat2x2_GrSLType: in GR_MAKE_BITFIELD_OPS() 506 case kFloat2x2_GrSLType: in GrSLTypeVecLength() 564 case kFloat2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 41 case kFloat2x2_GrSLType: 107 case kFloat2x2_GrSLType:
|
D | GrMtlPipelineStateDataManager.mm | 101 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType);
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlUniformHandler.mm | 73 case kFloat2x2_GrSLType: 155 case kFloat2x2_GrSLType:
|
/third_party/flutter/skia/src/core/ |
D | SkNormalMapSource.cpp | 49 fXformUni = uniformHandler->addUniform(kFragment_GrShaderFlag, kFloat2x2_GrSLType, in emitCode()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 255 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 274 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
|