Home
last modified time | relevance | path

Searched refs:BrigUInt64 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig-format.h818 struct BrigUInt64 struct
980 BrigUInt64 dim;
1148 BrigUInt64 offset;
1186 BrigUInt64 width;
1187 BrigUInt64 height;
1188 BrigUInt64 depth;
1189 BrigUInt64 array;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-util.h67 uint64_t gccbrig_to_uint64_t (const BrigUInt64 &brig_type);
H A Dbrig-util.cc169 gccbrig_to_uint64_t (const BrigUInt64 &brig_type) in gccbrig_to_uint64_t()