Searched refs:S___ (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_format.c | 50 #define S___ PIPE_BIND_SAMPLER_VIEW macro 55 #define SR__ (S___ | _R__) 56 #define SB__ (S___ | _B__) 57 #define SZ__ (S___ | _Z__) 58 #define S_V_ (S___ | __V_) 67 _(L8_UNORM , S___), 68 _(L8_SNORM , S___), 69 _(L8_SRGB , S___), 70 _(I8_UNORM , S___), 71 _(I8_SNORM , S___), [all …]
|