Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSLTypeShared.h50 kUInt3, enumerator
107 case SkSLType::kUInt3: in SkSLTypeIsFloatType()
134 case SkSLType::kUInt3: in SkSLTypeIsIntegralType()
195 case SkSLType::kUInt3: in SkSLTypeVecLength()
DSkSLTypeShared.cpp45 case SkSLType::kUInt3: return "uint3"; in SkSLTypeString()
97 case SkSLType::kUInt3: in SkSLTypeIsFullPrecisionNumericType()
145 case SkSLType::kUInt3: in SkSLTypeMatrixSize()
193 case SkSLType::kUInt3: in SkSLTypeIsCombinedSamplerType()
/external/skia/src/gpu/ganesh/vk/
DGrVkVaryingHandler.cpp34 case SkSLType::kUInt3: in sksltype_to_location_size()
DGrVkUniformHandler.cpp45 case SkSLType::kUInt3: in sksltype_to_alignment_mask()
126 case SkSLType::kUInt3: in sksltype_to_vk_size()
/external/skia/src/gpu/ganesh/
DGrSPIRVVaryingHandler.cpp37 case SkSLType::kUInt3: in sksltype_to_location_size()
DGrSPIRVUniformHandler.cpp51 case SkSLType::kUInt3: in sksltype_to_alignment_mask()
131 case SkSLType::kUInt3: in sksltype_to_size()
/external/skia/src/sksl/
DSkSLUtil.cpp83 if (type.matches(*context.fTypes.fUInt3 )) { *outType = SkSLType::kUInt3; return true; } in type_to_sksltype()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlUniformHandler.mm35 case SkSLType::kUInt3:
101 case SkSLType::kUInt3:
/external/skia/src/gpu/graphite/
DUniformManager.cpp354 case SkSLType::kUInt3: in sksltype_to_alignment_mask()
438 case SkSLType::kUShort3: return SkSLType::kUInt3; in getUniformTypeForLayout()