Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h806 struct tgsi_instruction_memory struct
808 unsigned Qualifier : 4; /* TGSI_MEMORY_ */
809 unsigned Texture : 8; /* only for images: TGSI_TEXTURE_ */
810 unsigned Format : 10; /* only for images: PIPE_FORMAT_ */
811 unsigned Padding : 10;
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_shader_tokens.h813 struct tgsi_instruction_memory struct
815 unsigned Qualifier : 3; /* TGSI_MEMORY_ */
816 unsigned Texture : 8; /* only for images: TGSI_TEXTURE_ */
817 unsigned Format : 10; /* only for images: PIPE_FORMAT_ */
818 unsigned Padding : 11;