Home
last modified time | relevance | path

Searched refs:noop_create_shader_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c207 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state() function
256 ctx->create_fs_state = noop_create_shader_state; in noop_init_state_functions()
263 ctx->create_tcs_state = noop_create_shader_state; in noop_init_state_functions()
264 ctx->create_tes_state = noop_create_shader_state; in noop_init_state_functions()
265 ctx->create_gs_state = noop_create_shader_state; in noop_init_state_functions()
266 ctx->create_vs_state = noop_create_shader_state; in noop_init_state_functions()