Home
last modified time | relevance | path

Searched defs:MapCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json160 "MapCount": "CL_MEM_MAP_COUNT", string
H A DPackedCLEnums_autogen.h360 MapCount = 4, enumerator
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/
H A Dmap.bench.cpp65 int MapCount = std::min(max_maps, 1000000 / MapSize); in makeTestingSets() local