Home
last modified time | relevance | path

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

/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/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/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/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/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp255 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()