Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_vs.c94 llvmpipe->pipe.bind_vs_state = llvmpipe_bind_vs_state; in llvmpipe_init_vs_funcs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h71 CALL(bind_vs_state)
/third_party/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()
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()
Dtri-large.c86 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()
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()
Docclusion-query.c127 info->ctx->bind_vs_state(info->ctx, handle); in set_vertex_shader()
Dshader-leak.c120 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dtri-gs.c121 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dtri-instanced.c173 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dquad-sample.c130 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
Dfs-test.c207 ctx->bind_vs_state(ctx, handle); in set_vertex_shader()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvertexshader9.c138 pipe->bind_vs_state(pipe, NULL); in NineVertexShader9_dtor()
154 pipe->bind_vs_state(pipe, NULL); in NineVertexShader9_dtor()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vs.c214 svga->pipe.bind_vs_state = svga_bind_vs_state; in svga_init_vs_functions()
Dsvga_state_tgsi_transform.c74 svga->pipe.bind_vs_state(&svga->pipe, shader); in bind_shader()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.cpp139 pipe->bind_vs_state(pipe, pDevice->empty_vs); in CreateDevice()
336 pipe->bind_vs_state(pipe, NULL); in DestroyDevice()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_blitter.c243 pctx->bind_vs_state(pctx, ctx->solid_layered_prog.vs); in fd_blitter_clear()
245 pctx->bind_vs_state(pctx, ctx->solid_prog.vs); in fd_blitter_clear()
Dfreedreno_program.c200 pctx->bind_vs_state = fd_vs_state_bind; in fd_prog_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c262 pipe->bind_vs_state = nv30_vp_state_bind; in nv30_vertprog_init()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c621 renderer->pipe->bind_vs_state(renderer->pipe, renderer->vs_ref); in vl_mc_render_ref()
648 renderer->pipe->bind_vs_state(renderer->pipe, renderer->vs_ycbcr); in vl_mc_render_ycbcr()
Dvl_matrix_filter.c299 filter->pipe->bind_vs_state(filter->pipe, filter->vs); in vl_matrix_filter_render()

123