• Home
  • Raw
  • Download

Lines Matching defs:pcontext

37 tegra_destroy(struct pipe_context *pcontext)  in tegra_destroy()
49 tegra_draw_vbo(struct pipe_context *pcontext, in tegra_draw_vbo()
88 tegra_render_condition(struct pipe_context *pcontext, in tegra_render_condition()
99 tegra_create_query(struct pipe_context *pcontext, unsigned int query_type, in tegra_create_query()
108 tegra_create_batch_query(struct pipe_context *pcontext, in tegra_create_batch_query()
119 tegra_destroy_query(struct pipe_context *pcontext, struct pipe_query *query) in tegra_destroy_query()
127 tegra_begin_query(struct pipe_context *pcontext, struct pipe_query *query) in tegra_begin_query()
135 tegra_end_query(struct pipe_context *pcontext, struct pipe_query *query) in tegra_end_query()
143 tegra_get_query_result(struct pipe_context *pcontext, in tegra_get_query_result()
155 tegra_get_query_result_resource(struct pipe_context *pcontext, in tegra_get_query_result_resource()
171 tegra_set_active_query_state(struct pipe_context *pcontext, bool enable) in tegra_set_active_query_state()
179 tegra_create_blend_state(struct pipe_context *pcontext, in tegra_create_blend_state()
188 tegra_bind_blend_state(struct pipe_context *pcontext, void *so) in tegra_bind_blend_state()
196 tegra_delete_blend_state(struct pipe_context *pcontext, void *so) in tegra_delete_blend_state()
204 tegra_create_sampler_state(struct pipe_context *pcontext, in tegra_create_sampler_state()
213 tegra_bind_sampler_states(struct pipe_context *pcontext, enum pipe_shader_type shader, in tegra_bind_sampler_states()
224 tegra_delete_sampler_state(struct pipe_context *pcontext, void *so) in tegra_delete_sampler_state()
232 tegra_create_rasterizer_state(struct pipe_context *pcontext, in tegra_create_rasterizer_state()
241 tegra_bind_rasterizer_state(struct pipe_context *pcontext, void *so) in tegra_bind_rasterizer_state()
249 tegra_delete_rasterizer_state(struct pipe_context *pcontext, void *so) in tegra_delete_rasterizer_state()
257 tegra_create_depth_stencil_alpha_state(struct pipe_context *pcontext, in tegra_create_depth_stencil_alpha_state()
266 tegra_bind_depth_stencil_alpha_state(struct pipe_context *pcontext, void *so) in tegra_bind_depth_stencil_alpha_state()
274 tegra_delete_depth_stencil_alpha_state(struct pipe_context *pcontext, void *so) in tegra_delete_depth_stencil_alpha_state()
282 tegra_create_fs_state(struct pipe_context *pcontext, in tegra_create_fs_state()
291 tegra_bind_fs_state(struct pipe_context *pcontext, void *so) in tegra_bind_fs_state()
299 tegra_delete_fs_state(struct pipe_context *pcontext, void *so) in tegra_delete_fs_state()
307 tegra_create_vs_state(struct pipe_context *pcontext, in tegra_create_vs_state()
316 tegra_bind_vs_state(struct pipe_context *pcontext, void *so) in tegra_bind_vs_state()
324 tegra_delete_vs_state(struct pipe_context *pcontext, void *so) in tegra_delete_vs_state()
332 tegra_create_gs_state(struct pipe_context *pcontext, in tegra_create_gs_state()
341 tegra_bind_gs_state(struct pipe_context *pcontext, void *so) in tegra_bind_gs_state()
349 tegra_delete_gs_state(struct pipe_context *pcontext, void *so) in tegra_delete_gs_state()
357 tegra_create_tcs_state(struct pipe_context *pcontext, in tegra_create_tcs_state()
366 tegra_bind_tcs_state(struct pipe_context *pcontext, void *so) in tegra_bind_tcs_state()
374 tegra_delete_tcs_state(struct pipe_context *pcontext, void *so) in tegra_delete_tcs_state()
382 tegra_create_tes_state(struct pipe_context *pcontext, in tegra_create_tes_state()
391 tegra_bind_tes_state(struct pipe_context *pcontext, void *so) in tegra_bind_tes_state()
399 tegra_delete_tes_state(struct pipe_context *pcontext, void *so) in tegra_delete_tes_state()
407 tegra_create_vertex_elements_state(struct pipe_context *pcontext, in tegra_create_vertex_elements_state()
419 tegra_bind_vertex_elements_state(struct pipe_context *pcontext, void *so) in tegra_bind_vertex_elements_state()
427 tegra_delete_vertex_elements_state(struct pipe_context *pcontext, void *so) in tegra_delete_vertex_elements_state()
435 tegra_set_blend_color(struct pipe_context *pcontext, in tegra_set_blend_color()
444 tegra_set_stencil_ref(struct pipe_context *pcontext, in tegra_set_stencil_ref()
453 tegra_set_sample_mask(struct pipe_context *pcontext, unsigned int mask) in tegra_set_sample_mask()
461 tegra_set_min_samples(struct pipe_context *pcontext, unsigned int samples) in tegra_set_min_samples()
469 tegra_set_clip_state(struct pipe_context *pcontext, in tegra_set_clip_state()
478 tegra_set_constant_buffer(struct pipe_context *pcontext, enum pipe_shader_type shader, in tegra_set_constant_buffer()
495 tegra_set_framebuffer_state(struct pipe_context *pcontext, in tegra_set_framebuffer_state()
520 tegra_set_polygon_stipple(struct pipe_context *pcontext, in tegra_set_polygon_stipple()
529 tegra_set_scissor_states(struct pipe_context *pcontext, unsigned start_slot, in tegra_set_scissor_states()
540 tegra_set_window_rectangles(struct pipe_context *pcontext, bool include, in tegra_set_window_rectangles()
551 tegra_set_viewport_states(struct pipe_context *pcontext, unsigned start_slot, in tegra_set_viewport_states()
562 tegra_set_sampler_views(struct pipe_context *pcontext, enum pipe_shader_type shader, in tegra_set_sampler_views()
593 tegra_set_tess_state(struct pipe_context *pcontext, in tegra_set_tess_state()
604 tegra_set_debug_callback(struct pipe_context *pcontext, in tegra_set_debug_callback()
613 tegra_set_shader_buffers(struct pipe_context *pcontext, enum pipe_shader_type shader, in tegra_set_shader_buffers()
625 tegra_set_shader_images(struct pipe_context *pcontext, enum pipe_shader_type shader, in tegra_set_shader_images()
637 tegra_set_vertex_buffers(struct pipe_context *pcontext, in tegra_set_vertex_buffers()
660 tegra_create_stream_output_target(struct pipe_context *pcontext, in tegra_create_stream_output_target()
675 tegra_stream_output_target_destroy(struct pipe_context *pcontext, in tegra_stream_output_target_destroy()
684 tegra_set_stream_output_targets(struct pipe_context *pcontext, in tegra_set_stream_output_targets()
697 tegra_resource_copy_region(struct pipe_context *pcontext, in tegra_resource_copy_region()
717 tegra_blit(struct pipe_context *pcontext, const struct pipe_blit_info *pinfo) in tegra_blit()
733 tegra_clear(struct pipe_context *pcontext, unsigned buffers, const struct pipe_scissor_state *sciss… in tegra_clear()
743 tegra_clear_render_target(struct pipe_context *pcontext, in tegra_clear_render_target()
760 tegra_clear_depth_stencil(struct pipe_context *pcontext, in tegra_clear_depth_stencil()
780 tegra_clear_texture(struct pipe_context *pcontext, in tegra_clear_texture()
793 tegra_clear_buffer(struct pipe_context *pcontext, in tegra_clear_buffer()
808 tegra_flush(struct pipe_context *pcontext, struct pipe_fence_handle **fence, in tegra_flush()
817 tegra_create_fence_fd(struct pipe_context *pcontext, in tegra_create_fence_fd()
828 tegra_fence_server_sync(struct pipe_context *pcontext, in tegra_fence_server_sync()
837 tegra_create_sampler_view(struct pipe_context *pcontext, in tegra_create_sampler_view()
867 tegra_sampler_view_destroy(struct pipe_context *pcontext, in tegra_sampler_view_destroy()
880 tegra_create_surface(struct pipe_context *pcontext, in tegra_create_surface()
911 tegra_surface_destroy(struct pipe_context *pcontext, in tegra_surface_destroy()
922 tegra_transfer_map(struct pipe_context *pcontext, in tegra_transfer_map()
955 tegra_transfer_flush_region(struct pipe_context *pcontext, in tegra_transfer_flush_region()
966 tegra_transfer_unmap(struct pipe_context *pcontext, in tegra_transfer_unmap()
981 tegra_buffer_subdata(struct pipe_context *pcontext, in tegra_buffer_subdata()
994 tegra_texture_subdata(struct pipe_context *pcontext, in tegra_texture_subdata()
1011 tegra_texture_barrier(struct pipe_context *pcontext, unsigned int flags) in tegra_texture_barrier()
1019 tegra_memory_barrier(struct pipe_context *pcontext, unsigned int flags) in tegra_memory_barrier()
1030 tegra_create_video_codec(struct pipe_context *pcontext, in tegra_create_video_codec()
1039 tegra_create_video_buffer(struct pipe_context *pcontext, in tegra_create_video_buffer()
1048 tegra_create_compute_state(struct pipe_context *pcontext, in tegra_create_compute_state()
1057 tegra_bind_compute_state(struct pipe_context *pcontext, void *so) in tegra_bind_compute_state()
1065 tegra_delete_compute_state(struct pipe_context *pcontext, void *so) in tegra_delete_compute_state()
1073 tegra_set_compute_resources(struct pipe_context *pcontext, in tegra_set_compute_resources()
1085 tegra_set_global_binding(struct pipe_context *pcontext, unsigned int first, in tegra_set_global_binding()
1098 tegra_launch_grid(struct pipe_context *pcontext, in tegra_launch_grid()
1109 tegra_get_sample_position(struct pipe_context *pcontext, unsigned int count, in tegra_get_sample_position()
1118 tegra_get_timestamp(struct pipe_context *pcontext) in tegra_get_timestamp()
1126 tegra_flush_resource(struct pipe_context *pcontext, in tegra_flush_resource()
1136 tegra_invalidate_resource(struct pipe_context *pcontext, in tegra_invalidate_resource()
1146 tegra_get_device_reset_status(struct pipe_context *pcontext) in tegra_get_device_reset_status()
1154 tegra_set_device_reset_callback(struct pipe_context *pcontext, in tegra_set_device_reset_callback()
1163 tegra_dump_debug_state(struct pipe_context *pcontext, FILE *stream, in tegra_dump_debug_state()
1172 tegra_emit_string_marker(struct pipe_context *pcontext, const char *string, in tegra_emit_string_marker()
1181 tegra_generate_mipmap(struct pipe_context *pcontext, in tegra_generate_mipmap()
1198 tegra_create_texture_handle(struct pipe_context *pcontext, in tegra_create_texture_handle()
1207 static void tegra_delete_texture_handle(struct pipe_context *pcontext, in tegra_delete_texture_handle()
1215 static void tegra_make_texture_handle_resident(struct pipe_context *pcontext, in tegra_make_texture_handle_resident()
1223 static uint64_t tegra_create_image_handle(struct pipe_context *pcontext, in tegra_create_image_handle()
1231 static void tegra_delete_image_handle(struct pipe_context *pcontext, in tegra_delete_image_handle()
1239 static void tegra_make_image_handle_resident(struct pipe_context *pcontext, in tegra_make_image_handle_resident()