Searched refs:noop_delete_state (Results 1 – 1 of 1) sorted by relevance
195 static void noop_delete_state(struct pipe_context *ctx, void *state) in noop_delete_state() function291 ctx->delete_blend_state = noop_delete_state; in noop_init_state_functions()292 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()293 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()294 ctx->delete_rasterizer_state = noop_delete_state; in noop_init_state_functions()295 ctx->delete_sampler_state = noop_delete_state; in noop_init_state_functions()296 ctx->delete_vertex_elements_state = noop_delete_state; in noop_init_state_functions()297 ctx->delete_compute_state = noop_delete_state; in noop_init_state_functions()298 ctx->delete_tcs_state = noop_delete_state; in noop_init_state_functions()299 ctx->delete_tes_state = noop_delete_state; in noop_init_state_functions()[all …]