Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_vertex.c109 pipe->bind_vertex_elements_state = softpipe_bind_vertex_elements_state; in softpipe_init_vertex_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_vertex.c105 llvmpipe->pipe.bind_vertex_elements_state = llvmpipe_bind_vertex_elements_state; in llvmpipe_init_vertex_funcs()
/third_party/mesa3d/src/gallium/tests/graw/
Dfs-frontface.c89 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dfs-write-z.c93 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dfs-fragcoord.c67 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dtri.c53 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dtri-large.c56 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dtex-srgb.c70 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dquad-tex.c54 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dtex-swizzle.c52 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Docclusion-query.c93 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
Dtri-gs.c92 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
Dshader-leak.c91 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
Dtri-instanced.c133 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
Dquad-sample.c101 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
Dfs-test.c175 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
Dvs-test.c154 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h74 CALL(bind_vertex_elements_state)
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DInputAssembly.cpp367 pipe->bind_vertex_elements_state(pipe, state); in IaSetInputLayout()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_vertex.c330 svga->pipe.bind_vertex_elements_state = svga_bind_vertex_elements_state; in svga_init_vertex_functions()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c304 filter->pipe->bind_vertex_elements_state(filter->pipe, filter->ves); in vl_matrix_filter_render()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c455 ctx->base.bind_vertex_elements_state = lima_bind_vertex_elements_state; in lima_state_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h397 void (*bind_vertex_elements_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c436 ctx->bind_vertex_elements_state = noop_bind_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c386 ctx->pipe->bind_vertex_elements_state( ctx->pipe, NULL ); in cso_unbind_context()
1077 ctx->pipe->bind_vertex_elements_state(ctx->pipe, handle); in cso_set_vertex_elements_direct()
1122 ctx->pipe->bind_vertex_elements_state(ctx->pipe, ctx->velements_saved); in cso_restore_vertex_elements()

123