Home
last modified time | relevance | path

Searched refs:bind_vs_state (Results 1 – 25 of 60) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_vs.c94 llvmpipe->pipe.bind_vs_state = llvmpipe_bind_vs_state; in llvmpipe_init_vs_funcs()
/external/mesa3d/src/gallium/state_trackers/nine/
Dvertexshader9.c123 pipe->bind_vs_state(pipe, NULL); in NineVertexShader9_dtor()
138 pipe->bind_vs_state(pipe, NULL); in NineVertexShader9_dtor()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h57 CALL(bind_vs_state)
/external/mesa3d/src/gallium/tests/graw/
Dfs-frontface.c120 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dfs-write-z.c124 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtri-large.c86 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dfs-fragcoord.c98 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtri.c83 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtex-srgb.c99 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Docclusion-query.c126 info->ctx->bind_vs_state(info->ctx, handle); in set_vertex_shader()
Dquad-tex.c83 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtex-swizzle.c81 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtri-gs.c116 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dshader-leak.c115 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dtri-instanced.c168 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dquad-sample.c125 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c132 pctx->bind_vs_state = fd_vp_state_bind; in fd_prog_init()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c219 svga->pipe.bind_vs_state = svga_bind_vs_state; in svga_init_vs_functions()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h164 void (*bind_vs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c277 ctx->bind_vs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c262 pipe->bind_vs_state = nv30_vp_state_bind; in nv30_vertprog_init()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c388 ctx->pipe->bind_vs_state( ctx->pipe, NULL ); in cso_destroy_context()
688 ctx->pipe->bind_vs_state(ctx->pipe, handle); in cso_set_vertex_shader_handle()
696 ctx->pipe->bind_vs_state(ctx->pipe, NULL); in cso_delete_vertex_shader()
713 ctx->pipe->bind_vs_state(ctx->pipe, ctx->vertex_shader_saved); in cso_restore_vertex_shader()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c615 renderer->pipe->bind_vs_state(renderer->pipe, renderer->vs_ref); in vl_mc_render_ref()
642 renderer->pipe->bind_vs_state(renderer->pipe, renderer->vs_ycbcr); in vl_mc_render_ycbcr()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h230 void (*bind_vs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c439 pipe->bind_vs_state = softpipe_bind_vs_state; in softpipe_init_shader_funcs()

123