Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c213 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state() function
269 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()