Home
last modified time | relevance | path

Searched defs:pctx (Results 51 - 75 of 325) sorted by relevance

12345678910>>...13

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_texture.c38 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...]
H A Dfreedreno_blitter.c121 struct pipe_context *pctx = &ctx->base; in fd_blitter_blit() local
188 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, in fd_blitter_clear() argument
287 fd_blit(struct pipe_context *pctx, const struct pipe_blit_info *blit_info) fd_blit() argument
331 struct pipe_context *pctx = &ctx->base; global() variable
349 fd_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) fd_resource_copy_region() argument
[all...]
H A Dfreedreno_fence.c133 fd_fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in fd_fence_finish() argument
186 fd_create_fence_fd(struct pipe_context *pctx, struct pipe_fence_handle **pfence, in fd_create_fence_fd() argument
214 fd_fence_server_sync(struct pipe_context *pctx, struct pipe_fence_handle *fence) fd_fence_server_sync() argument
238 fd_fence_server_signal(struct pipe_context *pctx, struct pipe_fence_handle *fence) fd_fence_server_signal() argument
297 fd_fence_create_unflushed(struct pipe_context *pctx, struct tc_unflushed_batch_token *tc_token) fd_fence_create_unflushed() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp130 d3d12_create_query(struct pipe_context *pctx, in d3d12_create_query() argument
[all...]
H A Dd3d12_fence.cpp176 fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, in fence_finish() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_fence.c78 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 Detnaviv_query.c38 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 Detnaviv_blend.c38 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 Detnaviv_surface.c44 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...]
H A Detnaviv_transfer.c102 etna_transfer_unmap(struct pipe_context *pctx, struct pipe_transfer *ptrans) in etna_transfer_unmap() argument
191 etna_transfer_map(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_transfer_map() argument
482 etna_transfer_flush_region(struct pipe_context *pctx, struct pipe_transfer *ptrans, const struct pipe_box *box) etna_transfer_flush_region() argument
496 etna_transfer_init(struct pipe_context *pctx) etna_transfer_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.c40 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 Dvc4_query.c118 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 Dpan_compute.c100 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 Dx_long.c189 long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) long_print() argument
H A Dx_bignum.c149 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 Dx_long.c189 long_print(BIO *out, const ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) long_print() argument
H A Dx_bignum.c149 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 Dpredefined_dhparams.c21 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new_from_name(libctx, type, NULL); in get_dh_from_pg_bn() local
/third_party/ffmpeg/libavutil/
H A Dslicethread.c96 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 Dbufctx.c84 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 Dzink_blit.c266 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 Dlws-genec.c321 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...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c78 fd4_sampler_state_create(struct pipe_context *pctx, in fd4_sampler_state_create() argument
129 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround() argument
136 fd4_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd4_sampler_view_create() argument
234 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd4_set_sampler_views() argument
306 fd4_texture_init(struct pipe_context *pctx) in fd4_texture_init() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.c107 lima_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in lima_invalidate_resource() argument
136 lima_context_destroy(struct pipe_context *pctx) in lima_context_destroy() argument
191 lima_set_debug_callback(struct pipe_context *pctx, in lima_set_debug_callback() argument
/third_party/mesa3d/src/util/perf/
H A Du_trace.h138 void *pctx; member

Completed in 11 milliseconds

12345678910>>...13