Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_VOTE_ANY (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h574 #define TGSI_OPCODE_VOTE_ANY 223 macro
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c265 { 1, 1, 0, 0, 0, 0, 0, COMP, "VOTE_ANY", TGSI_OPCODE_VOTE_ANY },
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp585 case TGSI_OPCODE_VOTE_ANY: in inferSrcType()
904 case TGSI_OPCODE_VOTE_ANY: return NV50_IR_SUBOP_VOTE_ANY; in opcodeToSubOp()
3289 case TGSI_OPCODE_VOTE_ANY: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2297 emit_asm(ir, TGSI_OPCODE_VOTE_ANY, result_dst, op[0]); in visit_expression()