Home
last modified time | relevance | path

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

12

/external/skia/tests/sksl/fp/
DGrGrSLTypesAreSupported.cpp33 const GrShaderVar test_f2x2_args[] = { GrShaderVar("a", kFloat2x2_GrSLType) }; in emitCode()
59 fragBuilder->emitFunction(kFloat2x2_GrSLType, test_f2x2_name.c_str(), {test_f2x2_args, 1}, in emitCode()
DGrFunctionArgTypes.cpp25 …const GrShaderVar takes_float_matrix_args[] = { GrShaderVar("m2", kFloat2x2_GrSLType), GrShaderVar… in emitCode()
DGrFunctionReturnTypes.cpp78 …fragBuilder->emitFunction(kFloat2x2_GrSLType, returns_float2x2_name.c_str(), {returns_float2x2_arg… in emitCode()
/external/skia/src/gpu/
DGrSPIRVUniformHandler.cpp79 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask()
160 case kFloat2x2_GrSLType: in grsltype_to_size()
190 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_offset()
DGrSPIRVVaryingHandler.cpp52 case kFloat2x2_GrSLType: in grsltype_to_location_size()
DGrUniformDataManager.cpp268 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
/external/skqp/src/gpu/vk/
DGrVkUniformHandler.cpp72 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask()
153 case kFloat2x2_GrSLType: in grsltype_to_vk_size()
185 if (arrayCount || type == kFloat2x2_GrSLType) { in get_ubo_aligned_offset()
DGrVkVaryingHandler.cpp48 case kFloat2x2_GrSLType: in grsltype_to_location_size()
/external/skia/src/gpu/vk/
DGrVkUniformHandler.cpp72 case kFloat2x2_GrSLType: in grsltype_to_alignment_mask()
158 case kFloat2x2_GrSLType: in grsltype_to_vk_size()
197 if (layout == GrVkUniformHandler::kStd140Layout && (arrayCount || type == kFloat2x2_GrSLType)) { in get_aligned_offset()
DGrVkVaryingHandler.cpp49 case kFloat2x2_GrSLType: in grsltype_to_location_size()
DGrVkPipelineStateDataManager.cpp144 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType); in setMatrix2fv()
/external/skqp/src/gpu/glsl/
DGrGLSL.cpp39 case kFloat2x2_GrSLType: in GrGLSLTypeString()
DGrGLSLVarying.h22 case kFloat2x2_GrSLType: in is_matrix()
/external/skqp/src/gpu/ccpr/
DGrCCQuadraticShader.h38 const GrShaderVar fQCoordMatrix{"qcoord_matrix", kFloat2x2_GrSLType};
/external/skia/src/gpu/glsl/
DGrGLSL.cpp38 case kFloat2x2_GrSLType: return "float2x2"; in GrGLSLTypeString()
DGrGLSLVarying.h22 case kFloat2x2_GrSLType: in is_matrix()
/external/skqp/include/private/
DGrTypesPriv.h365 kFloat2x2_GrSLType, enumerator
447 case kFloat2x2_GrSLType: in GrSLTypeIsFloatType()
534 case kFloat2x2_GrSLType: in GrSLTypeVecLength()
589 case kFloat2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
657 case kFloat2x2_GrSLType: in GrSLTypeAcceptsPrecision()
689 case kFloat2x2_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
/external/skia/include/private/
DGrTypesPriv.h312 kFloat2x2_GrSLType, enumerator
380 case kFloat2x2_GrSLType: in GR_MAKE_BITFIELD_OPS()
465 case kFloat2x2_GrSLType: in GrSLTypeIsIntegralType()
546 case kFloat2x2_GrSLType: in GrSLTypeVecLength()
605 case kFloat2x2_GrSLType: in GrSLTypeIsCombinedSamplerType()
/external/skia/src/sksl/
DSkSLUtil.cpp58 if (type == *context.fTypes.fFloat2x2) { *outType = kFloat2x2_GrSLType; return true; } in type_to_grsltype()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm76 case kFloat2x2_GrSLType:
160 case kFloat2x2_GrSLType:
DGrMtlPipelineStateDataManager.mm98 SkASSERT(uni.fType == kFloat2x2_GrSLType || uni.fType == kHalf2x2_GrSLType);
/external/skqp/src/core/
DSkNormalMapSource.cpp49 fXformUni = uniformHandler->addUniform(kFragment_GrShaderFlag, kFloat2x2_GrSLType, in emitCode()
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm69 case kFloat2x2_GrSLType:
150 case kFloat2x2_GrSLType:
/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp255 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()
/external/skqp/src/gpu/gl/
DGrGLProgramDataManager.cpp274 SkASSERT(uni.fType == kFloat2x2_GrSLType + (N - 2) || in setMatrices()

12