Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gv100.h216 case SV_LANEMASK_GE : id = 0x3c; break; in emitSYS()
Dnv50_ir.h530 SV_LANEMASK_GE, enumerator
Dnv50_ir_emit_gk110.cpp2312 case SV_LANEMASK_GE: return 0x3c; in getSRegEncoding()
Dnv50_ir_emit_nvc0.cpp2005 case SV_LANEMASK_GE: return 0x3c; in getSRegEncoding()
Dnv50_ir_emit_gm107.cpp284 case SV_LANEMASK_GE : id = 0x3c; break; in emitSYS()
Dnv50_ir_from_nir.cpp1588 return SV_LANEMASK_GE; in convert()
Dnv50_ir_from_tgsi.cpp466 case TGSI_SEMANTIC_SUBGROUP_GE_MASK: return nv50_ir::SV_LANEMASK_GE; in translateSysVal()