Home
last modified time | relevance | path

Searched defs:pctx (Results 201 - 225 of 325) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c73 vc4_resource_transfer_unmap(struct pipe_context *pctx, in vc4_resource_transfer_unmap() argument
99 vc4_resource_transfer_map(struct pipe_context *pctx, in vc4_resource_transfer_map() argument
222 vc4_texture_subdata(struct pipe_context *pctx, in vc4_texture_subdata() argument
734 vc4_create_surface(struct pipe_context *pctx, in vc4_create_surface() argument
283 vc4_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *whandle, unsigned usage) vc4_resource_get_handle() argument
330 vc4_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) vc4_resource_get_param() argument
767 vc4_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) vc4_surface_destroy() argument
1005 vc4_flush_resource(struct pipe_context *pctx, struct pipe_resource *resource) vc4_flush_resource() argument
1013 vc4_update_shadow_baselevel_texture(struct pipe_context *pctx, struct pipe_sampler_view *pview) vc4_update_shadow_baselevel_texture() argument
1081 vc4_get_shadow_index_buffer(struct pipe_context *pctx, const struct pipe_draw_info *info, uint32_t offset, uint32_t count, uint32_t *shadow_offset) vc4_get_shadow_index_buffer() argument
1158 vc4_resource_context_init(struct pipe_context *pctx) vc4_resource_context_init() argument
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c149 static void ntfs_best_match(struct COMPRESS_CONTEXT *pctx, const int i, in ntfs_best_match() argument
248 ntfs_skip_position(struct COMPRESS_CONTEXT *pctx, const int i) ntfs_skip_position() argument
279 struct COMPRESS_CONTEXT *pctx; ntfs_compress_block() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c1189 fd5_emit_init(struct pipe_context *pctx) in fd5_emit_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c1311 fd6_prog_init(struct pipe_context *pctx) in fd6_prog_init() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h557 fd_context(struct pipe_context *pctx) in fd_context() argument
H A Dfreedreno_resource.c236 struct pipe_context *pctx = &ctx->base; variable
258 fd_replace_buffer_storage(struct pipe_context *pctx, struct pipe_resource *pdst, in fd_replace_buffer_storage() argument
361 struct pipe_context *pctx = &ctx->base; variable
580 struct pipe_context *pctx = &ctx->base; global() variable
660 fd_resource_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) fd_resource_transfer_flush_region() argument
782 resource_transfer_map_unsync(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct fd_transfer *trans) resource_transfer_map_unsync() argument
964 fd_resource_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) fd_resource_transfer_map() argument
1059 fd_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, struct winsys_handle *handle, unsigned usage) fd_resource_get_handle() argument
1453 fd_render_condition_check(struct pipe_context *pctx) fd_render_condition_check() argument
1717 fd_resource_context_init(struct pipe_context *pctx) fd_resource_context_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c150 lima_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, in lima_clear() argument
1015 lima_draw_vbo_update(struct pipe_context *pctx, in lima_draw_vbo_update() argument
1070 lima_draw_vbo_indexed(struct pipe_context *pctx, in lima_draw_vbo_indexed() argument
1114 lima_draw_vbo_count(struct pipe_context *pctx, in lima_draw_vbo_count() argument
1141 lima_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) lima_draw_vbo() argument
[all...]
H A Dlima_job.c1057 lima_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in lima_pipe_flush() argument
1074 lima_texture_barrier(struct pipe_context *pctx, unsigned flags) in lima_texture_barrier() argument
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c274 agx_transfer_map(struct pipe_context *pctx, in agx_transfer_map() argument
340 agx_transfer_unmap(struct pipe_context *pctx, in agx_transfer_unmap() argument
387 agx_clear(struct pipe_context *pctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, in agx_clear() argument
419 agx_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, unsigned flags) agx_flush() argument
590 agx_destroy_context(struct pipe_context *pctx) agx_destroy_context() argument
616 struct pipe_context *pctx = &ctx->base; agx_create_context() local
674 agx_flush_frontbuffer(struct pipe_screen *_screen, struct pipe_context *pctx, struct pipe_resource *prsrc, unsigned level, unsigned layer, void *context_private, struct pipe_box *box) agx_flush_frontbuffer() argument
[all...]
H A Dagx_state.h182 agx_context(struct pipe_context *pctx) in agx_context() argument
274 agx_resource(struct pipe_resource *pctx) in agx_resource() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp48 zink_emit_stream_output_targets(struct pipe_context *pctx) in zink_emit_stream_output_targets() argument
378 hack_conditional_render(struct pipe_context *pctx, in hack_conditional_render() argument
407 zink_draw(struct pipe_context *pctx, in zink_draw() argument
883 zink_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) zink_draw_vbo() argument
895 zink_draw_vertex_state(struct pipe_context *pctx, struct pipe_vertex_state *vstate, uint32_t partial_velem_mask, struct pipe_draw_vertex_state_info info, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) zink_draw_vertex_state() argument
925 zink_launch_grid(struct pipe_context *pctx, const struct pipe_grid_info *info) zink_launch_grid() argument
1079 zink_invalid_launch_grid(struct pipe_context *pctx, const struct pipe_grid_info *info) zink_invalid_launch_grid() argument
[all...]
H A Dzink_query.c443 zink_create_query(struct pipe_context *pctx, in zink_create_query() argument
512 zink_destroy_query(struct pipe_context *pctx, in zink_destroy_query() argument
615 get_query_result(struct pipe_context *pctx, in get_query_result() argument
682 struct pipe_context *pctx = &ctx->base; force_cpu_read() local
878 zink_begin_query(struct pipe_context *pctx, struct pipe_query *q) zink_begin_query() argument
967 zink_end_query(struct pipe_context *pctx, struct pipe_query *q) zink_end_query() argument
1003 zink_get_query_result(struct pipe_context *pctx, struct pipe_query *q, bool wait, union pipe_query_result *result) zink_get_query_result() argument
1113 zink_set_active_query_state(struct pipe_context *pctx, bool enable) zink_set_active_query_state() argument
1170 zink_render_condition(struct pipe_context *pctx, struct pipe_query *pquery, bool condition, enum pipe_render_cond_flag mode) zink_render_condition() argument
1226 zink_get_query_result_resource(struct pipe_context *pctx, struct pipe_query *pquery, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *pres, unsigned offset) zink_get_query_result_resource() argument
1323 struct pipe_context *pctx = &screen->copy_context->base; zink_get_timestamp() local
1339 zink_context_query_init(struct pipe_context *pctx) zink_context_query_init() argument
[all...]
/third_party/mesa3d/src/util/perf/
H A Du_trace.c396 u_trace_context_init(struct u_trace_context *utctx, void *pctx, u_trace_create_ts_buffer create_timestamp_buffer, u_trace_delete_ts_buffer delete_timestamp_buffer, u_trace_record_ts record_timestamp, u_trace_read_ts read_timestamp, u_trace_delete_flush_data delete_flush_data) u_trace_context_init() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp758 struct pipe_context *pctx = &ctx->base; in resolve_stencil_to_temp() local
903 d3d12_blit(struct pipe_context *pctx, const struct pipe_blit_info *info) d3d12_blit() argument
968 d3d12_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *pdst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *psrc, unsigned src_level, const struct pipe_box *psrc_box) d3d12_resource_copy_region() argument
[all...]
H A Dd3d12_draw.cpp877 d3d12_draw_vbo(struct pipe_context *pctx, in d3d12_draw_vbo() argument
1302 d3d12_launch_grid(struct pipe_context *pctx, const struct pipe_grid_info *info) in d3d12_launch_grid() argument
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_context.c138 panfrost_generic_cso_delete(struct pipe_context *pctx, void *hwcso) in panfrost_generic_cso_delete() argument
228 panfrost_bind_rasterizer_state( struct pipe_context *pctx, void *hwcso) panfrost_bind_rasterizer_state() argument
243 panfrost_set_shader_images( struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, unsigned unbind_num_trailing_slots, const struct pipe_image_view *iviews) panfrost_set_shader_images() argument
292 panfrost_bind_vertex_elements_state( struct pipe_context *pctx, void *hwcso) panfrost_bind_vertex_elements_state() argument
302 panfrost_create_shader_state( struct pipe_context *pctx, const struct pipe_shader_state *cso) panfrost_create_shader_state() argument
340 panfrost_delete_shader_state( struct pipe_context *pctx, void *so) panfrost_delete_shader_state() argument
369 panfrost_bind_sampler_states( struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start_slot, unsigned num_sampler, void **sampler) panfrost_bind_sampler_states() argument
519 panfrost_bind_shader_state( struct pipe_context *pctx, void *hwcso, enum pipe_shader_type type) panfrost_bind_shader_state() argument
581 panfrost_bind_vs_state(struct pipe_context *pctx, void *hwcso) panfrost_bind_vs_state() argument
591 panfrost_bind_fs_state(struct pipe_context *pctx, void *hwcso) panfrost_bind_fs_state() argument
597 panfrost_set_vertex_buffers( struct pipe_context *pctx, unsigned start_slot, unsigned num_buffers, unsigned unbind_num_trailing_slots, bool take_ownership, const struct pipe_vertex_buffer *buffers) panfrost_set_vertex_buffers() argument
615 panfrost_set_constant_buffer( struct pipe_context *pctx, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *buf) panfrost_set_constant_buffer() argument
637 panfrost_set_stencil_ref( struct pipe_context *pctx, const struct pipe_stencil_ref ref) panfrost_set_stencil_ref() argument
647 panfrost_set_sampler_views( struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start_slot, unsigned num_views, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) panfrost_set_sampler_views() argument
702 panfrost_set_shader_buffers( struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start, unsigned count, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) panfrost_set_shader_buffers() argument
718 panfrost_set_framebuffer_state(struct pipe_context *pctx, const struct pipe_framebuffer_state *fb) panfrost_set_framebuffer_state() argument
1015 panfrost_create_stream_output_target(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned buffer_offset, unsigned buffer_size) panfrost_create_stream_output_target() argument
1038 panfrost_stream_output_target_destroy(struct pipe_context *pctx, struct pipe_stream_output_target *target) panfrost_stream_output_target_destroy() argument
1046 panfrost_set_stream_output_targets(struct pipe_context *pctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) panfrost_set_stream_output_targets() argument
[all...]
H A Dpan_resource.c222 panfrost_flush_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in panfrost_flush_resource() argument
797 struct pipe_context *pctx = &ctx->base; in pan_alloc_staging() local
841 pan_blit_from_staging(struct pipe_context *pctx, struct panfrost_transfer *trans) in pan_blit_from_staging() argument
861 pan_blit_to_staging(struct pipe_context *pctx, struct panfrost_transfer *trans) in pan_blit_to_staging() argument
950 panfrost_ptr_map(struct pipe_context *pctx, in panfrost_ptr_map() argument
186 panfrost_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *prsc, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) panfrost_resource_get_param() argument
1279 panfrost_ptr_unmap(struct pipe_context *pctx, struct pipe_transfer *transfer) panfrost_ptr_unmap() argument
1371 panfrost_ptr_flush_region(struct pipe_context *pctx, struct pipe_transfer *transfer, const struct pipe_box *box) panfrost_ptr_flush_region() argument
1387 panfrost_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsrc) panfrost_invalidate_resource() argument
1415 panfrost_generate_mipmap( struct pipe_context *pctx, struct pipe_resource *prsrc, enum pipe_format format, unsigned base_level, unsigned last_level, unsigned first_layer, unsigned last_layer) panfrost_generate_mipmap() argument
1497 panfrost_resource_context_init(struct pipe_context *pctx) panfrost_resource_context_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c545 static bool r600_resource_commit(struct pipe_context *pctx, in r600_resource_commit() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c126 EVP_PKEY_CTX *pctx = ri->d.kari->pctx; in ossl_cms_env_asn1_ctrl() local
478 EVP_PKEY_CTX *pctx; in cms_RecipientInfo_ktri_encrypt() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c4674 EVP_PKEY_CTX *pctx = NULL; in ssl_generate_pkey() local
4698 EVP_PKEY_CTX *pctx = NULL; in ssl_generate_pkey_group() local
4737 EVP_PKEY_CTX *pctx = NULL; ssl_generate_param_group() local
4797 EVP_PKEY_CTX *pctx; ssl_derive() local
4852 EVP_PKEY_CTX *pctx; ssl_decapsulate() local
4902 EVP_PKEY_CTX *pctx; ssl_encapsulate() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c1032 void EVP_MD_CTX_set_pkey_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pctx) in EVP_MD_CTX_set_pkey_ctx() argument
H A Dctrl_params_translate.c167 EVP_PKEY_CTX *pctx; member
2635 evp_pkey_ctx_ctrl_to_param(EVP_PKEY_CTX *pctx, int keytype, int optype, int cmd, int p1, void *p2) evp_pkey_ctx_ctrl_to_param() argument
2704 evp_pkey_ctx_ctrl_str_to_param(EVP_PKEY_CTX *pctx, const char *name, const char *value) evp_pkey_ctx_ctrl_str_to_param() argument
2766 evp_pkey_ctx_setget_params_to_ctrl(EVP_PKEY_CTX *pctx, enum action action_type, OSSL_PARAM *params) evp_pkey_ctx_setget_params_to_ctrl() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c831 EVP_PKEY_CTX *pctx = vpctx; in rsa_int_import_from() local
401 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) rsa_sig_print() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c389 EVP_PKEY_CTX *pctx = vpctx; in ecx_generic_import_from() local
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c299 EVP_PKEY_CTX *pctx = NULL; in tls_construct_cert_verify() local
434 EVP_PKEY_CTX *pctx = NULL; in tls_process_cert_verify() local

Completed in 38 milliseconds

12345678910>>...13