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_pipe.c259 rctx->has_vertex_cache = !(rctx->family == CHIP_RV610 || in r600_create_context()
275 rctx->has_vertex_cache = !(rctx->family == CHIP_CEDAR || in r600_create_context()
Dr600_pipe.h329 boolean has_vertex_cache; member
Dr600_hw_context.c886 if (ctx->has_vertex_cache) { in r600_inval_vertex_cache()