Searched refs:count8 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tests/ |
H A D | UnicodeTest.cpp | 35 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 D | pvr_pds.h | 840 uint64_t count8,
|
H A D | pvr_pds.c | 99 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