Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h213 struct tgsi_declaration_image { struct
214 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */
215 unsigned Raw : 1;
216 unsigned Writable : 1;
217 unsigned Format : 10; /**< one of PIPE_FORMAT_ */
218 unsigned Padding : 12;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h224 struct tgsi_declaration_image { struct
225 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */
226 unsigned Raw : 1;
227 unsigned Writable : 1;
228 unsigned Format : 10; /**< one of PIPE_FORMAT_ */
229 unsigned Padding : 12;