Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h250 struct r300_vertex_program_code { struct
251 int length;
252 union {
255 } body;
257 int pos_end;
258 int num_temporaries; /* Number of temp vars used by program */
259 int inputs[VSF_MAX_INPUTS];
260 int outputs[VSF_MAX_OUTPUTS];
261 unsigned last_input_read;
262 unsigned last_pos_write;
[all …]