Home
last modified time | relevance | path

Searched refs:storeSwizzle (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrDataUtils.cpp606 auto storeSwizzle = get_dst_swizzle_and_store(dst.colorType(), in GrConvertPixels() local
621 loadStoreSwizzle = GrSwizzle::Concat(loadSwizzle, storeSwizzle); in GrConvertPixels()
681 storeSwizzle.apply(&pipeline); in GrConvertPixels()
721 GrSwizzle storeSwizzle = get_dst_swizzle_and_store(dstInfo.colorType(), &store, &lumMode, in GrClearImage() local
744 storeSwizzle.apply(&pipeline); in GrClearImage()
/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp550 auto storeSwizzle = get_dst_swizzle_and_store(dstInfo.colorType(), &store, &dstIsNormalized, in GrConvertPixels() local
564 loadStoreSwizzle = GrSwizzle::Concat(loadSwizzle, storeSwizzle); in GrConvertPixels()
612 storeSwizzle.apply(&pipeline); in GrConvertPixels()