Home
last modified time | relevance | path

Searched defs:pctx (Results 101 - 125 of 325) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c371 nv50_miptree_transfer_map(struct pipe_context *pctx, in nv50_miptree_transfer_map() argument
468 nv50_miptree_transfer_unmap(struct pipe_context *pctx, in nv50_miptree_transfer_unmap() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c612 fd4_prog_init(struct pipe_context *pctx) in fd4_prog_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c368 fd5_create_batch_query(struct pipe_context *pctx, unsigned num_queries, in fd5_create_batch_query() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c222 struct pipe_context *pctx = &ctx->base; in fd6_emit_ubos() local
H A Dfd6_texture.c90 fd6_sampler_state_create(struct pipe_context *pctx, in fd6_sampler_state_create() argument
134 fd6_sampler_state_delete(struct pipe_context *pctx, void *hwcso) in fd6_sampler_state_delete() argument
159 fd6_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd6_sampler_view_create() argument
287 fd6_sampler_view_destroy(struct pipe_context *pctx, in fd6_sampler_view_destroy() argument
457 fd6_texture_fini(struct pipe_context *pctx) fd6_texture_fini() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c177 fd_memory_barrier(struct pipe_context *pctx, unsigned flags) in fd_memory_barrier() argument
334 fd_context_destroy(struct pipe_context *pctx) in fd_context_destroy() argument
405 fd_set_debug_callback(struct pipe_context *pctx, const struct util_debug_callback *cb) fd_set_debug_callback() argument
430 fd_get_device_reset_status(struct pipe_context *pctx) fd_get_device_reset_status() argument
512 create_solid_vertexbuf(struct pipe_context *pctx) create_solid_vertexbuf() argument
526 create_blit_texcoord_vertexbuf(struct pipe_context *pctx) create_blit_texcoord_vertexbuf() argument
536 struct pipe_context *pctx = &ctx->base; fd_context_setup_common_vbos() local
578 struct pipe_context *pctx = &ctx->base; fd_context_cleanup_common_vbos() local
593 struct pipe_context *pctx; global() variable
650 fd_draw_init(pctx); global() variable
651 fd_resource_context_init(pctx); global() variable
652 fd_query_context_init(pctx); global() variable
653 fd_texture_init(pctx); global() variable
654 fd_state_init(pctx); global() variable
686 fd_context_init_tc(struct pipe_context *pctx, unsigned flags) fd_context_init_tc() argument
[all...]
H A Dfreedreno_perfetto.cc126 stage_start(struct pipe_context *pctx, uint64_t ts_ns, enum fd_stage_id stage) in stage_start() argument
135 stage_end(struct pipe_context *pctx, uint64_t ts_ns, enum fd_stage_id stage) in stage_end() argument
324 fd_start_render_pass(struct pipe_context *pctx, uint64_t ts_ns, in fd_start_render_pass() argument
345 fd_end_render_pass(struct pipe_context *pctx, uint64_t ts_ns, in fd_end_render_pass() argument
353 fd_start_binning_ib(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_binning_ib *payload) fd_start_binning_ib() argument
361 fd_end_binning_ib(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_binning_ib *payload) fd_end_binning_ib() argument
369 fd_start_draw_ib(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_draw_ib *payload) fd_start_draw_ib() argument
379 fd_end_draw_ib(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_draw_ib *payload) fd_end_draw_ib() argument
389 fd_start_blit(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_blit *payload) fd_start_blit() argument
397 fd_end_blit(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_blit *payload) fd_end_blit() argument
405 fd_start_compute(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_compute *payload) fd_start_compute() argument
413 fd_end_compute(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_compute *payload) fd_end_compute() argument
421 fd_start_clear_restore(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_clear_restore *payload) fd_start_clear_restore() argument
429 fd_end_clear_restore(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_clear_restore *payload) fd_end_clear_restore() argument
437 fd_start_resolve(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_resolve *payload) fd_start_resolve() argument
445 fd_end_resolve(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_resolve *payload) fd_end_resolve() argument
453 fd_start_state_restore(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_state_restore *payload) fd_start_state_restore() argument
461 fd_end_state_restore(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_state_restore *payload) fd_end_state_restore() argument
469 fd_start_vsc_overflow_test(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_vsc_overflow_test *payload) fd_start_vsc_overflow_test() argument
477 fd_end_vsc_overflow_test(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_vsc_overflow_test *payload) fd_end_vsc_overflow_test() argument
485 fd_start_prologue(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_start_prologue *payload) fd_start_prologue() argument
493 fd_end_prologue(struct pipe_context *pctx, uint64_t ts_ns, const void *flush_data, const struct trace_end_prologue *payload) fd_end_prologue() argument
[all...]
H A Dfreedreno_query_hw.c414 fd_hw_query_register_provider(struct pipe_context *pctx, in fd_hw_query_register_provider() argument
427 fd_hw_query_init(struct pipe_context *pctx) in fd_hw_query_init() argument
437 fd_hw_query_fini(struct pipe_context *pctx) in fd_hw_query_fini() argument
H A Dfreedreno_state.c253 fd_set_framebuffer_state(struct pipe_context *pctx, const struct pipe_framebuffer_state *framebuffer) fd_set_framebuffer_state() argument
496 fd_vertex_state_create(struct pipe_context *pctx, unsigned num_elements, const struct pipe_vertex_element *elements) fd_vertex_state_create() argument
525 fd_create_stream_output_target(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned buffer_offset, unsigned buffer_size) fd_create_stream_output_target() argument
554 fd_stream_output_target_destroy(struct pipe_context *pctx, struct pipe_stream_output_target *target) fd_stream_output_target_destroy() argument
701 fd_state_init(struct pipe_context *pctx) fd_state_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c269 ir3_shader_compute_state_create(struct pipe_context *pctx, in ir3_shader_compute_state_create() argument
344 ir3_shader_state_create(struct pipe_context *pctx, in ir3_shader_state_create() argument
405 ir3_shader_state_delete(struct pipe_context *pctx, void *_hwcso) in ir3_shader_state_delete() argument
471 ir3_fixup_shader_state(struct pipe_context *pctx, struct ir3_shader_key *key) in ir3_fixup_shader_state() argument
527 ir3_prog_init(struct pipe_context *pctx) ir3_prog_init() argument
[all...]
H A Dir3_const.h235 struct pipe_context *pctx = &ctx->base; in ir3_emit_ubos() local
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_blit.c177 lima_get_blit_surface(struct pipe_context *pctx, in lima_get_blit_surface() argument
193 lima_do_blit(struct pipe_context *pctx, in lima_do_blit() argument
H A Dlima_program.c394 lima_create_fs_state(struct pipe_context *pctx, in lima_create_fs_state() argument
444 lima_bind_fs_state(struct pipe_context *pctx, void *hwcso) in lima_bind_fs_state() argument
453 lima_delete_fs_state(struct pipe_context *pctx, void *hwcso) in lima_delete_fs_state() argument
641 lima_create_vs_state(struct pipe_context *pctx, in lima_create_vs_state() argument
687 lima_bind_vs_state(struct pipe_context *pctx, void *hwcso) lima_bind_vs_state() argument
696 lima_delete_vs_state(struct pipe_context *pctx, void *hwcso) lima_delete_vs_state() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c174 transfer_map_msaa(struct pipe_context *pctx, in transfer_map_msaa() argument
243 u_transfer_helper_transfer_map(struct pipe_context *pctx, in u_transfer_helper_transfer_map() argument
365 flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) flush_region() argument
486 u_transfer_helper_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) u_transfer_helper_transfer_flush_region() argument
517 u_transfer_helper_transfer_unmap(struct pipe_context *pctx, struct pipe_transfer *ptrans) u_transfer_helper_transfer_unmap() argument
588 u_transfer_helper_deinterleave_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) u_transfer_helper_deinterleave_transfer_map() argument
692 u_transfer_helper_deinterleave_transfer_unmap(struct pipe_context *pctx, struct pipe_transfer *ptrans) u_transfer_helper_deinterleave_transfer_unmap() argument
[all...]
H A Du_pstipple.c199 struct pstip_transform_context *pctx = in pstip_transform_decl() local
230 struct pstip_transform_context *pctx = in pstip_transform_immed() local
263 struct pstip_transform_context *pctx in pstip_transform_prolog() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.c213 etna_blit_clear_color_blt(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_color_blt() argument
265 etna_blit_clear_zs_blt(struct pipe_context *pctx, struct pipe_surface *dst, in etna_blit_clear_zs_blt() argument
342 etna_clear_blt(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, in etna_clear_blt() argument
369 etna_try_blt_blit(struct pipe_context *pctx, in etna_try_blt_blit() argument
532 etna_blit_blt(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) etna_blit_blt() argument
546 etna_clear_blit_blt_init(struct pipe_context *pctx) etna_clear_blit_blt_init() argument
[all...]
H A Detnaviv_clear_blit.c95 etna_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) in etna_blit() argument
123 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_render_target() argument
137 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_depth_stencil() argument
152 etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, in etna_resource_copy_region() argument
171 etna_flush_resource(struct pipe_context *pctx, struct pipe_resource *prsc) etna_flush_resource() argument
187 etna_copy_resource(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, int first_level, int last_level) etna_copy_resource() argument
227 etna_copy_resource_box(struct pipe_context *pctx, struct pipe_resource *dst, struct pipe_resource *src, int level, struct pipe_box *box) etna_copy_resource_box() argument
254 etna_clear_blit_init(struct pipe_context *pctx) etna_clear_blit_init() argument
[all...]
H A Detnaviv_texture_state.c156 etna_delete_sampler_state_state(struct pipe_context *pctx, void *ss) in etna_delete_sampler_state_state() argument
162 etna_create_sampler_view_state(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_sampler_view_state() argument
279 etna_sampler_view_state_destroy(struct pipe_context *pctx, in etna_sampler_view_state_destroy() argument
601 etna_texture_state_init(struct pipe_context *pctx) in etna_texture_state_init() argument
H A Detnaviv_texture_desc.c120 etna_delete_sampler_state_desc(struct pipe_context *pctx, void *ss) in etna_delete_sampler_state_desc() argument
126 etna_create_sampler_view_desc(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_sampler_view_desc() argument
244 etna_sampler_view_desc_destroy(struct pipe_context *pctx, in etna_sampler_view_desc_destroy() argument
348 etna_texture_desc_init(struct pipe_context *pctx) in etna_texture_desc_init() argument
H A Detnaviv_texture.c44 etna_bind_sampler_states(struct pipe_context *pctx, enum pipe_shader_type shader, in etna_bind_sampler_states() argument
217 etna_texture_handle_incompatible(struct pipe_context *pctx, struct pipe_resource *prsc) in etna_texture_handle_incompatible() argument
301 etna_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in etna_set_sampler_views() argument
324 etna_texture_barrier(struct pipe_context *pctx, unsigned flags) in etna_texture_barrier() argument
339 etna_texture_init(struct pipe_context *pctx) in etna_texture_init() argument
358 etna_texture_fini(struct pipe_context *pctx) etna_texture_fini() argument
[all...]
H A Detnaviv_context.c69 etna_emit_string_marker(struct pipe_context *pctx, const char *string, int len) in etna_emit_string_marker() argument
92 etna_set_frontend_noop(struct pipe_context *pctx, bool enable) in etna_set_frontend_noop() argument
101 etna_context_destroy(struct pipe_context *pctx) in etna_context_destroy() argument
215 etna_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info, unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) etna_draw_vbo() argument
506 etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, enum pipe_flush_flags flags) etna_flush() argument
542 struct pipe_context *pctx = priv; etna_context_force_flush() local
549 etna_set_debug_callback(struct pipe_context *pctx, const struct util_debug_callback *cb) etna_set_debug_callback() argument
568 struct pipe_context *pctx; etna_context_create() local
[all...]
H A Detnaviv_shader.c478 etna_create_shader_state(struct pipe_context *pctx, in etna_create_shader_state() argument
512 etna_delete_shader_state(struct pipe_context *pctx, void *ss) in etna_delete_shader_state() argument
538 etna_bind_fs_state(struct pipe_context *pctx, void *hwcso) in etna_bind_fs_state() argument
547 etna_bind_vs_state(struct pipe_context *pctx, void *hwcso) in etna_bind_vs_state() argument
575 etna_shader_init(struct pipe_context *pctx) in etna_shader_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c484 fd3_prog_init(struct pipe_context *pctx) in fd3_prog_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c578 fd2_emit_init(struct pipe_context *pctx) in fd2_emit_init() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_draw.c114 vc4_predraw_check_textures(struct pipe_context *pctx, in vc4_predraw_check_textures() argument
278 vc4_hw_2116_workaround(struct pipe_context *pctx, int vert_count) in vc4_hw_2116_workaround() argument
292 vc4_draw_workaround_line_loop_2(struct pipe_context *pctx, const struct pipe_draw_info *info, in vc4_draw_workaround_line_loop_2() argument
313 vc4_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info, in vc4_draw_vbo() argument
544 vc4_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) vc4_clear() argument
644 vc4_clear_render_target(struct pipe_context *pctx, struct pipe_surface *ps, const union pipe_color_union *color, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) vc4_clear_render_target() argument
653 vc4_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) vc4_clear_depth_stencil() argument
662 vc4_draw_init(struct pipe_context *pctx) vc4_draw_init() argument
[all...]

Completed in 18 milliseconds

12345678910>>...13