Home
last modified time | relevance | path

Searched refs:S_0085F0_VC_ACTION_ENA (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c172 (rctx->has_vertex_cache ? S_0085F0_VC_ACTION_ENA(1) in r600_flush_emit()
176 cp_coher_cntl |= rctx->has_vertex_cache ? S_0085F0_VC_ACTION_ENA(1) in r600_flush_emit()
183 (rctx->has_vertex_cache ? S_0085F0_VC_ACTION_ENA(1) : 0); in r600_flush_emit()
Devergreend.h2663 #define S_0085F0_VC_ACTION_ENA(x) (((unsigned)(x) & 0x1) << 24) macro
Dr600d.h3502 #define S_0085F0_VC_ACTION_ENA(x) (((unsigned)(x) & 0x1) << 24) macro