Searched refs:bind_gs_state (Results 1 - 25 of 62) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c44 bind_gs_state(struct svga_context *svga, function in typeref:typename:void
179 bind_gs_state(svga, gs);
272 bind_gs_state(svga, svga->curr.user_gs);
279 bind_gs_state(svga, svga->curr.user_gs);
H A Dsvga_pipe_gs.c137 svga->pipe.bind_gs_state = svga_bind_gs_state;
H A Dsvga_pipe_vs.c157 svga->pipe.bind_gs_state(&svga->pipe, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_gs.c114 llvmpipe->pipe.bind_gs_state = llvmpipe_bind_gs_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_gs.c117 llvmpipe->pipe.bind_gs_state = llvmpipe_bind_gs_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_tgsi_transform.c47 bind_gs_state(struct svga_context *svga, function in typeref:typename:void
85 svga->pipe.bind_gs_state(&svga->pipe, shader);
347 bind_gs_state(svga, gs);
471 bind_gs_state(svga, svga->curr.user_gs);
478 bind_gs_state(svga, svga->curr.user_gs);
H A Dsvga_pipe_gs.c131 svga->pipe.bind_gs_state = svga_bind_gs_state;
H A Dsvga_pipe_vs.c157 svga->pipe.bind_gs_state(&svga->pipe, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h60 CALL(bind_gs_state)
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h72 CALL(bind_gs_state)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dtri-gs.c158 ctx->bind_gs_state(ctx, handle);
H A Dgs-test.c312 ctx->bind_gs_state(ctx, handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c283 ctx->bind_gs_state = noop_bind_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c203 pctx->bind_gs_state = fd_gs_state_bind;
H A Dfreedreno_blitter.c252 pctx->bind_gs_state(pctx, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDraw.cpp86 pipe->bind_gs_state(pipe, gs->handle);
H A DShader.cpp717 assert(pipe->bind_gs_state);
723 pipe->bind_gs_state(pipe, state);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dtri-gs.c163 ctx->bind_gs_state(ctx, handle);
H A Dgs-test.c317 ctx->bind_gs_state(ctx, handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h235 void (*bind_gs_state)(struct pipe_context *, void *); member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c443 pipe->bind_gs_state = softpipe_bind_gs_state;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c388 ctx->pipe->bind_gs_state(ctx->pipe, NULL);
903 ctx->pipe->bind_gs_state(ctx->pipe, handle);
911 ctx->pipe->bind_gs_state(ctx->pipe, NULL);
936 ctx->pipe->bind_gs_state(ctx->pipe, ctx->geometry_shader_saved);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h365 void (*bind_gs_state)(struct pipe_context *, void *); member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_shader.c491 pipe->bind_gs_state = softpipe_bind_gs_state;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c440 ctx->bind_gs_state = noop_bind_state;

Completed in 40 milliseconds

123