Searched refs:tgsi_divmod (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 5844 static int tgsi_divmod(struct r600_shader_ctx *ctx, int mod, int signed_op) in tgsi_divmod() function 6612 return tgsi_divmod(ctx, 0, 0); in tgsi_udiv() 6617 return tgsi_divmod(ctx, 1, 0); in tgsi_umod() 6622 return tgsi_divmod(ctx, 0, 1); in tgsi_idiv() 6627 return tgsi_divmod(ctx, 1, 1); in tgsi_imod()
|
Completed in 12 milliseconds