Searched refs:__V_ (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 55 #define __V_ PIPE_BIND_VERTEX_BUFFER macro 60 #define S_V_ (S___ | __V_) 61 #define SRV_ (SR__ | __V_) 62 #define SBV_ (SB__ | __V_) 87 _(R8G8B8A8_UNORM , __V_), 101 _(R8G8B8_UNORM , __V_), 113 _(R16G16_SNORM , __V_), 114 _(R16G16B16_SNORM , __V_), 115 _(R16G16B16A16_SNORM , __V_), 116 _(R8G8B8A8_USCALED , __V_), [all …]
|