Searched refs:noop_create_shader_state (Results 1 – 1 of 1) sorted by relevance
213 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state() function269 ctx->create_fs_state = noop_create_shader_state; in noop_init_state_functions()276 ctx->create_tcs_state = noop_create_shader_state; in noop_init_state_functions()277 ctx->create_tes_state = noop_create_shader_state; in noop_init_state_functions()278 ctx->create_gs_state = noop_create_shader_state; in noop_init_state_functions()279 ctx->create_vs_state = noop_create_shader_state; in noop_init_state_functions()