Searched defs:r300_fragment_program_code (Results 1 – 1 of 1) sorted by relevance
177 struct r300_fragment_program_code { struct178 struct {181 } tex;183 struct {192 } alu;194 uint32_t config; /* US_CONFIG */195 uint32_t pixsize; /* US_PIXSIZE */196 uint32_t code_offset; /* US_CODE_OFFSET */197 uint32_t r400_code_offset_ext; /* US_CODE_EXT */198 uint32_t code_addr[4]; /* US_CODE_ADDR */[all …]