Home
last modified time | relevance | path

Searched refs:count8 (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A DUnicodeTest.cpp35 int count8 = font.textToGlyphs(text8, len8, SkTextEncoding::kUTF8, glyphs8, SK_ARRAY_COUNT(glyphs8)); in DEF_TEST() local
39 REPORTER_ASSERT(reporter, (int)len8 == count8); in DEF_TEST()
43 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs16, count8 * sizeof(uint16_t))); in DEF_TEST()
44 REPORTER_ASSERT(reporter, !memcmp(glyphs8, glyphs32, count8 * sizeof(uint16_t))); in DEF_TEST()
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.h840 uint64_t count8,
H A Dpvr_pds.c99 uint64_t count8, in pvr_pds_encode_ld_src0()
113 encoded |= ((count8 & PVR_ROGUE_PDSINST_LD_COUNT8_MASK) in pvr_pds_encode_ld_src0()
98 pvr_pds_encode_ld_src0(uint64_t dest, uint64_t count8, uint64_t src_add, bool cached, const struct pvr_device_info *dev_info) pvr_pds_encode_ld_src0() argument

Completed in 9 milliseconds