Home
last modified time | relevance | path

Searched defs:tgsi_declaration_resource (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h175 struct tgsi_declaration_resource { struct
176 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */
177 unsigned Raw : 1;
178 unsigned Writable : 1;
179 unsigned Padding : 22;