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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c185 static void noop_bind_state(struct pipe_context *ctx, void *state) function in typeref:typename:void
274 ctx->bind_blend_state = noop_bind_state;
275 ctx->bind_depth_stencil_alpha_state = noop_bind_state;
277 ctx->bind_fs_state = noop_bind_state;
278 ctx->bind_rasterizer_state = noop_bind_state;
279 ctx->bind_vertex_elements_state = noop_bind_state;
280 ctx->bind_compute_state = noop_bind_state;
281 ctx->bind_tcs_state = noop_bind_state;
282 ctx->bind_tes_state = noop_bind_state;
283 ctx->bind_gs_state = noop_bind_state;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c207 static void noop_bind_state(struct pipe_context *ctx, void *state) function in typeref:typename:void
431 ctx->bind_blend_state = noop_bind_state;
432 ctx->bind_depth_stencil_alpha_state = noop_bind_state;
434 ctx->bind_fs_state = noop_bind_state;
435 ctx->bind_rasterizer_state = noop_bind_state;
436 ctx->bind_vertex_elements_state = noop_bind_state;
437 ctx->bind_compute_state = noop_bind_state;
438 ctx->bind_tcs_state = noop_bind_state;
439 ctx->bind_tes_state = noop_bind_state;
440 ctx->bind_gs_state = noop_bind_state;
[all...]

Completed in 3 milliseconds