Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c207 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state() function
431 ctx->bind_blend_state = noop_bind_state; in noop_init_state_functions()
432 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
434 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
435 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
436 ctx->bind_vertex_elements_state = noop_bind_state; in noop_init_state_functions()
437 ctx->bind_compute_state = noop_bind_state; in noop_init_state_functions()
438 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
439 ctx->bind_tes_state = noop_bind_state; in noop_init_state_functions()
440 ctx->bind_gs_state = noop_bind_state; in noop_init_state_functions()
[all...]

Completed in 2 milliseconds