Searched refs:R300_EASY_TX_FORMAT (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture.c | 155 * Some special formats are translated directly using R300_EASY_TX_FORMAT, 159 * R300_EASY_TX_FORMAT swizzles the texture. 160 * Note the signature of R300_EASY_TX_FORMAT: 161 * R300_EASY_TX_FORMAT(B, G, R, A, FORMAT); 208 return R300_EASY_TX_FORMAT(X, Y, Z, ONE, YVYU422) | result; in r300_translate_texformat() 210 return R300_EASY_TX_FORMAT(X, Y, Z, ONE, VYUY422) | result; in r300_translate_texformat() 224 return R300_EASY_TX_FORMAT(X, Y, Z, ONE, YVYU422) | result; in r300_translate_texformat() 226 return R300_EASY_TX_FORMAT(X, Y, Z, ONE, VYUY422) | result; in r300_translate_texformat()
|
H A D | r300_reg.h | 1630 # define R300_EASY_TX_FORMAT(B, G, R, A, FMT) ( \ macro 1637 /* These can be ORed with result of R300_EASY_TX_FORMAT()
|
Completed in 13 milliseconds