Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h251 #define NV50_IR_SUBOP_VOTE_ANY 1 macro
Dnv50_ir_from_tgsi.cpp904 case TGSI_OPCODE_VOTE_ANY: return NV50_IR_SUBOP_VOTE_ANY; in opcodeToSubOp()