Searched refs:c_context (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/numeric/ublas/opencl/ |
D | transpose.hpp | 54 cl_context c_context = queue.get_context().get(); in change_layout() local 55 cl_program program = clCreateProgramWithSource(c_context, 1, &kernel, &len, &err); in change_layout() 102 cl_context c_context = queue.get_context().get(); in trans() local 103 cl_program program = clCreateProgramWithSource(c_context, 1, &kernel, &len, &err); in trans()
|
/third_party/libcoap/src/ |
D | coap_mbedtls.c | 1351 void *coap_dtls_new_context(coap_context_t *c_context) in coap_dtls_new_context() argument 1354 (void)c_context; in coap_dtls_new_context() 1368 coap_dtls_context_set_spsk(coap_context_t *c_context, in coap_dtls_context_set_spsk() argument 1372 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_spsk() 1392 coap_dtls_context_set_cpsk(coap_context_t *c_context, in coap_dtls_context_set_cpsk() argument 1402 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_cpsk() 1415 int coap_dtls_context_set_pki(coap_context_t *c_context, in coap_dtls_context_set_pki() argument 1420 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_pki() 1441 int coap_dtls_context_set_pki_root_cas(coap_context_t *c_context, in coap_dtls_context_set_pki_root_cas() argument 1446 ((coap_mbedtls_context_t *)c_context->dtls_context); in coap_dtls_context_set_pki_root_cas() [all …]
|
D | coap_gnutls.c | 241 coap_dtls_context_set_pki(coap_context_t *c_context, in coap_dtls_context_set_pki() argument 246 ((coap_gnutls_context_t *)c_context->dtls_context); in coap_dtls_context_set_pki() 289 coap_dtls_context_set_pki_root_cas(coap_context_t *c_context, in coap_dtls_context_set_pki_root_cas() argument 294 ((coap_gnutls_context_t *)c_context->dtls_context); in coap_dtls_context_set_pki_root_cas() 334 coap_dtls_context_set_spsk(coap_context_t *c_context, in coap_dtls_context_set_spsk() argument 338 ((coap_gnutls_context_t *)c_context->dtls_context); in coap_dtls_context_set_spsk() 352 coap_dtls_context_set_cpsk(coap_context_t *c_context, in coap_dtls_context_set_cpsk() argument 356 ((coap_gnutls_context_t *)c_context->dtls_context); in coap_dtls_context_set_cpsk() 370 coap_dtls_context_check_keys_enabled(coap_context_t *c_context) in coap_dtls_context_check_keys_enabled() argument 373 ((coap_gnutls_context_t *)c_context->dtls_context); in coap_dtls_context_check_keys_enabled() [all …]
|
D | coap_openssl.c | 793 coap_dtls_context_set_spsk(coap_context_t *c_context, in coap_dtls_context_set_spsk() argument 797 ((coap_openssl_context_t *)c_context->dtls_context); in coap_dtls_context_set_spsk() 821 &c_context->spsk_setup_data); in coap_dtls_context_set_spsk() 826 &c_context->spsk_setup_data); in coap_dtls_context_set_spsk() 863 coap_dtls_context_set_cpsk(coap_context_t *c_context, in coap_dtls_context_set_cpsk() argument 867 ((coap_openssl_context_t *)c_context->dtls_context); in coap_dtls_context_set_cpsk()
|
/third_party/spirv-tools/source/link/ |
D | linker.cpp | 663 const spv_context& c_context = context.CContext(); in Link() local 664 const MessageConsumer& consumer = c_context->consumer; in Link() 683 c_context->target_env, consumer, binaries[i], binary_sizes[i]); in Link() 702 IRContext linked_context(c_context->target_env, consumer); in Link() 706 AssemblyGrammar grammar(c_context); in Link()
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
D | linker.cpp | 664 const spv_context& c_context = context.CContext(); in Link() local 665 const MessageConsumer& consumer = c_context->consumer; in Link() 684 c_context->target_env, consumer, binaries[i], binary_sizes[i]); in Link() 703 IRContext linked_context(c_context->target_env, consumer); in Link() 707 AssemblyGrammar grammar(c_context); in Link()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 664 const spv_context& c_context = context.CContext(); in Link() local 665 const MessageConsumer& consumer = c_context->consumer; in Link() 684 c_context->target_env, consumer, binaries[i], binary_sizes[i]); in Link() 703 IRContext linked_context(c_context->target_env, consumer); in Link() 707 AssemblyGrammar grammar(c_context); in Link()
|