Searched refs:rs_discard_state (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 136 void *rs_discard_state; member in struct:blitter_context_priv 305 ctx->rs_discard_state = pipe->create_rasterizer_state(pipe, &rs_state); 367 return ctx->rs_discard_state; 513 if (ctx->rs_discard_state) 514 pipe->delete_rasterizer_state(pipe, ctx->rs_discard_state); 2537 pipe->bind_rasterizer_state(pipe, ctx->rs_discard_state); 2604 pipe->bind_rasterizer_state(pipe, ctx->rs_discard_state);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 126 void *rs_state, *rs_state_scissor, *rs_discard_state; member in struct:blitter_context_priv 289 ctx->rs_discard_state = pipe->create_rasterizer_state(pipe, &rs_state); 464 if (ctx->rs_discard_state) 465 pipe->delete_rasterizer_state(pipe, ctx->rs_discard_state); 2402 pipe->bind_rasterizer_state(pipe, ctx->rs_discard_state); 2469 pipe->bind_rasterizer_state(pipe, ctx->rs_discard_state);
|
Completed in 8 milliseconds