Searched defs:r300_fragment_program_code (Results 1 – 1 of 1) sorted by relevance
178 struct r300_fragment_program_code { struct179 struct {182 } tex;184 struct {193 } alu;195 uint32_t config; /* US_CONFIG */196 uint32_t pixsize; /* US_PIXSIZE */197 uint32_t code_offset; /* US_CODE_OFFSET */198 uint32_t r400_code_offset_ext; /* US_CODE_EXT */199 uint32_t code_addr[4]; /* US_CODE_ADDR */[all …]