| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 501 fd_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) fd_clear_render_target() argument 510 fd_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) fd_clear_depth_stencil() argument 586 fd_draw_init(struct pipe_context *pctx) fd_draw_init() argument [all...] |
| H A D | freedreno_query.c | 41 fd_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in fd_create_query() argument 88 fd_get_query_result(struct pipe_context *pctx, struc argument 262 fd_query_context_init(struct pipe_context *pctx) fd_query_context_init() argument [all...] |
| H A D | freedreno_query_acc.c | 255 fd_acc_query_register_provider(struct pipe_context *pctx, in fd_acc_query_register_provider() argument
|
| H A D | freedreno_program.c | 113 assemble_tgsi(struct pipe_context *pctx, const char *src, bool frag) assemble_tgsi() argument 131 texcoord_semantic(struct pipe_context *pctx) texcoord_semantic() argument 143 fd_prog_blit_vs(struct pipe_context *pctx) fd_prog_blit_vs() argument 166 fd_prog_blit_fs(struct pipe_context *pctx, int rts, bool depth) fd_prog_blit_fs() argument 195 fd_prog_init(struct pipe_context *pctx) fd_prog_init() argument 239 fd_prog_fini(struct pipe_context *pctx) fd_prog_fini() argument [all...] |
| H A D | freedreno_texture.c | 38 fd_sampler_state_delete(struct pipe_context *pctx, void *hwcso) in fd_sampler_state_delete() argument 44 fd_sampler_view_destroy(struct pipe_context *pctx, in fd_sampler_view_destroy() argument 128 fd_texture_init(struct pipe_context *pctx) in fd_texture_init() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_query.cpp | 130 d3d12_create_query(struct pipe_context *pctx, in d3d12_create_query() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_fence.c | 78 etna_create_fence_fd(struct pipe_context *pctx, in etna_create_fence_fd() argument 87 etna_fence_server_sync(struct pipe_context *pctx, in etna_fence_server_sync() argument 104 etna_fence_create(struct pipe_context *pctx, int fence_fd) in etna_fence_create() argument
|
| H A D | etnaviv_query.c | 38 etna_create_query(struct pipe_context *pctx, unsigned query_type, in etna_create_query() argument 52 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query() argument 60 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query() argument 70 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query() argument 80 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result() argument 123 etna_set_active_query_state(struct pipe_context *pctx, bool enable) etna_set_active_query_state() argument 144 etna_query_context_init(struct pipe_context *pctx) etna_query_context_init() argument [all...] |
| H A D | etnaviv_blend.c | 38 etna_blend_state_create(struct pipe_context *pctx, in etna_blend_state_create() argument 161 etna_set_blend_color(struct pipe_context *pctx, const struct pipe_blend_color *bc) in etna_set_blend_color() argument
|
| H A D | etnaviv_surface.c | 44 etna_render_handle_incompatible(struct pipe_context *pctx, in etna_render_handle_incompatible() argument 84 etna_create_surface(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_surface() argument 193 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) in etna_surface_destroy() argument 201 etna_surface_init(struct pipe_context *pctx) in etna_surface_init() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_context.c | 40 vc4_flush(struct pipe_context *pctx) in vc4_flush() argument 51 vc4_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in vc4_pipe_flush() argument 81 vc4_texture_barrier(struct pipe_context *pctx, unsigned flags) in vc4_texture_barrier() argument 87 vc4_set_debug_callback(struct pipe_context *pctx, in vc4_set_debug_callback() argument 99 vc4_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) vc4_invalidate_resource() argument 117 vc4_context_destroy(struct pipe_context *pctx) vc4_context_destroy() argument 167 struct pipe_context *pctx = &vc4->base; vc4_context_create() local [all...] |
| H A D | vc4_query.c | 118 vc4_create_batch_query(struct pipe_context *pctx, unsigned num_queries, in vc4_create_batch_query() argument 167 vc4_destroy_query(struct pipe_context *pctx, struct pipe_query *pquery) in vc4_destroy_query() argument 188 vc4_begin_query(struct pipe_context *pctx, struct pipe_query *pquery) in vc4_begin_query() argument 230 vc4_end_query(struct pipe_context *pctx, struct pipe_query *pquery) in vc4_end_query() argument 250 vc4_get_query_result(struct pipe_context *pctx, struc argument 281 vc4_set_active_query_state(struct pipe_context *pctx, bool enable) vc4_set_active_query_state() argument 286 vc4_query_init(struct pipe_context *pctx) vc4_query_init() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_compute.c | 100 panfrost_set_compute_resources(struct pipe_context *pctx, in panfrost_set_compute_resources() argument 108 panfrost_set_global_binding(struct pipe_context *pctx, in panfrost_set_global_binding() argument 141 panfrost_memory_barrier(struct pipe_context *pctx, unsigned flags) in panfrost_memory_barrier() argument 149 panfrost_compute_context_init(struct pipe_context *pctx) in panfrost_compute_context_init() argument 41 panfrost_create_compute_state( struct pipe_context *pctx, const struct pipe_compute_state *cso) panfrost_create_compute_state() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | x_long.c | 189 long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) long_print() argument
|
| H A D | x_bignum.c | 149 bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) bn_print() argument
|
| /third_party/openssl/crypto/asn1/ |
| H A D | x_long.c | 189 long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) long_print() argument
|
| H A D | x_bignum.c | 149 bn_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) bn_print() argument
|
| /third_party/openssl/test/helpers/ |
| H A D | predefined_dhparams.c | 21 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_from_name(libctx, type, NULL); in get_dh_from_pg_bn() local
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nft_lookup.c | 172 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_lookup_validate_setelem() local
|
| H A D | nft_immediate.c | 250 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_immediate_validate() local
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_immediate.c | 251 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_immediate_validate() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | slicethread.c | 96 int avpriv_slicethread_create(AVSliceThread **pctx, void *priv, in avpriv_slicethread_create() argument 201 void avpriv_slicethread_free(AVSliceThread **pctx) in avpriv_slicethread_free() argument 238 int avpriv_slicethread_create(AVSliceThread **pctx, voi argument 252 avpriv_slicethread_free(AVSliceThread **pctx) avpriv_slicethread_free() argument [all...] |
| /third_party/libdrm/nouveau/ |
| H A D | bufctx.c | 84 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(*pbctx); in nouveau_bufctx_del() local 101 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); in nouveau_bufctx_reset() local 120 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); nouveau_bufctx_refn() local 148 struct nouveau_bufctx_priv *pctx = nouveau_bufctx(bctx); nouveau_bufctx_mthd() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_blit.c | 266 try_copy_region(struct pipe_context *pctx, const struct pipe_blit_info *info) in try_copy_region() argument 285 zink_blit(struct pipe_context *pctx, in zink_blit() argument [all...] |
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | lws-genec.c | 321 lws_genec_keypair_destroy(EVP_PKEY_CTX **pctx) in lws_genec_keypair_destroy() argument 220 lws_genec_keypair_import(struct lws_genec_ctx *ctx, const struct lws_ec_curves *curve_table, EVP_PKEY_CTX **pctx, const struct lws_gencrypto_keyelem *el) lws_genec_keypair_import() argument [all...] |