Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h786 struct tgsi_instruction_memory struct
788 unsigned Qualifier : 3; /* TGSI_MEMORY_ */
789 unsigned Texture : 8; /* only for images: TGSI_TEXTURE_ */
790 unsigned Format : 10; /* only for images: PIPE_FORMAT_ */
791 unsigned Padding : 11;
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h812 struct tgsi_instruction_memory struct
814 unsigned Qualifier : 4; /* TGSI_MEMORY_ */
815 unsigned Texture : 8; /* only for images: TGSI_TEXTURE_ */
816 unsigned Format : 10; /* only for images: PIPE_FORMAT_ */
817 unsigned Padding : 10;