Searched refs:TO_INT (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 134 #define TO_INT(x) (x) macro 212 ATTRIB(R32G32B32A32_UINT, 4, uint32_t, unsigned, TO_INT) 213 ATTRIB(R32G32B32_UINT, 3, uint32_t, unsigned, TO_INT) 214 ATTRIB(R32G32_UINT, 2, uint32_t, unsigned, TO_INT) 215 ATTRIB(R32_UINT, 1, uint32_t, unsigned, TO_INT) 217 ATTRIB(R16G16B16A16_UINT, 4, uint32_t, ushort, TO_INT) 218 ATTRIB(R16G16B16_UINT, 3, uint32_t, ushort, TO_INT) 219 ATTRIB(R16G16_UINT, 2, uint32_t, ushort, TO_INT) 220 ATTRIB(R16_UINT, 1, uint32_t, ushort, TO_INT) 222 ATTRIB(R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT) [all …]
|