Home
last modified time | relevance | path

Searched refs:SWR_TILE_RESOLVED (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp87 swr_store_dirty_resource(pipe, resource, SWR_TILE_RESOLVED); in swr_surface_destroy()
254 swr_store_dirty_resource(pipe, src, SWR_TILE_RESOLVED); in swr_resource_copy()
255 swr_store_dirty_resource(pipe, dst, SWR_TILE_RESOLVED); in swr_resource_copy()
Dswr_draw.cpp229 swr_store_dirty_resource(pipe, cb->texture, SWR_TILE_RESOLVED); in swr_flush()
Dswr_state.cpp841 swr_store_render_target(&ctx->pipe, attachment, SWR_TILE_RESOLVED); in swr_change_rt()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h548 SWR_TILE_RESOLVED = 3, // is in sync with surface it represents enumerator
Dapi.cpp1397 pDC->FeWork.desc.discardInvalidateTiles.newTileState = SWR_TILE_RESOLVED; in SwrDiscardRect()