Searched refs:noop_delete_state (Results 1 – 1 of 1) sorted by relevance
202 static void noop_delete_state(struct pipe_context *ctx, void *state) in noop_delete_state() function300 ctx->delete_blend_state = noop_delete_state; in noop_init_state_functions()301 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()302 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()303 ctx->delete_rasterizer_state = noop_delete_state; in noop_init_state_functions()304 ctx->delete_sampler_state = noop_delete_state; in noop_init_state_functions()306 ctx->delete_vs_state = noop_delete_state; in noop_init_state_functions()