• Home
  • Raw
  • Download

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()
86 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
108 static void noop_set_sampler_views(struct pipe_context *ctx, in noop_set_sampler_views()
115 static void noop_bind_sampler_states(struct pipe_context *ctx, in noop_bind_sampler_states()
122 static void noop_set_clip_state(struct pipe_context *ctx, in noop_set_clip_state()
127 static void noop_set_polygon_stipple(struct pipe_context *ctx, in noop_set_polygon_stipple()
136 static void noop_set_scissor_states(struct pipe_context *ctx, in noop_set_scissor_states()
143 static void noop_set_stencil_ref(struct pipe_context *ctx, in noop_set_stencil_ref()
148 static void noop_set_viewport_states(struct pipe_context *ctx, in noop_set_viewport_states()
155 static void noop_set_framebuffer_state(struct pipe_context *ctx, in noop_set_framebuffer_state()
160 static void noop_set_constant_buffer(struct pipe_context *ctx, in noop_set_constant_buffer()
167 static void noop_sampler_view_destroy(struct pipe_context *ctx, in noop_sampler_view_destroy()
175 static void noop_surface_destroy(struct pipe_context *ctx, in noop_surface_destroy()
182 static void noop_bind_state(struct pipe_context *ctx, void *state) in noop_bind_state()
186 static void noop_delete_state(struct pipe_context *ctx, void *state) in noop_delete_state()
191 static void noop_set_index_buffer(struct pipe_context *ctx, in noop_set_index_buffer()
196 static void noop_set_vertex_buffers(struct pipe_context *ctx, in noop_set_vertex_buffers()
202 static void *noop_create_vertex_elements(struct pipe_context *ctx, in noop_create_vertex_elements()
209 static void *noop_create_shader_state(struct pipe_context *ctx, in noop_create_shader_state()
215 static void *noop_create_compute_state(struct pipe_context *ctx, in noop_create_compute_state()
222 struct pipe_context *ctx, in noop_create_stream_output_target()
238 static void noop_stream_output_target_destroy(struct pipe_context *ctx, in noop_stream_output_target_destroy()
245 static void noop_set_stream_output_targets(struct pipe_context *ctx, in noop_set_stream_output_targets()
254 void noop_init_state_functions(struct pipe_context *ctx) in noop_init_state_functions()