Home
last modified time | relevance | path

Searched defs:g16 (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrDataUtils.cpp273 uint16_t g16 = SkScalarRoundToInt(colorf.fG * 65535.0f); in fill_buffer_with_color() local
283 uint64_t g16 = SkScalarRoundToInt(colorf.fG * 65535.0f); in fill_buffer_with_color() local
/third_party/boost/libs/gil/test/legacy/
Dpixel.cpp298 gray16_pixel_t g16(34); in test_pixel() local
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c193 g16(unsigned char *b, int d) in g16() function
/third_party/skia/tests/
DMathTest.cpp525 static const PairRec<uint16_t> g16[] = { in DEF_TEST() local
/third_party/flutter/skia/tests/
DMathTest.cpp492 static const PairRec<uint16_t> g16[] = { in DEF_TEST() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h414 bool g16 : 1; /* GFX10+: derivatives are 16-bit; GFX<=9: must be equal to a16 */ member
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp2189 …const deInt16 g16 = finishUnquantize(interpolate(endpointStartG, endpointEndG, colorIndex, colo… in decompressBc6H() local
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c3554 uint32_t g16 = ((uint32_t)(0xFFFF & (argb_nonpremul >> 16))); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() local
3571 uint64_t g16 = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local
3582 uint64_t g16 = (g * (0x101 * 0xFFFF)) / a16; in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local
3593 uint64_t g16 = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32__as__color_u64() local