Home
last modified time | relevance | path

Searched refs:NV50_IR_SUBOP_VOTE_ALL (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h261 #define NV50_IR_SUBOP_VOTE_ALL 0 macro
Dnv50_ir_from_nir.cpp691 return NV50_IR_SUBOP_VOTE_ALL; in getSubOp()
Dnv50_ir_from_tgsi.cpp963 case TGSI_OPCODE_VOTE_ALL: return NV50_IR_SUBOP_VOTE_ALL; in opcodeToSubOp()