Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1503 SVGA3dShaderInstToken setp_token; in emit_conditional() local
1511 setp_token = inst_token_setp(SVGA3DOPCOMP_LT); in emit_conditional()
1514 setp_token = inst_token_setp(SVGA3DOPCOMP_EQ); in emit_conditional()
1517 setp_token = inst_token_setp(SVGA3DOPCOMP_LE); in emit_conditional()
1520 setp_token = inst_token_setp(SVGA3DOPCOMP_GT); in emit_conditional()
1523 setp_token = inst_token_setp(SVGA3DOPCOMPC_NE); in emit_conditional()
1526 setp_token = inst_token_setp(SVGA3DOPCOMP_GE); in emit_conditional()
1545 if (!submit_op2( emit, setp_token, pred_reg, in emit_conditional()