Lines Matching defs:ctx
33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo()
37 static void noop_launch_grid(struct pipe_context *ctx, in noop_launch_grid()
42 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color()
47 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state()
53 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state()
59 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state()
65 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state()
71 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
89 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
111 static void noop_set_sampler_views(struct pipe_context *ctx, in noop_set_sampler_views()
118 static void noop_bind_sampler_states(struct pipe_context *ctx, in noop_bind_sampler_states()
125 static void noop_set_clip_state(struct pipe_context *ctx, in noop_set_clip_state()
130 static void noop_set_polygon_stipple(struct pipe_context *ctx, in noop_set_polygon_stipple()
139 static void noop_set_scissor_states(struct pipe_context *ctx, in noop_set_scissor_states()
146 static void noop_set_stencil_ref(struct pipe_context *ctx, in noop_set_stencil_ref()
151 static void noop_set_viewport_states(struct pipe_context *ctx, in noop_set_viewport_states()
158 static void noop_set_framebuffer_state(struct pipe_context *ctx, in noop_set_framebuffer_state()
163 static void noop_set_constant_buffer(struct pipe_context *ctx, in noop_set_constant_buffer()
170 static void noop_sampler_view_destroy(struct pipe_context *ctx, in noop_sampler_view_destroy()
178 static void noop_surface_destroy(struct pipe_context *ctx, in noop_surface_destroy()
185 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state()
189 static void noop_delete_state(struct pipe_context *ctx, void *state) in noop_delete_state()
194 static void noop_set_vertex_buffers(struct pipe_context *ctx, in noop_set_vertex_buffers()
200 static void *noop_create_vertex_elements(struct pipe_context *ctx, in noop_create_vertex_elements()
207 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state()
213 static void *noop_create_compute_state(struct pipe_context *ctx, in noop_create_compute_state()
220 struct pipe_context *ctx, in noop_create_stream_output_target()
236 static void noop_stream_output_target_destroy(struct pipe_context *ctx, in noop_stream_output_target_destroy()
243 static void noop_set_stream_output_targets(struct pipe_context *ctx, in noop_set_stream_output_targets()
252 void noop_init_state_functions(struct pipe_context *ctx) in noop_init_state_functions()