Searched refs:swr_change_rt (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp892 swr_change_rt(struct swr_context *ctx, function in typeref:typename:bool
1090 need_fence |= swr_change_rt(
1094 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_COLOR0 + i, NULL);
1100 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_DEPTH, fb->zsbuf);
1102 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_DEPTH, NULL);
1105 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_STENCIL, fb->zsbuf);
1107 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_STENCIL, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1016 swr_change_rt(struct swr_context *ctx, function in typeref:typename:bool
1236 need_fence |= swr_change_rt(
1240 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_COLOR0 + i, NULL);
1246 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_DEPTH, fb->zsbuf);
1248 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_DEPTH, NULL);
1251 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_STENCIL, fb->zsbuf);
1253 need_fence |= swr_change_rt(ctx, SWR_ATTACHMENT_STENCIL, NULL);

Completed in 7 milliseconds