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.cpp86 swr_store_dirty_resource(pipe, resource, SWR_TILE_RESOLVED); in swr_surface_destroy()
253 swr_store_dirty_resource(pipe, src, SWR_TILE_RESOLVED); in swr_resource_copy()
254 swr_store_dirty_resource(pipe, dst, SWR_TILE_RESOLVED); in swr_resource_copy()
288 swr_store_dirty_resource(pipe, info.src.resource, SWR_TILE_RESOLVED); in swr_blit()
Dswr_draw.cpp251 swr_store_dirty_resource(pipe, cb->texture, SWR_TILE_RESOLVED); in swr_flush()
256 SWR_TILE_RESOLVED); in swr_flush()
Dswr_state.cpp912 swr_store_render_target(&ctx->pipe, attachment, SWR_TILE_RESOLVED); in swr_change_rt()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h599 SWR_TILE_RESOLVED = 3, // is in sync with surface it represents enumerator
Dapi.cpp1481 pDC->FeWork.desc.discardInvalidateTiles.newTileState = SWR_TILE_RESOLVED; in SwrDiscardRect()