Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c943 OUT_CS(vertex_array_count | (!indexed ? R300_VC_FORCE_PREFETCH : 0)); in r300_emit_vertex_arrays()
1043 OUT_CS(1 | (!indexed ? R300_VC_FORCE_PREFETCH : 0)); in r300_emit_vertex_arrays_swtcl()
Dr300_reg.h3482 # define R300_VC_FORCE_PREFETCH (1 << 5) macro