Home
last modified time | relevance | path

Searched refs:kHalf2x2_GrSLType (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/src/gpu/
DGrUniformDataManager.cpp42 case kHalf2x2_GrSLType: in copyUniforms()
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()
DGrSPIRVUniformHandler.cpp67 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask()
136 case kHalf2x2_GrSLType: // fall through in grsltype_to_size()
DGrSPIRVVaryingHandler.cpp47 case kHalf2x2_GrSLType: in grsltype_to_location_size()
/third_party/skia/src/gpu/glsl/
DGrGLSL.cpp37 case kHalf2x2_GrSLType: return "half2x2"; in GrGLSLTypeString()
DGrGLSLVarying.h25 case kHalf2x2_GrSLType: in is_matrix()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSL.cpp45 case kHalf2x2_GrSLType: in GrGLSLTypeString()
DGrGLSLVarying.h25 case kHalf2x2_GrSLType: in is_matrix()
/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformHandler.cpp71 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask()
153 case kHalf2x2_GrSLType: // fall through in grsltype_to_vk_size()
DGrVkVaryingHandler.cpp49 case kHalf2x2_GrSLType: in grsltype_to_location_size()
DGrVkPipelineStateDataManager.cpp303 uni.fType == kHalf2x2_GrSLType + (N - 2)); in setMatrices()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnUniformHandler.cpp77 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask()
154 case kHalf2x2_GrSLType: // fall through in grsltype_to_size()
DGrDawnVaryingHandler.cpp49 case kHalf2x2_GrSLType: in grsltype_to_location_size()
/third_party/skia/include/private/
DGrTypesPriv.h319 kHalf2x2_GrSLType, enumerator
385 case kHalf2x2_GrSLType: in SK_MAKE_BITFIELD_OPS()
454 case kHalf2x2_GrSLType: in GrSLTypeIsIntegralType()
523 case kHalf2x2_GrSLType: in GrSLTypeVecLength()
586 case kHalf2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp44 case kHalf2x2_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp60 case kHalf2x2_GrSLType: // fall through in grsltype_to_alignment_mask()
130 case kHalf2x2_GrSLType: // fall through in grsltype_to_vk_size()
DGrVkPipelineStateDataManager.cpp144 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType); in setMatrix2fv()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h378 kHalf2x2_GrSLType, enumerator
441 case kHalf2x2_GrSLType: in GR_MAKE_BITFIELD_OPS()
525 case kHalf2x2_GrSLType: in GrSLTypeVecLength()
587 case kHalf2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
/third_party/skia/src/sksl/
DSkSLUtil.cpp63 if (type == *context.fTypes.fHalf2x2 ) { *outType = kHalf2x2_GrSLType; return true; } in type_to_grsltype()
/third_party/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm64 case kHalf2x2_GrSLType:
130 case kHalf2x2_GrSLType:
DGrMtlPipelineStateDataManager.mm101 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType);
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm72 case kHalf2x2_GrSLType: // fall through
154 case kHalf2x2_GrSLType: // fall through
DGrMtlPipelineStateDataManager.mm291 uni.fType == kHalf2x2_GrSLType + (N - 2));
/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp256 uni.fType == kHalf2x2_GrSLType + (N - 2)); in setMatrices()
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp275 uni.fType == kHalf2x2_GrSLType + (N - 2)); in setMatrices()