Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_vs.c116 llvmpipe->pipe.bind_vs_state = llvmpipe_bind_vs_state; in llvmpipe_init_vs_funcs()
/external/mesa3d/src/gallium/tests/graw/
Dfs-write-z.c121 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dfs-frontface.c117 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dfs-fragcoord.c95 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtri.c82 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()
Dtex-swizzle.c80 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtex-srgb.c98 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dquad-tex.c82 info.ctx->bind_vs_state(info.ctx, handle); in set_vertex_shader()
Dtri-gs.c117 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dshader-leak.c116 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dtri-instanced.c182 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dquad-sample.c126 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dfs-test.c245 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dvs-test.c205 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c192 svga->pipe.bind_vs_state = svga_bind_vs_state; in svga_init_vs_functions()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c305 ctx->pipe->bind_vs_state( ctx->pipe, NULL ); in cso_release_all()
593 ctx->pipe->bind_vs_state(ctx->pipe, handle); in cso_set_vertex_shader_handle()
602 ctx->pipe->bind_vs_state(ctx->pipe, NULL); in cso_delete_vertex_shader()
617 ctx->pipe->bind_vs_state(ctx->pipe, ctx->vertex_shader_saved); in cso_restore_vertex_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h169 void (*bind_vs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c299 ctx->bind_vs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_vertprog.c256 pipe->bind_vs_state = nv30_vp_state_bind; in nv30_vertprog_init()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c612 renderer->pipe->bind_vs_state(renderer->pipe, renderer->vs_ref); in vl_mc_render_ref()
637 renderer->pipe->bind_vs_state(renderer->pipe, renderer->vs_ycbcr); in vl_mc_render_ycbcr()
Dvl_matrix_filter.c310 filter->pipe->bind_vs_state(filter->pipe, filter->vs); in vl_matrix_filter_render()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c386 pipe->bind_vs_state = softpipe_bind_vs_state; in softpipe_init_shader_funcs()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c335 pipe->bind_vs_state(pipe, in identity_bind_vs_state()
907 id_pipe->base.bind_vs_state = identity_bind_vs_state; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c369 pipe->bind_vs_state(pipe, in galahad_context_bind_vs_state()
1029 GLHD_PIPE_INIT(bind_vs_state); in galahad_context_create()

12