Searched refs:st_context (Results 1 - 25 of 200) sorted by relevance
12345678
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.h | 34 struct st_context; 37 st_init_clear(struct st_context *st); 41 st_destroy_clear(struct st_context *st);
|
| H A D | st_atom_constbuf.h | 35 struct st_context; 38 void st_upload_constants(struct st_context *st, struct gl_program *prog);
|
| H A D | st_cb_drawtex.h | 14 struct st_context; 20 st_destroy_drawtex(struct st_context *st);
|
| H A D | st_cb_blit.h | 33 struct st_context;
|
| H A D | st_cb_flush.h | 37 struct st_context; 44 st_flush(struct st_context *st, 49 st_finish(struct st_context *st); 52 st_install_device_reset_callback(struct st_context *st);
|
| H A D | st_manager.h | 35 struct st_context; 42 st_manager_flush_frontbuffer(struct st_context *st); 45 st_manager_validate_framebuffers(struct st_context *st); 48 st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer *fb,
|
| H A D | st_cb_bitmap.h | 36 struct st_context; 44 st_destroy_bitmap(struct st_context *st); 47 st_flush_bitmap_cache(struct st_context *st);
|
| H A D | st_cb_drawpixels.h | 36 struct st_context; 41 st_destroy_drawpix(struct st_context *st); 51 st_make_passthrough_vertex_shader(struct st_context *st);
|
| H A D | st_pbo.h | 29 struct st_context; 62 st_pbo_addresses_setup(struct st_context *st, 67 st_pbo_addresses_pixelstore(struct st_context *st, 78 st_pbo_draw(struct st_context *st, const struct st_pbo_addresses *addr, 82 st_pbo_create_vs(struct st_context *st); 85 st_pbo_create_gs(struct st_context *st); 88 st_pbo_get_upload_fs(struct st_context *st, 93 st_pbo_get_download_fs(struct st_context *st, enum pipe_texture_target target, 98 st_init_pbo_helpers(struct st_context *st); 101 st_destroy_pbo_helpers(struct st_context *s [all...] |
| H A D | st_sampler_view.h | 61 st_texture_release_context_sampler_view(struct st_context *st, 65 st_texture_release_all_sampler_views(struct st_context *st, 69 st_delete_texture_sampler_views(struct st_context *st, 73 st_texture_get_current_sampler_view(const struct st_context *st, 77 st_get_texture_sampler_view_from_stobj(struct st_context *st, 84 st_get_buffer_sampler_view_from_stobj(struct st_context *st,
|
| H A D | st_draw.h | 42 struct st_context; 46 void st_destroy_draw( struct st_context *st ); 48 struct draw_context *st_get_draw_context(struct st_context *st); 77 st_draw_quad(struct st_context *st,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_cb_clear.h | 34 struct st_context; 37 st_init_clear(struct st_context *st); 41 st_destroy_clear(struct st_context *st);
|
| H A D | st_cb_drawtex.h | 14 struct st_context; 20 st_destroy_drawtex(struct st_context *st);
|
| H A D | st_atom_constbuf.h | 35 struct st_context; 38 void st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage);
|
| H A D | st_cb_blit.h | 33 struct st_context;
|
| H A D | st_cb_flush.h | 37 struct st_context; 44 st_flush(struct st_context *st, 49 st_finish(struct st_context *st); 52 st_install_device_reset_callback(struct st_context *st);
|
| H A D | st_cb_perfquery.h | 27 st_have_perfquery(struct st_context *st);
|
| H A D | st_manager.h | 35 struct st_context; 42 st_manager_flush_frontbuffer(struct st_context *st); 45 st_manager_validate_framebuffers(struct st_context *st); 48 st_manager_add_color_renderbuffer(struct st_context *st, struct gl_framebuffer *fb,
|
| H A D | st_cb_bitmap.h | 36 struct st_context; 44 st_destroy_bitmap(struct st_context *st); 47 st_flush_bitmap_cache(struct st_context *st);
|
| H A D | st_cb_drawpixels.h | 36 struct st_context; 41 st_destroy_drawpix(struct st_context *st); 51 st_make_passthrough_vertex_shader(struct st_context *st);
|
| H A D | st_pbo.h | 29 struct st_context; 62 st_pbo_addresses_setup(struct st_context *st, 67 st_pbo_addresses_pixelstore(struct st_context *st, 78 st_pbo_draw(struct st_context *st, const struct st_pbo_addresses *addr, 82 st_pbo_create_vs(struct st_context *st); 85 st_pbo_create_gs(struct st_context *st); 88 st_pbo_get_upload_fs(struct st_context *st, 94 st_pbo_get_download_fs(struct st_context *st, enum pipe_texture_target target, 100 st_init_pbo_helpers(struct st_context *st); 103 st_destroy_pbo_helpers(struct st_context *s [all...] |
| H A D | st_sampler_view.h | 61 st_texture_release_context_sampler_view(struct st_context *st, 65 st_texture_release_all_sampler_views(struct st_context *st, 69 st_delete_texture_sampler_views(struct st_context *st, 73 st_texture_get_current_sampler_view(const struct st_context *st, 77 st_get_texture_sampler_view_from_stobj(struct st_context *st, 85 st_get_buffer_sampler_view_from_stobj(struct st_context *st,
|
| H A D | st_draw.h | 42 struct st_context; 47 void st_destroy_draw( struct st_context *st ); 49 struct draw_context *st_get_draw_context(struct st_context *st); 79 st_draw_quad(struct st_context *st,
|
| H A D | st_cb_strings.c | 39 #include "st_context.h" 45 struct st_context *st = st_context(ctx);
|
| H A D | st_nir.h | 27 #include "st_context.h" 44 char *st_finalize_nir(struct st_context *st, struct gl_program *prog, 56 void st_nir_assign_varying_locations(struct st_context *st, 62 void st_nir_lower_uniforms(struct st_context *st, struct nir_shader *nir); 65 st_nir_finish_builtin_shader(struct st_context *st, 69 st_nir_make_passthrough_shader(struct st_context *st,
|
Completed in 94 milliseconds
12345678