Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1559 emit_select_op(struct svga_shader_emitter *emit, in emit_select_op() function
2831 return emit_select_op( emit, PIPE_FUNC_EQUAL, insn ); in svga_emit_instruction()
2834 return emit_select_op( emit, PIPE_FUNC_NOTEQUAL, insn ); in svga_emit_instruction()
2837 return emit_select_op( emit, PIPE_FUNC_GREATER, insn ); in svga_emit_instruction()
2840 return emit_select_op( emit, PIPE_FUNC_GEQUAL, insn ); in svga_emit_instruction()
2843 return emit_select_op( emit, PIPE_FUNC_LESS, insn ); in svga_emit_instruction()
2846 return emit_select_op( emit, PIPE_FUNC_LEQUAL, insn ); in svga_emit_instruction()