Searched defs:r300_fragment_program_code (Results 1 – 1 of 1) sorted by relevance
189 struct r300_fragment_program_code { struct190 struct {193 } tex;195 struct {204 } alu;206 uint32_t config; /* US_CONFIG */207 uint32_t pixsize; /* US_PIXSIZE */208 uint32_t code_offset; /* US_CODE_OFFSET */209 uint32_t r400_code_offset_ext; /* US_CODE_EXT */210 uint32_t code_addr[4]; /* US_CODE_ADDR */[all …]