Searched refs:tgsi_divmod (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 2545 static int tgsi_divmod(struct r600_shader_ctx *ctx, int mod, int signed_op) in tgsi_divmod() function 3391 return tgsi_divmod(ctx, 0, 0); in tgsi_udiv() 3396 return tgsi_divmod(ctx, 1, 0); in tgsi_umod() 3401 return tgsi_divmod(ctx, 0, 1); in tgsi_idiv() 3406 return tgsi_divmod(ctx, 1, 1); in tgsi_imod()
|