Searched refs:swr_invalidate_render_target (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| H A D | swr_resource.h | 102 void swr_invalidate_render_target(struct pipe_context *pipe,
|
| H A D | swr_draw.cpp | 277 swr_invalidate_render_target(struct pipe_context *pipe, function in typeref:typename:void
|
| H A D | swr_state.cpp | 938 swr_invalidate_render_target(&ctx->pipe, attachment, sf->width, sf->height); 969 swr_invalidate_render_target(pipe, i, cb->width, cb->height); 983 swr_invalidate_render_target(pipe, SWR_ATTACHMENT_DEPTH, zb->width, zb->height); 984 swr_invalidate_render_target(pipe, SWR_ATTACHMENT_STENCIL, zb->width, zb->height);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| H A D | swr_resource.h | 103 void swr_invalidate_render_target(struct pipe_context *pipe,
|
| H A D | swr_draw.cpp | 317 swr_invalidate_render_target(struct pipe_context *pipe, function in typeref:typename:void
|
| H A D | swr_state.cpp | 1062 swr_invalidate_render_target(&ctx->pipe, attachment, sf->width, sf->height); 1093 swr_invalidate_render_target(pipe, i, cb->width, cb->height); 1107 swr_invalidate_render_target(pipe, SWR_ATTACHMENT_DEPTH, zb->width, zb->height); 1108 swr_invalidate_render_target(pipe, SWR_ATTACHMENT_STENCIL, zb->width, zb->height);
|
Completed in 10 milliseconds