Home
last modified time | relevance | path

Searched refs:ctx (Results 1726 - 1750 of 6934) sorted by relevance

1...<<61626364656667686970>>...278

/third_party/ffmpeg/libavfilter/
H A Ddnn_filter_common.h52 int ff_dnn_init(DnnContext *ctx, DNNFunctionType func_type, AVFilterContext *filter_ctx);
53 int ff_dnn_set_frame_proc(DnnContext *ctx, FramePrePostProc pre_proc, FramePrePostProc post_proc);
54 int ff_dnn_set_detect_post_proc(DnnContext *ctx, DetectPostProc post_proc);
55 int ff_dnn_set_classify_post_proc(DnnContext *ctx, ClassifyPostProc post_proc);
56 int ff_dnn_get_input(DnnContext *ctx, DNNData *input);
57 int ff_dnn_get_output(DnnContext *ctx, int input_width, int input_height, int *output_width, int *output_height);
58 int ff_dnn_execute_model(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame);
59 int ff_dnn_execute_model_classification(DnnContext *ctx, AVFrame *in_frame, AVFrame *out_frame, const char *target);
60 DNNAsyncStatusType ff_dnn_get_result(DnnContext *ctx, AVFrame **in_frame, AVFrame **out_frame);
61 int ff_dnn_flush(DnnContext *ctx);
[all...]
H A Dvf_blend.c163 static int filter_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in filter_slice() argument
191 static AVFrame *blend_frame(AVFilterContext *ctx, AVFrame *top_buf, in blend_frame() argument
194 BlendContext *s = ctx->priv; in blend_frame()
195 AVFilterLink *inlink = ctx->inputs[0]; in blend_frame()
196 AVFilterLink *outlink = ctx->outputs[0]; in blend_frame()
219 ff_filter_execute(ctx, filter_slice, &td, NULL, in blend_frame()
220 FFMIN(outh, ff_filter_get_nb_threads(ctx))); in blend_frame()
231 AVFilterContext *ctx = fs->parent; in blend_frame_for_dualinput() local
239 return ff_filter_frame(ctx->outputs[0], top_buf); in blend_frame_for_dualinput()
240 dst_buf = blend_frame(ctx, top_bu in blend_frame_for_dualinput()
244 init(AVFilterContext *ctx) init() argument
275 uninit(AVFilterContext *ctx) uninit() argument
287 config_params(AVFilterContext *ctx) config_params() argument
321 AVFilterContext *ctx = outlink->src; config_output() local
369 process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) process_command() argument
383 activate(AVFilterContext *ctx) activate() argument
429 AVFilterContext *ctx = inlink->dst; tblend_filter_frame() local
[all...]
H A Dvf_xmedian.c61 int (*median_frames)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
94 static av_cold int init(AVFilterContext *ctx) in init() argument
96 XMedianContext *s = ctx->priv; in init()
131 static int median_frames ## name(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) \
133 XMedianContext *s = ctx->priv; \
201 AVFilterContext *ctx = fs->parent; in process_frame() local
202 AVFilterLink *outlink = ctx->outputs[0]; in process_frame()
216 if (ctx->is_disabled) { in process_frame()
225 if (!ctx->is_disabled) { in process_frame()
228 ff_filter_execute(ctx, in process_frame()
237 AVFilterContext *ctx = outlink->src; config_output() local
313 uninit(AVFilterContext *ctx) uninit() argument
326 activate(AVFilterContext *ctx) activate() argument
333 xmedian_init(AVFilterContext *ctx) xmedian_init() argument
399 AVFilterContext *ctx = inlink->dst; tmedian_filter_frame() local
[all...]
H A Daf_acrossover.c80 int (*filter_channels)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
112 static int query_formats(AVFilterContext *ctx) in query_formats() argument
114 AudioCrossoverContext *s = ctx->priv; in query_formats()
125 int ret = ff_set_common_all_channel_counts(ctx); in query_formats()
142 ret = ff_set_common_formats_from_list(ctx, sample_fmts_list); in query_formats()
146 return ff_set_common_all_samplerates(ctx); in query_formats()
149 static int parse_gains(AVFilterContext *ctx) in parse_gains() argument
151 AudioCrossoverContext *s = ctx->priv; in parse_gains()
167 av_log(ctx, AV_LOG_ERROR, "Invalid syntax for gain[%d].\n", i); in parse_gains()
184 static av_cold int init(AVFilterContext *ctx) in init() argument
472 AVFilterContext *ctx = inlink->dst; config_input() local
522 AVFilterContext *ctx = inlink->dst; filter_frame() local
562 activate(AVFilterContext *ctx) activate() argument
605 uninit(AVFilterContext *ctx) uninit() argument
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genec.h39 EVP_PKEY_CTX *ctx[2];
71 * \param ctx: your genec context
80 lws_genecdh_create(struct lws_genec_ctx *ctx, struct lws_context *context,
85 * \param ctx: your genecdh context
89 * Applies an EC key to one side or the other of an ECDH ctx
92 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el,
97 * \param ctx: your genec context
105 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side,
109 lws_genecdh_compute_shared_secret(struct lws_genec_ctx *ctx, uint8_t *ss,
117 * \param ctx
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dhmac_drbg.h126 * \param ctx HMAC_DRBG context to be initialized.
128 void mbedtls_hmac_drbg_init(mbedtls_hmac_drbg_context *ctx);
172 * \param ctx HMAC_DRBG context to be seeded.
198 int mbedtls_hmac_drbg_seed(mbedtls_hmac_drbg_context *ctx,
221 * \param ctx HMAC_DRBG context to be initialised.
233 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
247 * \param ctx The HMAC_DRBG context.
250 void mbedtls_hmac_drbg_set_prediction_resistance(mbedtls_hmac_drbg_context *ctx,
259 * \param ctx The HMAC_DRBG context.
262 void mbedtls_hmac_drbg_set_entropy_len(mbedtls_hmac_drbg_context *ctx,
[all...]
H A Dctr_drbg.h229 * \param ctx The CTR_DRBG context to initialize.
231 void mbedtls_ctr_drbg_init(mbedtls_ctr_drbg_context *ctx);
305 * \param ctx The CTR_DRBG context to seed.
332 int mbedtls_ctr_drbg_seed(mbedtls_ctr_drbg_context *ctx,
342 * \param ctx The CTR_DRBG context to clear.
344 void mbedtls_ctr_drbg_free(mbedtls_ctr_drbg_context *ctx);
356 * \param ctx The CTR_DRBG context.
359 void mbedtls_ctr_drbg_set_prediction_resistance(mbedtls_ctr_drbg_context *ctx,
380 * \param ctx The CTR_DRBG context.
386 void mbedtls_ctr_drbg_set_entropy_len(mbedtls_ctr_drbg_context *ctx,
[all...]
H A Decjpake.h85 * \param ctx The ECJPAKE context to initialize.
88 void mbedtls_ecjpake_init(mbedtls_ecjpake_context *ctx);
96 * \param ctx The ECJPAKE context to set up. This must be initialized.
111 int mbedtls_ecjpake_setup(mbedtls_ecjpake_context *ctx,
121 * \param ctx The ECJPAKE context to configure.
130 int mbedtls_ecjpake_set_point_format(mbedtls_ecjpake_context *ctx,
136 * \param ctx The ECJPAKE context to check. This must be
142 int mbedtls_ecjpake_check(const mbedtls_ecjpake_context *ctx);
149 * \param ctx The ECJPAKE context to use. This must be
163 int mbedtls_ecjpake_write_round_one(mbedtls_ecjpake_context *ctx,
[all...]
H A Dx509_csr.h226 * \param ctx CSR context to initialize
228 void mbedtls_x509write_csr_init(mbedtls_x509write_csr *ctx);
236 * \param ctx CSR context to use
242 int mbedtls_x509write_csr_set_subject_name(mbedtls_x509write_csr *ctx,
249 * \param ctx CSR context to use
252 void mbedtls_x509write_csr_set_key(mbedtls_x509write_csr *ctx, mbedtls_pk_context *key);
258 * \param ctx CSR context to use
261 void mbedtls_x509write_csr_set_md_alg(mbedtls_x509write_csr *ctx, mbedtls_md_type_t md_alg);
267 * \param ctx CSR context to use
280 int mbedtls_x509write_csr_set_key_usage(mbedtls_x509write_csr *ctx, unsigne
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
H A Dlws-genec.c26 struct lws_genec_ctx ctx; in test_genec1() local
34 if (lws_genecdh_create(&ctx, context, NULL)) in test_genec1()
39 if (lws_genecdh_new_keypair(&ctx, LDHS_OURS, "P-256", el)) { in test_genec1()
47 lws_genec_destroy(&ctx); in test_genec1()
63 if (lws_genecdh_create(&ctx, context, NULL)) in test_genec1()
66 n = lws_genecdh_set_key(&ctx, jwk.e, LDHS_OURS); in test_genec1()
73 if (lws_genec_crypt(&ctx, cbc256, 16, res, (uint8_t *)cbc256_iv, in test_genec1()
85 lws_genec_destroy(&ctx); in test_genec1()
87 if (lws_genec_create(&ctx, LWS_GAESO_DEC, LWS_GAESM_CBC, &e, NULL)) { in test_genec1()
92 if (lws_genec_crypt(&ctx, re in test_genec1()
[all...]
/third_party/node/test/parallel/
H A Dtest-http-1.0-keep-alive.js120 const ctx = test.responses[current];
121 console.error('< SERVER SENDING RESPONSE', ctx);
122 res.writeHead(200, ctx.headers);
123 ctx.chunks.slice(0, -1).forEach(function(chunk) { res.write(chunk); });
124 res.end(ctx.chunks[ctx.chunks.length - 1]);
133 const ctx = test.requests[current];
134 console.error(' > CLIENT SENDING REQUEST', ctx);
136 conn.write(ctx.data);
140 if (!ctx
[all...]
/third_party/mesa3d/src/intel/ds/
H A Dintel_pps_perf.cc84 assert(!ctx && "Perf context should not be initialized at this point"); in open()
86 ctx = intel_perf_new_context(ralloc_ctx); in open()
87 intel_perf_init_context(ctx, cfg, nullptr, nullptr, nullptr, &devinfo, 0, drm_fd); in open()
91 return intel_perf_open(ctx, in open()
102 if (ctx) { in close()
103 intel_perf_close(ctx, nullptr); in close()
104 ctx = nullptr; in close()
110 assert(ctx && "Perf context was not open"); in oa_stream_ready()
111 return intel_perf_oa_stream_ready(ctx); in oa_stream_ready()
116 assert(ctx in read_oa_stream()
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprogram.h54 _mesa_init_program(struct gl_context *ctx);
57 _mesa_free_program_data(struct gl_context *ctx);
60 _mesa_update_default_objects_program(struct gl_context *ctx);
63 _mesa_set_program_error(struct gl_context *ctx, GLint pos, const char *string);
70 _mesa_new_program(struct gl_context *ctx, gl_shader_stage stage, GLuint id,
74 _mesa_delete_program(struct gl_context *ctx, struct gl_program *prog);
77 _mesa_lookup_program(struct gl_context *ctx, GLuint id);
80 _mesa_reference_program_(struct gl_context *ctx,
85 _mesa_reference_program(struct gl_context *ctx, in _mesa_reference_program() argument
90 _mesa_reference_program_(ctx, pt in _mesa_reference_program()
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_noop.c105 is_vertex_position(const struct gl_context *ctx, GLuint index) in is_vertex_position() argument
110 #define ATTR_UNION(A, N, T, C, V0, V1, V2, V3) do { (void)ctx; (void)(A); } while(0)
111 #define ERROR(err) _mesa_error(ctx, err, __func__)
123 vbo_install_exec_vtxfmt_noop(struct gl_context *ctx) in vbo_install_exec_vtxfmt_noop() argument
130 struct _glapi_table *tab = ctx->Exec; in vbo_install_exec_vtxfmt_noop()
133 if (ctx->BeginEnd) { in vbo_install_exec_vtxfmt_noop()
134 tab = ctx->BeginEnd; in vbo_install_exec_vtxfmt_noop()
138 if (ctx->HWSelectModeBeginEnd) { in vbo_install_exec_vtxfmt_noop()
139 tab = ctx->HWSelectModeBeginEnd; in vbo_install_exec_vtxfmt_noop()
146 vbo_install_save_vtxfmt_noop(struct gl_context *ctx) in vbo_install_save_vtxfmt_noop() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_sw.c37 etna_sw_destroy_query(struct etna_context *ctx, struct etna_query *q) in etna_sw_destroy_query() argument
45 read_counter(struct etna_context *ctx, unsigned type) in read_counter() argument
49 return ctx->stats.prims_generated; in read_counter()
51 return ctx->stats.draw_calls; in read_counter()
53 return ctx->stats.rs_operations; in read_counter()
60 etna_sw_begin_query(struct etna_context *ctx, struct etna_query *q) in etna_sw_begin_query() argument
64 sq->begin_value = read_counter(ctx, q->type); in etna_sw_begin_query()
68 etna_sw_end_query(struct etna_context *ctx, struct etna_query *q) in etna_sw_end_query() argument
72 sq->end_value = read_counter(ctx, q->type); in etna_sw_end_query()
76 etna_sw_get_query_result(struct etna_context *ctx, struc argument
94 etna_sw_create_query(struct etna_context *ctx, unsigned query_type) etna_sw_create_query() argument
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.h103 struct pan_blit_context *ctx);
106 pan_blit_next_surface(struct pan_blit_context *ctx) in pan_blit_next_surface() argument
108 if (ctx->dst.last_layer < ctx->dst.layer_offset) { in pan_blit_next_surface()
109 if (ctx->dst.cur_layer <= ctx->dst.last_layer) in pan_blit_next_surface()
112 ctx->dst.cur_layer--; in pan_blit_next_surface()
114 if (ctx->dst.cur_layer >= ctx->dst.last_layer) in pan_blit_next_surface()
117 ctx in pan_blit_next_surface()
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c21 CRYPTO_ocb128_cleanup(&ctx->ocb); \
22 fn_set_enc_key(key, keylen * 8, &ctx->ksenc.ks); \
23 fn_set_dec_key(key, keylen * 8, &ctx->ksdec.ks); \
24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
26 ctx->base.enc ? (ocb128_f)fn_stream_enc : \
29 ctx->key_set = 1
36 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in cipher_hw_aes_ocb_generic_initkey() local
68 PROV_AES_OCB_CTX *ctx in cipher_hw_aes_ocb_aesni_initkey() local
91 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; cipher_hw_aes_ocb_t4_initkey() local
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dasync.h57 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx);
58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
63 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
65 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
67 int ASYNC_WAIT_CTX_get_callback(ASYNC_WAIT_CTX *ctx,
70 int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx,
73 int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status);
74 int ASYNC_WAIT_CTX_get_status(ASYNC_WAIT_CTX *ctx);
75 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
78 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, cons
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_seal.c20 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_SealInit() argument
33 EVP_CIPHER_CTX_reset(ctx); in EVP_SealInit()
34 if (!EVP_EncryptInit_ex(ctx, type, NULL, NULL, NULL)) in EVP_SealInit()
37 if ((cipher = EVP_CIPHER_CTX_get0_cipher(ctx)) != NULL in EVP_SealInit()
43 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in EVP_SealInit()
46 len = EVP_CIPHER_CTX_get_iv_length(ctx); in EVP_SealInit()
50 len = EVP_CIPHER_CTX_get_key_length(ctx); in EVP_SealInit()
54 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv)) in EVP_SealInit()
80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
83 i = EVP_EncryptFinal_ex(ctx, ou in EVP_SealFinal()
[all...]
/third_party/openssl/crypto/evp/
H A Dp_seal.c20 int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, in EVP_SealInit() argument
33 EVP_CIPHER_CTX_reset(ctx); in EVP_SealInit()
34 if (!EVP_EncryptInit_ex(ctx, type, NULL, NULL, NULL)) in EVP_SealInit()
37 if ((cipher = EVP_CIPHER_CTX_get0_cipher(ctx)) != NULL in EVP_SealInit()
43 if (EVP_CIPHER_CTX_rand_key(ctx, key) <= 0) in EVP_SealInit()
46 len = EVP_CIPHER_CTX_get_iv_length(ctx); in EVP_SealInit()
50 len = EVP_CIPHER_CTX_get_key_length(ctx); in EVP_SealInit()
54 if (!EVP_EncryptInit_ex(ctx, NULL, NULL, key, iv)) in EVP_SealInit()
80 int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_SealFinal() argument
83 i = EVP_EncryptFinal_ex(ctx, ou in EVP_SealFinal()
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb_hw.c21 CRYPTO_ocb128_cleanup(&ctx->ocb); \
22 fn_set_enc_key(key, keylen * 8, &ctx->ksenc.ks); \
23 fn_set_dec_key(key, keylen * 8, &ctx->ksdec.ks); \
24 if (!CRYPTO_ocb128_init(&ctx->ocb, &ctx->ksenc.ks, &ctx->ksdec.ks, \
26 ctx->base.enc ? (ocb128_f)fn_stream_enc : \
29 ctx->key_set = 1
36 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; in cipher_hw_aes_ocb_generic_initkey() local
68 PROV_AES_OCB_CTX *ctx in cipher_hw_aes_ocb_aesni_initkey() local
91 PROV_AES_OCB_CTX *ctx = (PROV_AES_OCB_CTX *)vctx; cipher_hw_aes_ocb_t4_initkey() local
[all...]
/third_party/openssl/include/openssl/
H A Dasync.h57 void ASYNC_WAIT_CTX_free(ASYNC_WAIT_CTX *ctx);
58 int ASYNC_WAIT_CTX_set_wait_fd(ASYNC_WAIT_CTX *ctx, const void *key,
63 int ASYNC_WAIT_CTX_get_fd(ASYNC_WAIT_CTX *ctx, const void *key,
65 int ASYNC_WAIT_CTX_get_all_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *fd,
67 int ASYNC_WAIT_CTX_get_callback(ASYNC_WAIT_CTX *ctx,
70 int ASYNC_WAIT_CTX_set_callback(ASYNC_WAIT_CTX *ctx,
73 int ASYNC_WAIT_CTX_set_status(ASYNC_WAIT_CTX *ctx, int status);
74 int ASYNC_WAIT_CTX_get_status(ASYNC_WAIT_CTX *ctx);
75 int ASYNC_WAIT_CTX_get_changed_fds(ASYNC_WAIT_CTX *ctx, OSSL_ASYNC_FD *addfd,
78 int ASYNC_WAIT_CTX_clear_fd(ASYNC_WAIT_CTX *ctx, cons
[all...]
/third_party/skia/tests/
H A DGrSubmittedFlushTest.cpp23 static void testing_submitted_proc(void* ctx, bool success) { in testing_submitted_proc() argument
24 SubmittedInfo* info = (SubmittedInfo*)ctx; in testing_submitted_proc()
30 auto ctx = ctxInfo.directContext(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
33 sk_sp<SkSurface> surface = SkSurface::MakeRenderTarget(ctx, SkBudgeted::kNo, info); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
46 ctx->flush(flushInfo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
49 ctx->submit(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
60 ctx->flush(flushInfo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
63 ctx->submit(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
74 ctx->submit(); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
81 ctx in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.h289 void (*logger)(void *ctx, const u8 *addr, logger_level level,
291 void (*disconnect)(void *ctx, const u8 *addr, u16 reason);
292 int (*mic_failure_report)(void *ctx, const u8 *addr);
293 void (*psk_failure_report)(void *ctx, const u8 *addr);
294 void (*set_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var,
296 int (*get_eapol)(void *ctx, const u8 *addr, wpa_eapol_variable var);
297 const u8 * (*get_psk)(void *ctx, const u8 *addr, const u8 *p2p_dev_addr,
300 int (*get_msk)(void *ctx, const u8 *addr, u8 *msk, size_t *len);
301 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
304 int (*get_seqnum)(void *ctx, cons
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c70 rebind_resource_in_ctx(struct fd_context *ctx,
75 if (ctx->rebind_resource)
76 ctx->rebind_resource(ctx, rsc);
80 struct fd_vertexbuf_stateobj *vb = &ctx->vtx.vertexbuf;
81 for (unsigned i = 0; i < vb->count && !(ctx->dirty & FD_DIRTY_VTXBUF);
84 fd_context_dirty(ctx, FD_DIRTY_VTXBUF);
100 !(ctx->dirty_shader[stage] & FD_DIRTY_CONST)) {
101 struct fd_constbuf_stateobj *cb = &ctx->constbuf[stage];
105 fd_context_dirty_shader(ctx, stag
177 __fd_resource_wait(struct fd_context *ctx, struct fd_resource *rsc, unsigned op, const char *func) __fd_resource_wait() argument
262 struct fd_context *ctx = fd_context(pctx); fd_replace_buffer_storage() local
552 fd_resource_uncompress(struct fd_context *ctx, struct fd_resource *rsc, bool linear) fd_resource_uncompress() argument
687 struct fd_context *ctx = fd_context(pctx); global() variable
703 struct fd_context *ctx = fd_context(pctx); global() variable
752 struct fd_context *ctx = fd_context(pctx); global() variable
824 struct fd_context *ctx = fd_context(pctx); global() variable
969 struct fd_context *ctx = fd_context(pctx); fd_resource_transfer_map() local
1455 struct fd_context *ctx = fd_context(pctx); fd_render_condition_check() local
1476 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]

Completed in 12 milliseconds

1...<<61626364656667686970>>...278