Searched refs:swr_store_dirty_resource (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_draw.cpp | 268 swr_store_dirty_resource(pipe, cb->texture, SWR_TILE_RESOLVED); in swr_flush() 272 swr_store_dirty_resource(pipe, ctx->framebuffer.zsbuf->texture, in swr_flush() 337 swr_store_dirty_resource(struct pipe_context *pipe, in swr_store_dirty_resource() function
|
D | swr_context.cpp | 86 swr_store_dirty_resource(pipe, resource, SWR_TILE_RESOLVED); in swr_surface_destroy() 112 swr_store_dirty_resource(pipe, resource, SWR_TILE_INVALID); in swr_transfer_map() 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()
|
D | swr_resource.h | 111 void swr_store_dirty_resource(struct pipe_context *pipe,
|