Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c1558 emit_select_op(struct svga_shader_emitter *emit, in emit_select_op() function
2897 return emit_select_op( emit, PIPE_FUNC_EQUAL, insn ); in svga_emit_instruction()
2900 return emit_select_op( emit, PIPE_FUNC_NOTEQUAL, insn ); in svga_emit_instruction()
2903 return emit_select_op( emit, PIPE_FUNC_GREATER, insn ); in svga_emit_instruction()
2906 return emit_select_op( emit, PIPE_FUNC_GEQUAL, insn ); in svga_emit_instruction()
2909 return emit_select_op( emit, PIPE_FUNC_LESS, insn ); in svga_emit_instruction()
2912 return emit_select_op( emit, PIPE_FUNC_LEQUAL, insn ); in svga_emit_instruction()

Completed in 5 milliseconds