Home
last modified time | relevance | path

Searched defs:r300_vertex_program_code (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h262 struct r300_vertex_program_code { struct
263 int length;
264 union {
267 } body;
269 int pos_end;
270 int num_temporaries; /* Number of temp vars used by program */
271 int inputs[VSF_MAX_INPUTS];
272 int outputs[VSF_MAX_OUTPUTS];
273 unsigned last_input_read;
274 unsigned last_pos_write;
[all …]