Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h222 struct tgsi_declaration_image { struct
223 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */
224 unsigned Raw : 1;
225 unsigned Writable : 1;
226 unsigned Format : 10; /**< one of PIPE_FORMAT_ */
227 unsigned Padding : 12;