Home
last modified time | relevance | path

Searched refs:kFloat4x4_GrSLType (Results 1 – 18 of 18) sorted by relevance

/external/skqp/src/gpu/glsl/
DGrGLSL.cpp43 case kFloat4x4_GrSLType: in GrGLSLTypeString()
DGrGLSLVarying.h24 case kFloat4x4_GrSLType: in is_matrix()
/external/skia/src/gpu/glsl/
DGrGLSL.cpp40 case kFloat4x4_GrSLType: return "float4x4"; in GrGLSLTypeString()
DGrGLSLVarying.h24 case kFloat4x4_GrSLType: in is_matrix()
/external/skqp/include/private/
DGrTypesPriv.h367 kFloat4x4_GrSLType, enumerator
449 case kFloat4x4_GrSLType: in GrSLTypeIsFloatType()
536 case kFloat4x4_GrSLType: in GrSLTypeVecLength()
591 case kFloat4x4_GrSLType: in GrSLTypeIsCombinedSamplerType()
659 case kFloat4x4_GrSLType: in GrSLTypeAcceptsPrecision()
691 case kFloat4x4_GrSLType: in GrSLTypeTemporarilyAcceptsPrecision()
/external/skqp/src/gpu/vk/
DGrVkVaryingHandler.cpp54 case kFloat4x4_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp78 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
160 case kFloat4x4_GrSLType: in grsltype_to_vk_size()
/external/skia/src/gpu/
DGrSPIRVVaryingHandler.cpp58 case kFloat4x4_GrSLType: in grsltype_to_location_size()
DGrSPIRVUniformHandler.cpp85 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
167 case kFloat4x4_GrSLType: in grsltype_to_size()
/external/skia/src/gpu/vk/
DGrVkVaryingHandler.cpp55 case kFloat4x4_GrSLType: in grsltype_to_location_size()
DGrVkUniformHandler.cpp78 case kFloat4x4_GrSLType: in grsltype_to_alignment_mask()
168 case kFloat4x4_GrSLType: in grsltype_to_vk_size()
/external/skia/include/private/
DGrTypesPriv.h314 kFloat4x4_GrSLType, enumerator
382 case kFloat4x4_GrSLType: in GR_MAKE_BITFIELD_OPS()
467 case kFloat4x4_GrSLType: in GrSLTypeIsIntegralType()
548 case kFloat4x4_GrSLType: in GrSLTypeVecLength()
607 case kFloat4x4_GrSLType: in GrSLTypeIsCombinedSamplerType()
/external/skia/tests/sksl/fp/
DGrFunctionArgTypes.cpp25 …Float2x2_GrSLType), GrShaderVar("m3", kFloat3x3_GrSLType), GrShaderVar("m4", kFloat4x4_GrSLType) }; in emitCode()
DGrFunctionReturnTypes.cpp84 …fragBuilder->emitFunction(kFloat4x4_GrSLType, returns_float4x4_name.c_str(), {returns_float4x4_arg… in emitCode()
/external/skia/src/sksl/
DSkSLUtil.cpp60 if (type == *context.fTypes.fFloat4x4) { *outType = kFloat4x4_GrSLType; return true; } in type_to_grsltype()
/external/skia/src/gpu/mtl/
DGrMtlUniformHandler.mm82 case kFloat4x4_GrSLType:
166 case kFloat4x4_GrSLType:
/external/skqp/src/gpu/mtl/
DGrMtlUniformHandler.mm75 case kFloat4x4_GrSLType:
157 case kFloat4x4_GrSLType:
/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp106 return kFloat4x4_GrSLType; in uniformType()