Searched defs:codeAndCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
H A Dcore_defs.h61 OpCodeAndWordCount(uint32_t codeAndCount) argument
62 : mOpCode((uint16_t)codeAndCount),
63 mWordCount((uint32_t)(codeAndCount >> 16)) {}

Completed in 661 milliseconds