Searched refs:tgsi_divmod (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c5742 static int tgsi_divmod(struct r600_shader_ctx *ctx, int mod, int signed_op) function in typeref:typename:int
6510 return tgsi_divmod(ctx, 0, 0);
6515 return tgsi_divmod(ctx, 1, 0);
6520 return tgsi_divmod(ctx, 0, 1);
6525 return tgsi_divmod(ctx, 1, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c5840 static int tgsi_divmod(struct r600_shader_ctx *ctx, int mod, int signed_op) function in typeref:typename:int
6608 return tgsi_divmod(ctx, 0, 0);
6613 return tgsi_divmod(ctx, 1, 0);
6618 return tgsi_divmod(ctx, 0, 1);
6623 return tgsi_divmod(ctx, 1, 1);

Completed in 29 milliseconds