Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c245 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state() function
434 ctx->create_fs_state = noop_create_shader_state; in noop_init_state_functions()
441 ctx->create_tcs_state = noop_create_shader_state; in noop_init_state_functions()
442 ctx->create_tes_state = noop_create_shader_state; in noop_init_state_functions()
443 ctx->create_gs_state = noop_create_shader_state; in noop_init_state_functions()
444 ctx->create_vs_state = noop_create_shader_state; in noop_init_state_functions()