Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A 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;
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A 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;