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.c1446 SVGA3dShaderInstToken setp_token; in emit_conditional() local
1454 setp_token = inst_token_setp(SVGA3DOPCOMP_LT); in emit_conditional()
1457 setp_token = inst_token_setp(SVGA3DOPCOMP_EQ); in emit_conditional()
1460 setp_token = inst_token_setp(SVGA3DOPCOMP_LE); in emit_conditional()
1463 setp_token = inst_token_setp(SVGA3DOPCOMP_GT); in emit_conditional()
1466 setp_token = inst_token_setp(SVGA3DOPCOMPC_NE); in emit_conditional()
1469 setp_token = inst_token_setp(SVGA3DOPCOMP_GE); in emit_conditional()
1488 if (!submit_op2( emit, setp_token, pred_reg, in emit_conditional()