Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp838 struct RelDegree { struct in nv50_ir::GCRA
839 uint8_t data[17][17];
841 RelDegree() { in RelDegree() function
847 const uint8_t* operator[](std::size_t i) const { in operator []()