Home
last modified time | relevance | path

Searched refs:kFloat2x2_GrSLType (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformHandler.cpp72 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()
DGrVkVaryingHandler.cpp48 case kFloat2x2_GrSLType: in grsltype_to_location_size()
DGrVkPipelineStateDataManager.cpp302 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
/third_party/skia/src/gpu/
DGrSPIRVUniformHandler.cpp68 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()
DGrSPIRVVaryingHandler.cpp46 case kFloat2x2_GrSLType: in grsltype_to_location_size()
DGrUniformDataManager.cpp206 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/
DGrDawnUniformHandler.cpp78 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()
DGrDawnVaryingHandler.cpp48 case kFloat2x2_GrSLType: in grsltype_to_location_size()
/third_party/skia/src/gpu/vk/
DGrVkUniformHandler.cpp61 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()
DGrVkVaryingHandler.cpp43 case kFloat2x2_GrSLType: in grsltype_to_location_size()
DGrVkPipelineStateDataManager.cpp144 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType); in setMatrix2fv()
/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp30 case kFloat2x2_GrSLType: return "float2x2"; in GrGLSLTypeString()
DGrGLSLVarying.h22 case kFloat2x2_GrSLType: in is_matrix()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCQuadraticShader.h41 const GrShaderVar fQCoordMatrix{"qcoord_matrix", kFloat2x2_GrSLType};
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSL.cpp39 case kFloat2x2_GrSLType: in GrGLSLTypeString()
DGrGLSLVarying.h22 case kFloat2x2_GrSLType: in is_matrix()
/third_party/skia/include/private/
DGrTypesPriv.h312 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/
DSkSLUtil.cpp56 if (type == *context.fTypes.fFloat2x2) { *outType = kFloat2x2_GrSLType; return true; } in type_to_grsltype()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h355 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/
DGrMtlUniformHandler.mm41 case kFloat2x2_GrSLType:
107 case kFloat2x2_GrSLType:
DGrMtlPipelineStateDataManager.mm101 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType);
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm73 case kFloat2x2_GrSLType:
155 case kFloat2x2_GrSLType:
/third_party/flutter/skia/src/core/
DSkNormalMapSource.cpp49 fXformUni = uniformHandler->addUniform(kFragment_GrShaderFlag, kFloat2x2_GrSLType, in emitCode()
/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp255 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp274 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()

12