Home
last modified time | relevance | path

Searched refs:getCodeSize (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target.h108 inline uint32_t getCodeSize() const { return codeSize; } in getCodeSize() function
Dnv50_ir_target.cpp374 assert(emit->getCodeSize() == fn->binPos); in emitBinary()