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.h249 struct r300_vertex_program_code { struct
250 int length;
251 union {
254 } body;
256 int pos_end;
257 int num_temporaries; /* Number of temp vars used by program */
258 int inputs[VSF_MAX_INPUTS];
259 int outputs[VSF_MAX_OUTPUTS];
260 unsigned last_input_read;
261 unsigned last_pos_write;
[all …]