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.c1616 emit_select_op(struct svga_shader_emitter *emit, in emit_select_op() function
2951 return emit_select_op( emit, PIPE_FUNC_EQUAL, insn ); in svga_emit_instruction()
2954 return emit_select_op( emit, PIPE_FUNC_NOTEQUAL, insn ); in svga_emit_instruction()
2957 return emit_select_op( emit, PIPE_FUNC_GREATER, insn ); in svga_emit_instruction()
2960 return emit_select_op( emit, PIPE_FUNC_GEQUAL, insn ); in svga_emit_instruction()
2963 return emit_select_op( emit, PIPE_FUNC_LESS, insn ); in svga_emit_instruction()
2966 return emit_select_op( emit, PIPE_FUNC_LEQUAL, insn ); in svga_emit_instruction()