Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c191 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state() function
280 ctx->bind_blend_state = noop_bind_state; in noop_init_state_functions()
281 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
283 ctx->bind_fs_state = noop_bind_state; in noop_init_state_functions()
284 ctx->bind_rasterizer_state = noop_bind_state; in noop_init_state_functions()
285 ctx->bind_vertex_elements_state = noop_bind_state; in noop_init_state_functions()
286 ctx->bind_compute_state = noop_bind_state; in noop_init_state_functions()
287 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
288 ctx->bind_tes_state = noop_bind_state; in noop_init_state_functions()
289 ctx->bind_gs_state = noop_bind_state; in noop_init_state_functions()
[all …]