Searched refs:tgsi_op2_s (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 4614 static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap, int trans_only) function in typeref:typename:int 4680 return tgsi_op2_s(ctx, 0, 0); 4685 return tgsi_op2_s(ctx, 1, 0); 4690 return tgsi_op2_s(ctx, 0, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 4703 static int tgsi_op2_s(struct r600_shader_ctx *ctx, int swap, int trans_only) function in typeref:typename:int 4778 return tgsi_op2_s(ctx, 0, 0); 4783 return tgsi_op2_s(ctx, 1, 0); 4788 return tgsi_op2_s(ctx, 0, 1);
|
Completed in 26 milliseconds