Home
last modified time | relevance | path

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

/external/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()
Dr600_pipe.c183 rctx->has_vertex_cache = !(rctx->b.family == CHIP_RV610 || in r600_create_context()
198 rctx->has_vertex_cache = !(rctx->b.family == CHIP_CEDAR || in r600_create_context()
Dr600_pipe.h496 boolean has_vertex_cache; member