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.h214 struct tgsi_declaration_image { struct
215 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */
216 unsigned Raw : 1;
217 unsigned Writable : 1;
218 unsigned Format : 10; /**< one of PIPE_FORMAT_ */
219 unsigned Padding : 12;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h228 struct tgsi_declaration_image { struct
229 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */
230 unsigned Raw : 1;
231 unsigned Writable : 1;
232 unsigned Format : 10; /**< one of PIPE_FORMAT_ */
233 unsigned Padding : 12;