Home
last modified time | relevance | path

Searched refs:V_0280A0_SWAP_STD (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600d_common.h129 #define V_0280A0_SWAP_STD 0x00000000 macro
Dr600_texture.c1671 return V_0280A0_SWAP_STD; in r600_translate_colorswap()
1679 return V_0280A0_SWAP_STD; /* X___ */ in r600_translate_colorswap()
1687 return V_0280A0_SWAP_STD; /* XY__ */ in r600_translate_colorswap()
1692 return (do_endian_swap ? V_0280A0_SWAP_STD : V_0280A0_SWAP_STD_REV); in r600_translate_colorswap()
1700 return (do_endian_swap ? V_0280A0_SWAP_STD_REV : V_0280A0_SWAP_STD); in r600_translate_colorswap()
1707 return V_0280A0_SWAP_STD; /* XYZW */ in r600_translate_colorswap()
Dr600d.h376 #define V_0280A0_SWAP_STD 0x00000000 macro