Home
last modified time | relevance | path

Searched refs:ctx (Results 3426 - 3450 of 7424) sorted by relevance

1...<<131132133134135136137138139140>>...297

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp59 ClearColorImageTestInstance (Context& ctx,
90 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
92 return new ClearColorImageTestInstance(ctx, m_clearColorValue, m_refData, m_validator, m_cmdBufferType); in createInstance()
113 ClearColorImageTestInstance::ClearColorImageTestInstance (Context& ctx, in ClearColorImageTestInstance() argument
118 : ProtectedTestInstance (ctx) in ClearColorImageTestInstance()
129 ProtectedContext& ctx (m_protectedContext); in iterate()
130 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
131 const vk::VkDevice device = ctx.getDevice(); in iterate()
132 const vk::VkQueue queue = ctx.getQueue(); in iterate()
133 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]
H A DvktProtectedMemCopyBufferToImageTests.cpp60 CopyBufferToImageTestInstance (Context& ctx,
92 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
94 return new CopyBufferToImageTestInstance(ctx, m_fillValue, m_refData, m_validator, m_cmdBufferType); in createInstance()
115 CopyBufferToImageTestInstance::CopyBufferToImageTestInstance (Context& ctx, in CopyBufferToImageTestInstance() argument
120 : ProtectedTestInstance (ctx) in CopyBufferToImageTestInstance()
131 ProtectedContext& ctx (m_protectedContext); in iterate()
132 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
133 const vk::VkDevice device = ctx.getDevice(); in iterate()
134 const vk::VkQueue queue = ctx.getQueue(); in iterate()
135 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]
H A DvktProtectedMemCopyImageToBufferTests.cpp63 CopyImageToBufferTestInstance (Context& ctx,
98 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
104 return new CopyImageToBufferTestInstance<T>(ctx, m_fillValue, m_validator, m_cmdBufferType, extensions); in createInstance()
126 CopyImageToBufferTestInstance<T>::CopyImageToBufferTestInstance (Context& ctx, in CopyImageToBufferTestInstance() argument
131 : ProtectedTestInstance (ctx, extensions) in CopyImageToBufferTestInstance()
142 ProtectedContext& ctx (m_protectedContext); in iterate()
143 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
144 const vk::VkDevice device = ctx.getDevice(); in iterate()
145 const vk::VkQueue queue = ctx.getQueue(); in iterate()
146 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]
/third_party/openssl/test/
H A Dcmp_msg_test.c46 #define SET_OPT_UNPROTECTED_SEND(ctx, val) \
47 OSSL_CMP_CTX_set_option((ctx), OSSL_CMP_OPT_UNPROTECTED_SEND, (val))
130 static int set1_newPkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey) in set1_newPkey() argument
135 if (!OSSL_CMP_CTX_set0_newPkey(ctx, 1, pkey)) { in set1_newPkey()
144 OSSL_CMP_CTX *ctx; in test_cmp_create_ir_protection_set() local
149 ctx = fixture->cmp_ctx; in test_cmp_create_ir_protection_set()
154 || !TEST_true(SET_OPT_UNPROTECTED_SEND(ctx, 0)) in test_cmp_create_ir_protection_set()
155 || !TEST_true(set1_newPkey(ctx, newkey)) in test_cmp_create_ir_protection_set()
156 || !TEST_true(OSSL_CMP_CTX_set1_secretValue(ctx, secret, in test_cmp_create_ir_protection_set()
222 OSSL_CMP_CTX *ctx; in test_cmp_create_p10cr() local
383 OSSL_CMP_CTX *ctx = fixture->cmp_ctx; execute_certrep_create() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSampleShadingTests.cpp50 static bool checkSupport(Context& ctx) in checkSupport() argument
52 auto contextType = ctx.getRenderContext().getType(); in checkSupport()
55 ctx.getContextInfo().isExtensionSupported("GL_OES_sample_shading"); in checkSupport()
63 SampleShadingStateCase (Context& ctx, const char* name, const char* desc, QueryType);
72 SampleShadingStateCase::SampleShadingStateCase (Context& ctx, const char* name, const char* desc, QueryType type) in SampleShadingStateCase() argument
73 : TestCase (ctx, name, desc) in SampleShadingStateCase()
114 MinSampleShadingValueCase (Context& ctx, const char* name, const char* desc, QueryType);
123 MinSampleShadingValueCase::MinSampleShadingValueCase (Context& ctx, const char* name, const char* desc, QueryType type) in MinSampleShadingValueCase() argument
124 : TestCase (ctx, name, desc) in MinSampleShadingValueCase()
185 MinSampleShadingValueClampingCase (Context& ctx, cons
191 MinSampleShadingValueClampingCase(Context& ctx, const char* name, const char* desc) MinSampleShadingValueClampingCase() argument
270 SampleShadingRenderingCase(Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type) SampleShadingRenderingCase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemClearColorImageTests.cpp59 ClearColorImageTestInstance (Context& ctx,
90 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
92 return new ClearColorImageTestInstance(ctx, m_clearColorValue, m_refData, m_validator, m_cmdBufferType); in createInstance()
113 ClearColorImageTestInstance::ClearColorImageTestInstance (Context& ctx, in ClearColorImageTestInstance() argument
118 : ProtectedTestInstance (ctx) in ClearColorImageTestInstance()
129 ProtectedContext& ctx (m_protectedContext); in iterate()
130 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
131 const vk::VkDevice device = ctx.getDevice(); in iterate()
132 const vk::VkQueue queue = ctx.getQueue(); in iterate()
133 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]
H A DvktProtectedMemCopyBufferToImageTests.cpp60 CopyBufferToImageTestInstance (Context& ctx,
92 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
94 return new CopyBufferToImageTestInstance(ctx, m_fillValue, m_refData, m_validator, m_cmdBufferType); in createInstance()
115 CopyBufferToImageTestInstance::CopyBufferToImageTestInstance (Context& ctx, in CopyBufferToImageTestInstance() argument
120 : ProtectedTestInstance (ctx) in CopyBufferToImageTestInstance()
131 ProtectedContext& ctx (m_protectedContext); in iterate()
132 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
133 const vk::VkDevice device = ctx.getDevice(); in iterate()
134 const vk::VkQueue queue = ctx.getQueue(); in iterate()
135 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]
H A DvktProtectedMemCopyImageToBufferTests.cpp63 CopyImageToBufferTestInstance (Context& ctx,
98 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
104 return new CopyImageToBufferTestInstance<T>(ctx, m_fillValue, m_validator, m_cmdBufferType, extensions); in createInstance()
126 CopyImageToBufferTestInstance<T>::CopyImageToBufferTestInstance (Context& ctx, in CopyImageToBufferTestInstance() argument
131 : ProtectedTestInstance (ctx, extensions) in CopyImageToBufferTestInstance()
142 ProtectedContext& ctx (m_protectedContext); in iterate()
143 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
144 const vk::VkDevice device = ctx.getDevice(); in iterate()
145 const vk::VkQueue queue = ctx.getQueue(); in iterate()
146 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps.h258 * @ctx: Higher layer context data (cb_ctx)
267 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr,
272 * @ctx: Higher layer context data (cb_ctx)
281 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie,
286 * @ctx: Higher layer context data (cb_ctx)
294 void (*pin_needed_cb)(void *ctx, const u8 *uuid_e,
299 * @ctx: Higher layer context data (cb_ctx)
308 void (*reg_success_cb)(void *ctx, const u8 *mac_addr,
314 * @ctx: Higher layer context data (cb_ctx)
327 void (*set_sel_reg_cb)(void *ctx, in
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_showcqt.c115 av_log(s->ctx, level, "fft_time = %16.3f s.\n", s->fft_time * 1e-6); in common_uninit()
117 av_log(s->ctx, level, "cqt_time = %16.3f s.\n", s->cqt_time * 1e-6); in common_uninit()
119 av_log(s->ctx, level, "process_cqt_time = %16.3f s.\n", s->process_cqt_time * 1e-6); in common_uninit()
121 av_log(s->ctx, level, "update_sono_time = %16.3f s.\n", s->update_sono_time * 1e-6); in common_uninit()
123 av_log(s->ctx, level, "alloc_time = %16.3f s.\n", s->alloc_time * 1e-6); in common_uninit()
125 av_log(s->ctx, level, "bar_time = %16.3f s.\n", s->bar_time * 1e-6); in common_uninit()
127 av_log(s->ctx, level, "axis_time = %16.3f s.\n", s->axis_time * 1e-6); in common_uninit()
129 av_log(s->ctx, level, "sono_time = %16.3f s.\n", s->sono_time * 1e-6); in common_uninit()
134 av_log(s->ctx, level, "plot_time = %16.3f s.\n", plot_time * 1e-6); in common_uninit()
242 if ((ret = av_expr_parse(&sono, s->sono_v, sono_names, func_names, funcs, NULL, NULL, 0, s->ctx)) < in init_volume()
1129 plot_cqt(AVFilterContext *ctx, AVFrame **frameout) plot_cqt() argument
1255 init(AVFilterContext *ctx) init() argument
1312 uninit(AVFilterContext *ctx) uninit() argument
1317 query_formats(AVFilterContext *ctx) query_formats() argument
1355 AVFilterContext *ctx = outlink->src; config_output() local
1486 AVFilterContext *ctx = inlink->dst; filter_frame() local
[all...]
H A Dvf_deband.c48 int (*deband)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
72 static int query_formats(AVFilterContext *ctx) in query_formats() argument
74 DebandContext *s = ctx->priv; in query_formats()
111 return ff_set_common_formats_from_list(ctx, s->coupling ? cpix_fmts : pix_fmts); in query_formats()
130 static int deband_8_c(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in deband_8_c() argument
132 DebandContext *s = ctx->priv; in deband_8_c()
179 static int deband_8_coupling_c(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in deband_8_coupling_c() argument
181 DebandContext *s = ctx->priv; in deband_8_coupling_c()
244 static int deband_16_coupling_c(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in deband_16_coupling_c() argument
246 DebandContext *s = ctx in deband_16_coupling_c()
311 deband_16_c(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) deband_16_c() argument
363 AVFilterContext *ctx = inlink->dst; config_input() local
411 AVFilterContext *ctx = inlink->dst; filter_frame() local
433 process_command(AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) process_command() argument
444 uninit(AVFilterContext *ctx) uninit() argument
[all...]
H A Dvf_colormap.c169 static void build_map(AVFilterContext *ctx) in build_map() argument
171 ColorMapContext *s = ctx->priv; in build_map()
303 static int colormap_slice(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) in colormap_slice() argument
305 ColorMapContext *s = ctx->priv; in colormap_slice()
377 AVFilterContext *ctx = inlink->dst; in import_map() local
378 ColorMapContext *s = ctx->priv; in import_map()
424 AVFilterContext *ctx = fs->parent; in process_frame() local
426 AVFilterLink *outlink = ctx->outputs[0]; in process_frame()
447 import_map(ctx->inputs[1], source); in process_frame()
448 import_map(ctx in process_frame()
485 AVFilterContext *ctx = outlink->src; config_output() local
524 activate(AVFilterContext *ctx) activate() argument
530 uninit(AVFilterContext *ctx) uninit() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_event.c185 wpa_supplicant_event(drv->ctx, EVENT_AUTH, &event); in mlme_event_auth()
249 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_assoc()
286 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_assoc()
379 wpa_supplicant_event(drv->ctx, EVENT_ASSOC_REJECT, &event); in mlme_event_connect()
465 wpa_supplicant_event(drv->ctx, EVENT_ASSOC, &event); in mlme_event_connect()
504 wpa_supplicant_event(drv->ctx, EVENT_DEAUTH, &data); in mlme_event_disconnect()
603 wpa_supplicant_event(bss->ctx, finished ? in mlme_event_ch_switch()
629 wpa_supplicant_event(drv->ctx, ev, &event); in mlme_timeout_event()
673 wpa_supplicant_event(drv->ctx, EVENT_RX_MGMT, &event); in mlme_event_mgmt()
712 wpa_supplicant_event(drv->ctx, EVENT_TX_STATU in mlme_event_mgmt_tx_status()
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3));
76 stp xzr,xzr,[$ctx] // zero hash value
77 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26]
95 stp $r0,$r1,[$ctx,#32] // save key value
125 ldp $h0,$h1,[$ctx] // load hash value
126 ldp $r0,$r1,[$ctx,#32] // load key value
127 ldr $h2,[$ctx,#16]
176 stp $h0,$h1,[$ctx] // store hash value
177 str $h2,[$ctx,#16]
187 ldp $h0,$h1,[$ctx] // loa
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv8.pl52 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3));
76 stp xzr,xzr,[$ctx] // zero hash value
77 stp xzr,xzr,[$ctx,#16] // [along with is_base2_26]
95 stp $r0,$r1,[$ctx,#32] // save key value
125 ldp $h0,$h1,[$ctx] // load hash value
126 ldp $r0,$r1,[$ctx,#32] // load key value
127 ldr $h2,[$ctx,#16]
176 stp $h0,$h1,[$ctx] // store hash value
177 str $h2,[$ctx,#16]
187 ldp $h0,$h1,[$ctx] // loa
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument
330 wc_AesEncryptDirect(ctx, crypt, plain); in aes_encrypt()
335 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit() argument
337 os_free(ctx); in aes_encrypt_deinit()
361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument
363 wc_AesDecryptDirect(ctx, plain, crypt); in aes_decrypt()
368 void aes_decrypt_deinit(void *ctx) in aes_decrypt_deinit() argument
370 os_free(ctx); in aes_decrypt_deinit()
486 struct crypto_cipher *ctx; in crypto_cipher_init() local
488 ctx in crypto_cipher_init()
544 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument
574 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
604 crypto_cipher_deinit(struct crypto_cipher *ctx) crypto_cipher_deinit() argument
740 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) dh5_derive_shared() argument
766 dh5_free(void *ctx) dh5_free() argument
929 crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) crypto_hash_update() argument
937 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument
330 wc_AesEncryptDirect(ctx, crypt, plain); in aes_encrypt()
335 void aes_encrypt_deinit(void *ctx) in aes_encrypt_deinit() argument
337 os_free(ctx); in aes_encrypt_deinit()
361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument
363 wc_AesDecryptDirect(ctx, plain, crypt); in aes_decrypt()
368 void aes_decrypt_deinit(void *ctx) in aes_decrypt_deinit() argument
370 os_free(ctx); in aes_decrypt_deinit()
486 struct crypto_cipher *ctx; in crypto_cipher_init() local
488 ctx in crypto_cipher_init()
544 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) crypto_cipher_encrypt() argument
574 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
604 crypto_cipher_deinit(struct crypto_cipher *ctx) crypto_cipher_deinit() argument
744 dh5_derive_shared(void *ctx, const struct wpabuf *peer_public, const struct wpabuf *own_private) dh5_derive_shared() argument
770 dh5_free(void *ctx) dh5_free() argument
933 crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) crypto_hash_update() argument
941 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dimfdec.c101 AVFormatContext *ctx; /**< Context associated with the resource */ member
366 if (track_resource->ctx) { in open_track_resource_context()
372 track_resource->ctx = avformat_alloc_context(); in open_track_resource_context()
373 if (!track_resource->ctx) in open_track_resource_context()
376 track_resource->ctx->io_open = s->io_open; in open_track_resource_context()
377 track_resource->ctx->io_close = s->io_close; in open_track_resource_context()
378 track_resource->ctx->io_close2 = s->io_close2; in open_track_resource_context()
379 track_resource->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO; in open_track_resource_context()
381 if ((ret = ff_copy_whiteblacklists(track_resource->ctx, s)) < 0) in open_track_resource_context()
384 if ((ret = av_opt_set(track_resource->ctx, "format_whitelis in open_track_resource_context()
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1121 if (_mesa_is_compressed_format(st->ctx, internalFormat) in st_choose_format()
1244 * Called via ctx->Driver.ChooseTextureFormat().
1247 st_ChooseTextureFormat(struct gl_context *ctx, GLenum target, in st_ChooseTextureFormat() argument
1251 struct st_context *st = st_context(ctx); in st_ChooseTextureFormat()
1297 if ((_mesa_is_desktop_gl(ctx) && ctx->Version >= 30) && in st_ChooseTextureFormat()
1317 if (_mesa_is_gles(ctx)) { in st_ChooseTextureFormat()
1318 GLenum baseFormat = _mesa_base_tex_format(ctx, internalFormat); in st_ChooseTextureFormat()
1331 ctx->Unpack.SwapBytes); in st_ChooseTextureFormat()
1342 ctx in st_ChooseTextureFormat()
1390 st_QuerySamplesForFormat(struct gl_context *ctx, GLenum target, GLenum internalFormat, int samples[16]) st_QuerySamplesForFormat() argument
1442 st_QueryInternalFormat(struct gl_context *ctx, GLenum target, GLenum internalFormat, GLenum pname, GLint *params) st_QueryInternalFormat() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dpppos.c58 static err_t pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p);
59 static err_t pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol);
60 static void pppos_connect(ppp_pcb *ppp, void *ctx);
62 static void pppos_listen(ppp_pcb *ppp, void *ctx);
64 static void pppos_disconnect(ppp_pcb *ppp, void *ctx);
65 static err_t pppos_destroy(ppp_pcb *ppp, void *ctx);
66 static void pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
67 static void pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp);
200 pppos_write(ppp_pcb *ppp, void *ctx, struct pbuf *p) in pppos_write() argument
202 pppos_pcb *pppos = (pppos_pcb *)ctx; in pppos_write()
253 pppos_netif_output(ppp_pcb *ppp, void *ctx, struct pbuf *pb, u16_t protocol) pppos_netif_output() argument
313 pppos_connect(ppp_pcb *ppp, void *ctx) pppos_connect() argument
345 pppos_listen(ppp_pcb *ppp, void *ctx) pppos_listen() argument
377 pppos_disconnect(ppp_pcb *ppp, void *ctx) pppos_disconnect() argument
399 pppos_destroy(ppp_pcb *ppp, void *ctx) pppos_destroy() argument
738 pppos_send_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) pppos_send_config() argument
758 pppos_recv_config(ppp_pcb *ppp, void *ctx, u32_t accm, int pcomp, int accomp) pppos_recv_config() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c298 struct fd_context *ctx = batch->ctx; variable
299 struct fd5_context *fd5_ctx = fd5_context(ctx);
324 if (!ctx->vsc_pipe_bo[i]) {
325 ctx->vsc_pipe_bo[i] = fd_bo_new(
326 ctx->dev, 0x20000, 0, "vsc_pipe[%u]", i);
328 OUT_RELOC(ring, ctx->vsc_pipe_bo[i], 0, 0,
334 OUT_RING(ring, fd_bo_size(ctx->vsc_pipe_bo[i]) -
350 fd5_set_render_mode(batch->ctx, ring, BINNING);
446 fd5_set_render_mode(batch->ctx, rin
457 struct fd_context *ctx = batch->ctx; global() variable
798 struct fd_context *ctx = fd_context(pctx); global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h681 evergreen_create_sampler_view_custom(struct pipe_context *ctx,
686 void evergreen_init_common_regs(struct r600_context *ctx,
698 void evergreen_update_ps_state(struct pipe_context *ctx, struct r600_pipe_shader *shader);
699 void evergreen_update_es_state(struct pipe_context *ctx, struct r600_pipe_shader *shader);
700 void evergreen_update_gs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader);
701 void evergreen_update_vs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader);
702 void evergreen_update_ls_state(struct pipe_context *ctx, struct r600_pipe_shader *shader);
703 void evergreen_update_hs_state(struct pipe_context *ctx, struct r600_pipe_shader *shader);
733 void r600_resource_copy_region(struct pipe_context *ctx,
742 int r600_pipe_shader_create(struct pipe_context *ctx,
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_asid.c521 struct v3_ext_ctx *ctx,
735 if (ctx != NULL) { \
736 ctx->error = _err_; \
737 ctx->error_depth = i; \
738 ctx->current_cert = x; \
739 ret = ctx->verify_cb(0, ctx); \
750 static int asid_validate_path_internal(X509_STORE_CTX *ctx, in asid_validate_path_internal() argument
759 || !ossl_assert(ctx != NULL || ext != NULL) in asid_validate_path_internal()
760 || !ossl_assert(ctx in asid_validate_path_internal()
883 X509v3_asid_validate_path(X509_STORE_CTX *ctx) X509v3_asid_validate_path() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_asid.c512 struct v3_ext_ctx *ctx,
721 if (ctx != NULL) { \
722 ctx->error = _err_; \
723 ctx->error_depth = i; \
724 ctx->current_cert = x; \
725 ret = ctx->verify_cb(0, ctx); \
736 static int asid_validate_path_internal(X509_STORE_CTX *ctx, in asid_validate_path_internal() argument
745 || !ossl_assert(ctx != NULL || ext != NULL) in asid_validate_path_internal()
746 || !ossl_assert(ctx in asid_validate_path_internal()
869 X509v3_asid_validate_path(X509_STORE_CTX *ctx) X509v3_asid_validate_path() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dperformance_monitor.h36 _mesa_init_performance_monitors(struct gl_context *ctx);
39 _mesa_free_performance_monitors(struct gl_context *ctx);
45 _mesa_free_perfomance_monitor_groups(struct gl_context *ctx);

Completed in 27 milliseconds

1...<<131132133134135136137138139140>>...297