Searched defs:tgsi_instruction_memory (Results 1 – 2 of 2) sorted by relevance
786 struct tgsi_instruction_memory struct788 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;
812 struct tgsi_instruction_memory struct814 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;