Home
last modified time | relevance | path

Searched refs:kR_F16 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/private/
DGrTypesPriv.h891 kR_F16, enumerator
930 case GrColorType::kR_F16: return kUnknown_SkColorType; in GrColorTypeToSkColorType()
995 case GrColorType::kR_F16: return kRed_SkColorChannelFlag; in GrColorTypeChannelFlags()
1152 case GrColorType::kR_F16: in GrGetColorTypeDesc()
1221 case GrColorType::kR_F16: return 2; in GrColorTypeBytesPerPixel()
1336 case GrColorType::kR_F16: return "kR_F16"; in GrColorTypeToStr()
/third_party/skia/src/gpu/
DGrDataUtils.cpp418 case GrColorType::kR_F16: in get_load_and_src_swizzle()
490 case GrColorType::kR_F16: swizzle = GrSwizzle("agbr"); in get_dst_swizzle_and_store()
DSkGr.cpp316 case GrColorType::kR_F16: in dither_range_for_config()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp486 info.fFormatColorType = GrColorType::kR_F16; in initFormatTable()
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm833 case MTLPixelFormatR16Float: return GrColorType::kR_F16;
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp2230 info.fDefaultColorType = GrColorType::kR_F16; in initFormatTable()