Searched refs:R300_VC_FORCE_PREFETCH (Results 1 – 2 of 2) sorted by relevance
943 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()
3482 # define R300_VC_FORCE_PREFETCH (1 << 5) macro