Searched refs:R300_OUT_SIGN (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/ | ||
D | r300_texture.c | 679 modifier |= R300_OUT_SIGN(0xf); in r300_translate_out_fmt() |
D | r300_reg.h | 1885 # define R300_OUT_SIGN(x) ((x) << 16) macro |