Home
last modified time | relevance | path

Searched refs:kUInt2 (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkSLTypeShared.h49 kUInt2, enumerator
106 case SkSLType::kUInt2: in SkSLTypeIsFloatType()
133 case SkSLType::kUInt2: in SkSLTypeIsIntegralType()
186 case SkSLType::kUInt2: in SkSLTypeVecLength()
DSkSLTypeShared.cpp44 case SkSLType::kUInt2: return "uint2"; in SkSLTypeString()
96 case SkSLType::kUInt2: in SkSLTypeIsFullPrecisionNumericType()
138 case SkSLType::kUInt2: in SkSLTypeMatrixSize()
192 case SkSLType::kUInt2: in SkSLTypeIsCombinedSamplerType()
/external/skia/src/gpu/ganesh/vk/
DGrVkVaryingHandler.cpp29 case SkSLType::kUInt2: in sksltype_to_location_size()
DGrVkUniformHandler.cpp42 case SkSLType::kUInt2: in sksltype_to_alignment_mask()
123 case SkSLType::kUInt2: in sksltype_to_vk_size()
/external/skia/src/gpu/ganesh/
DGrSPIRVVaryingHandler.cpp32 case SkSLType::kUInt2: in sksltype_to_location_size()
DGrSPIRVUniformHandler.cpp48 case SkSLType::kUInt2: in sksltype_to_alignment_mask()
128 case SkSLType::kUInt2: in sksltype_to_size()
/external/skia/src/sksl/
DSkSLUtil.cpp82 if (type.matches(*context.fTypes.fUInt2 )) { *outType = SkSLType::kUInt2; return true; } in type_to_sksltype()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlUniformHandler.mm31 case SkSLType::kUInt2:
97 case SkSLType::kUInt2:
/external/skia/src/gpu/graphite/
DUniformManager.cpp350 case SkSLType::kUInt2: in sksltype_to_alignment_mask()
434 case SkSLType::kUShort2: return SkSLType::kUInt2; in getUniformTypeForLayout()