Searched refs:SWR_TILE_RESOLVED (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 87 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()
|
D | swr_draw.cpp | 229 swr_store_dirty_resource(pipe, cb->texture, SWR_TILE_RESOLVED); in swr_flush()
|
D | swr_state.cpp | 841 swr_store_render_target(&ctx->pipe, attachment, SWR_TILE_RESOLVED); in swr_change_rt()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.h | 548 SWR_TILE_RESOLVED = 3, // is in sync with surface it represents enumerator
|
D | api.cpp | 1397 pDC->FeWork.desc.discardInvalidateTiles.newTileState = SWR_TILE_RESOLVED; in SwrDiscardRect()
|