Searched refs:__V_ (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_format.c | 54 #define __V_ PIPE_BIND_VERTEX_BUFFER macro 58 #define S_V_ (S___ | __V_) 59 #define SRV_ (SR__ | __V_) 60 #define SBV_ (SB__ | __V_) 85 _(R8G8B8A8_UNORM , __V_), 99 _(R8G8B8_UNORM , __V_), 111 _(R16G16_SNORM , __V_), 112 _(R16G16B16_SNORM , __V_), 113 _(R16G16B16A16_SNORM , __V_), 114 _(R8G8B8A8_USCALED , __V_), [all …]
|