HomeSort by relevance Sort by last modified time
    Searched refs:inst_token (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 314 if (!emit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, *src0 ))
570 if (!submit_op3(emit, inst_token( SVGA3DOP_LRP ), tmp, src0, src1, src2))
574 if (!submit_op1(emit, inst_token( SVGA3DOP_MOV ), dst, src( tmp )))
595 opcode = inst_token( SVGA3DOP_DEF );
603 opcode = inst_token( SVGA3DOP_DEFI );
612 opcode = inst_token( SVGA3DOP_NOP );
787 if (!submit_op1(emit, inst_token( SVGA3DOP_MOV ), tmp, src0))
790 if (!submit_op2( emit, inst_token( SVGA3DOP_ADD ), tmp, src( tmp ),
798 return submit_op1( emit, inst_token( SVGA3DOP_MOVA ),
808 SVGA3dShaderInstToken if_token = inst_token( SVGA3DOP_IFC )
    [all...]
svga_tgsi_decl_sm30.c 111 opcode = inst_token( SVGA3DOP_DCL );
375 opcode = inst_token( SVGA3DOP_DCL );
433 opcode = inst_token( SVGA3DOP_DCL );
502 opcode = inst_token( SVGA3DOP_DCL );
svga_tgsi_emit.h 249 inst_token( unsigned opcode ) function

Completed in 73 milliseconds