Searched refs:noop_delete_state (Results 1 – 1 of 1) sorted by relevance
189 static void noop_delete_state(struct pipe_context *ctx, void *state) in noop_delete_state() function278 ctx->delete_blend_state = noop_delete_state; in noop_init_state_functions()279 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()280 ctx->delete_fs_state = noop_delete_state; in noop_init_state_functions()281 ctx->delete_rasterizer_state = noop_delete_state; in noop_init_state_functions()282 ctx->delete_sampler_state = noop_delete_state; in noop_init_state_functions()283 ctx->delete_vertex_elements_state = noop_delete_state; in noop_init_state_functions()284 ctx->delete_compute_state = noop_delete_state; in noop_init_state_functions()285 ctx->delete_tcs_state = noop_delete_state; in noop_init_state_functions()286 ctx->delete_tes_state = noop_delete_state; in noop_init_state_functions()[all …]