Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSLTypeShared.h51 kUInt4, enumerator
108 case SkSLType::kUInt4: in SkSLTypeIsFloatType()
135 case SkSLType::kUInt4: in SkSLTypeIsIntegralType()
204 case SkSLType::kUInt4: in SkSLTypeVecLength()
DSkSLTypeShared.cpp46 case SkSLType::kUInt4: return "uint4"; in SkSLTypeString()
98 case SkSLType::kUInt4: in SkSLTypeIsFullPrecisionNumericType()
152 case SkSLType::kUInt4: in SkSLTypeMatrixSize()
194 case SkSLType::kUInt4: in SkSLTypeIsCombinedSamplerType()
/external/skia/src/gpu/ganesh/vk/
DGrVkVaryingHandler.cpp39 case SkSLType::kUInt4: in sksltype_to_location_size()
DGrVkUniformHandler.cpp47 case SkSLType::kUInt4: in sksltype_to_alignment_mask()
129 case SkSLType::kUInt4: in sksltype_to_vk_size()
/external/skia/src/gpu/ganesh/
DGrSPIRVVaryingHandler.cpp42 case SkSLType::kUInt4: in sksltype_to_location_size()
DGrSPIRVUniformHandler.cpp53 case SkSLType::kUInt4: in sksltype_to_alignment_mask()
134 case SkSLType::kUInt4: in sksltype_to_size()
/external/skia/src/sksl/
DSkSLUtil.cpp84 if (type.matches(*context.fTypes.fUInt4 )) { *outType = SkSLType::kUInt4; return true; } in type_to_sksltype()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlUniformHandler.mm38 case SkSLType::kUInt4:
104 case SkSLType::kUInt4:
/external/skia/src/gpu/graphite/
DUniformManager.cpp357 case SkSLType::kUInt4: in sksltype_to_alignment_mask()
442 case SkSLType::kUShort4: return SkSLType::kUInt4; in getUniformTypeForLayout()