Searched defs:r300_fragment_program_code (Results 1 – 1 of 1) sorted by relevance
196 struct r300_fragment_program_code { struct197 struct {200 } tex;202 struct {211 } alu;213 uint32_t config; /* US_CONFIG */214 uint32_t pixsize; /* US_PIXSIZE */215 uint32_t code_offset; /* US_CODE_OFFSET */216 uint32_t r400_code_offset_ext; /* US_CODE_EXT */217 uint32_t code_addr[4]; /* US_CODE_ADDR */[all …]