Home
last modified time | relevance | path

Searched refs:ctx (Results 6576 - 6600 of 6863) sorted by relevance

1...<<261262263264265266267268269270>>...275

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.c521 static int wpa_auth_okc_iter(struct wpa_authenticator *a, void *ctx) in wpa_auth_okc_iter() argument
523 struct wpa_auth_okc_iter_data *data = ctx; in wpa_auth_okc_iter()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c202 static void u_vbuf_delete_vertex_elements(void *ctx, void *state,
962 static void u_vbuf_delete_vertex_elements(void *ctx, void *state, in u_vbuf_delete_vertex_elements() argument
965 struct pipe_context *pipe = (struct pipe_context*)ctx; in u_vbuf_delete_vertex_elements()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_cmd_buffer.c138 &batch->tiler.ctx, batch->fb.desc.cpu); in cmd_close_batch()
455 batch->tiler.ctx.bifrost = batch->tiler.descs.gpu; in cmd_get_tiler_context()
475 draw->tiler_ctx = &batch->tiler.ctx; in panvk_draw_prepare_tiler_context()
/third_party/python/Lib/test/support/
H A D__init__.py2016 with decimal.localcontext() as ctx:
2020 ctx.prec = max(bits, 30)
2146 synchronize.Lock(ctx=None)
/third_party/python/Lib/unittest/test/
H A Dtest_case.py1424 ctx = self.assertRaises(ExceptionMock)
1425 with ctx:
1427 e = ctx.exception
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h157 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
410 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
643 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
/third_party/skia/dm/
H A DDM.cpp1217 SkUniqueCFRef<CGContextRef> ctx{CGBitmapContextCreate( in Run()
1219 CGContextDrawPDFPage(ctx.get(), page); in Run()
1465 skiatest::ReporterContext ctx(&reporter, SkString(test.fName)); in run_test()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c5874 void wpa_supplicant_event_hapd(void *ctx, enum wpa_event_type event, union wpa_event_data *data);
5876 void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
5879 if (ctx == NULL) {
5880 wpa_printf(MSG_ERROR, "ctx is NULL, Event is %s (%d).", event_to_string(event), event);
5883 return wpa_supplicant_event_hapd(ctx, event, data);
5886 struct wpa_supplicant *wpa_s = ctx;
6790 void wpa_supplicant_event_global_hapd(void *ctx, enum wpa_event_type event, union wpa_event_data *data);
6792 void wpa_supplicant_event_global(void *ctx, enum wpa_event_type event,
6796 return wpa_supplicant_event_global_hapd(ctx, event, data);
6804 wpa_s = wpa_supplicant_get_iface(ctx, dat
[all...]
H A Dwpa_cli.c4284 static int wpa_cli_edit_filter_history_cb(void *ctx, const char *cmd) in wpa_cli_edit_filter_history_cb() argument
4365 static char ** wpa_cli_edit_completion_cb(void *ctx, const char *str, int pos) in wpa_cli_edit_completion_cb() argument
4842 static void wpa_cli_edit_cmd_cb(void *ctx, char *cmd) in wpa_cli_edit_cmd_cb() argument
4852 static void wpa_cli_edit_eof_cb(void *ctx) in wpa_cli_edit_eof_cb() argument
5154 static void wpa_cli_terminate(int sig, void *ctx) in wpa_cli_terminate() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_cli.c3731 static int wpa_cli_edit_filter_history_cb(void *ctx, const char *cmd) in wpa_cli_edit_filter_history_cb() argument
3812 static char ** wpa_cli_edit_completion_cb(void *ctx, const char *str, int pos) in wpa_cli_edit_completion_cb() argument
4278 static void wpa_cli_edit_cmd_cb(void *ctx, char *cmd) in wpa_cli_edit_cmd_cb() argument
4288 static void wpa_cli_edit_eof_cb(void *ctx) in wpa_cli_edit_eof_cb() argument
4590 static void wpa_cli_terminate(int sig, void *ctx) in wpa_cli_terminate() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1493 struct sta_info *sta, void *ctx) in hostapd_ctrl_iface_kick_mismatch_psk_sta_iter()
1825 static void hostapd_data_test_rx(void *ctx, const u8 *src_addr, const u8 *buf, in hostapd_data_test_rx() argument
1828 struct hostapd_data *hapd = ctx; in hostapd_data_test_rx()
3497 static void hostapd_ctrl_iface_msg_cb(void *ctx, int level, in hostapd_ctrl_iface_msg_cb() argument
3501 struct hostapd_data *hapd = ctx; in hostapd_ctrl_iface_msg_cb()
1492 hostapd_ctrl_iface_kick_mismatch_psk_sta_iter(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) hostapd_ctrl_iface_kick_mismatch_psk_sta_iter() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp4559 InstanceContext ctx(defaultColors, in createInstanceContext()
4570 ctx.moduleMap["vert"].push_back(std::make_pair("main", VK_SHADER_STAGE_VERTEX_BIT)); in createInstanceContext()
4571 ctx.moduleMap["frag"].push_back(std::make_pair("main", VK_SHADER_STAGE_FRAGMENT_BIT)); in createInstanceContext()
4573 ctx.requiredStages = static_cast<VkShaderStageFlagBits>(VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT); in createInstanceContext()
4574 ctx.failResult = QP_TEST_RESULT_FAIL; in createInstanceContext()
4575 ctx.failMessageTemplate = "Output doesn't match with expected"; in createInstanceContext()
4577 return ctx; in createInstanceContext()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp4557 InstanceContext ctx(defaultColors, in createInstanceContext()
4568 ctx.moduleMap["vert"].push_back(std::make_pair("main", VK_SHADER_STAGE_VERTEX_BIT)); in createInstanceContext()
4569 ctx.moduleMap["frag"].push_back(std::make_pair("main", VK_SHADER_STAGE_FRAGMENT_BIT)); in createInstanceContext()
4571 ctx.requiredStages = static_cast<VkShaderStageFlagBits>(VK_SHADER_STAGE_VERTEX_BIT | VK_SHADER_STAGE_FRAGMENT_BIT); in createInstanceContext()
4572 ctx.failResult = QP_TEST_RESULT_FAIL; in createInstanceContext()
4573 ctx.failMessageTemplate = "Output doesn't match with expected"; in createInstanceContext()
4575 return ctx; in createInstanceContext()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_sdma_copy_image.c429 if (ws->cs_create(sctx->sdma_cs, sctx->ctx, AMD_IP_SDMA, in si_sdma_copy_image()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c537 st_init_atifs_prog(struct gl_context *ctx, struct gl_program *prog) in st_init_atifs_prog() argument
H A Dst_sampler_view.c443 if (_mesa_is_gles3(st->ctx) && in get_texture_format_swizzle()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_opcodes.h508 #define CTX_INST(x) (ctx->bc->gfx_level >= EVERGREEN ? EG_##x : x)
H A Dr600_pipe.c212 ws->cs_create(&rctx->b.gfx.cs, rctx->b.ctx, AMD_IP_GFX, in r600_create_context()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp255 virtual void evaluate (ShaderEvalContext& ctx) const;
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h516 bool renderbufferStorageMSAA(const GrGLContext& ctx, int sampleCount, GrGLenum format,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h504 ConstantManager(IRContext* ctx);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h504 ConstantManager(IRContext* ctx);
/third_party/skia/tests/
H A DWritePixelsTest.cpp291 static void free_pixels(void* pixels, void* ctx) { in free_pixels() argument
/third_party/spirv-tools/source/opt/
H A Dconstants.h504 ConstantManager(IRContext* ctx);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp255 virtual void evaluate (ShaderEvalContext& ctx) const;

Completed in 69 milliseconds

1...<<261262263264265266267268269270>>...275