Home
last modified time | relevance | path

Searched refs:is_export (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2.c64 if (is_export(instr)) in alu_vector_prio()
88 if (is_export(instr)) in alu_scalar_prio()
230 if (is_export(instr)) in sched_next()
239 if (is_export(instr) && export_buf(instr->alu.export) != export) in sched_next()
246 (is_export(instr) && export == SQ_MEMORY)) in sched_next()
379 ra_reg(ctx, get_reg(instr_v), -1, is_export(instr_v), in sched_next()
383 ra_reg(ctx, get_reg(instr_s), -1, is_export(instr_s), in sched_next()
Dir2_cp.c109 if (!is_export(instr)) /* TODO */ in cp_export()
Dir2_private.h294 is_export(struct ir2_instr *instr) in is_export() function
Dir2_assemble.c144 if (is_export(instr)) in dst_to_reg()
/third_party/openssl/doc/man3/
DSSL_CTX_set_tmp_dh_callback.pod12 DH *(*tmp_dh_callback)(SSL *ssl, int is_export,
17 DH *(*tmp_dh_callback)(SSL *ssl, int is_export,
77 Previous versions of the callback used B<is_export> and B<keylength>
81 the callback but ignore B<keylength> and B<is_export> and simply
/third_party/openssl/include/openssl/
Dssl.h2071 DH *(*dh) (SSL *ssl, int is_export,
2074 DH *(*dh) (SSL *ssl, int is_export,
/third_party/openssl/ssl/
Dssl_local.h1888 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
Dssl_lib.c4304 DH *(*dh) (SSL *ssl, int is_export, in SSL_CTX_set_tmp_dh_callback() argument
4310 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export, in SSL_set_tmp_dh_callback() argument
/third_party/openssl/
DCHANGES10882 *) Call dh_tmp_cb (set by ..._TMP_DH_CB) with correct 'is_export' flag;