Home
last modified time | relevance | path

Searched refs:SV_LANEMASK_LT (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_gv100.h213 case SV_LANEMASK_LT : id = 0x39; break; in emitSYS()
Dnv50_ir.h531 SV_LANEMASK_LT, enumerator
Dnv50_ir_emit_gk110.cpp2316 case SV_LANEMASK_LT: return 0x39; in getSRegEncoding()
Dnv50_ir_emit_nvc0.cpp2009 case SV_LANEMASK_LT: return 0x39; in getSRegEncoding()
Dnv50_ir_emit_gm107.cpp281 case SV_LANEMASK_LT : id = 0x39; break; in emitSYS()
Dnv50_ir_from_nir.cpp1620 return SV_LANEMASK_LT; in convert()
Dnv50_ir_from_tgsi.cpp463 case TGSI_SEMANTIC_SUBGROUP_LT_MASK: return nv50_ir::SV_LANEMASK_LT; in translateSysVal()