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.c198 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state() function
292 ctx->bind_blend_state = noop_bind_state; in noop_init_state_functions()
293 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
295 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
296 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
297 ctx->bind_vertex_elements_state = noop_bind_state; in noop_init_state_functions()
299 ctx->bind_vs_state = noop_bind_state; in noop_init_state_functions()