Home
last modified time | relevance | path

Searched refs:stream_loc_notcl (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c133 int* vs_output_tab = r300->stream_loc_notcl; in r300_swtcl_vertex_psc()
318 int *stream_loc_notcl = r300->stream_loc_notcl; in r300_update_rs_block() local
341 stream_loc_notcl[loc++] = 0; in r300_update_rs_block()
346 stream_loc_notcl[loc++] = 1; in r300_update_rs_block()
357 stream_loc_notcl[loc++] = 2 + i; in r300_update_rs_block()
393 stream_loc_notcl[loc++] = 4 + i; in r300_update_rs_block()
402 stream_loc_notcl[loc++] = 6 + tex_count; in r300_update_rs_block()
453 stream_loc_notcl[loc++] = 2 + col_count; in r300_update_rs_block()
497 stream_loc_notcl[loc++] = 6 + tex_count; in r300_update_rs_block()
546 stream_loc_notcl[loc++] = 6 + tex_count; in r300_update_rs_block()
[all …]
Dr300_context.h563 int stream_loc_notcl[16]; member