Searched refs:bind_vertex_elements_state (Results 1 – 25 of 60) sorted by relevance
123
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_vertex.c | 109 pipe->bind_vertex_elements_state = softpipe_bind_vertex_elements_state; in softpipe_init_vertex_funcs()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_vertex.c | 105 llvmpipe->pipe.bind_vertex_elements_state = llvmpipe_bind_vertex_elements_state; in llvmpipe_init_vertex_funcs()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
D | fs-frontface.c | 89 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | fs-write-z.c | 93 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | fs-fragcoord.c | 67 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | tri.c | 53 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | tri-large.c | 56 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | tex-srgb.c | 70 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | quad-tex.c | 54 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | tex-swizzle.c | 52 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | occlusion-query.c | 93 info.ctx->bind_vertex_elements_state(info.ctx, handle); in set_vertices()
|
D | tri-gs.c | 92 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
|
D | shader-leak.c | 91 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
|
D | tri-instanced.c | 133 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
|
D | quad-sample.c | 101 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
|
D | fs-test.c | 175 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
|
D | vs-test.c | 154 ctx->bind_vertex_elements_state(ctx, handle); in set_vertices()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 74 CALL(bind_vertex_elements_state)
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | InputAssembly.cpp | 367 pipe->bind_vertex_elements_state(pipe, state); in IaSetInputLayout()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_vertex.c | 330 svga->pipe.bind_vertex_elements_state = svga_bind_vertex_elements_state; in svga_init_vertex_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_matrix_filter.c | 304 filter->pipe->bind_vertex_elements_state(filter->pipe, filter->ves); in vl_matrix_filter_render()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 455 ctx->base.bind_vertex_elements_state = lima_bind_vertex_elements_state; in lima_state_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 397 void (*bind_vertex_elements_state)(struct pipe_context *, void *); member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 436 ctx->bind_vertex_elements_state = noop_bind_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 386 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