Home
last modified time | relevance | path

Searched refs:noop_bind_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c185 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state() function
267 ctx->bind_blend_state = noop_bind_state; in noop_init_state_functions()
268 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
270 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
271 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
272 ctx->bind_vertex_elements_state = noop_bind_state; in noop_init_state_functions()
273 ctx->bind_compute_state = noop_bind_state; in noop_init_state_functions()
274 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
275 ctx->bind_tes_state = noop_bind_state; in noop_init_state_functions()
276 ctx->bind_gs_state = noop_bind_state; in noop_init_state_functions()
[all …]