Home
last modified time | relevance | path

Searched refs:ac (Results 1 - 25 of 479) sorted by relevance

12345678910>>...20

/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_context.c101 is_context_valid(struct apple_glx_context *ac) in is_context_valid() argument
108 if (ac == i) { in is_context_valid()
130 struct apple_glx_context *ac; in apple_glx_create_context() local
136 ac = malloc(sizeof *ac); in apple_glx_create_context()
138 if (NULL == ac) { in apple_glx_create_context()
147 free(ac); in apple_glx_create_context()
151 ac->context_obj = NULL; in apple_glx_create_context()
152 ac->pixel_format_obj = NULL; in apple_glx_create_context()
153 ac in apple_glx_create_context()
214 struct apple_glx_context *ac = *ptr; apple_glx_destroy_context() local
288 struct apple_glx_context *ac = ptr; apple_glx_make_current_context() local
470 struct apple_glx_context *ac = ptr; apple_glx_is_current_drawable() local
531 struct apple_glx_context *ac; apple_glx_context_surface_changed() local
561 struct apple_glx_context *ac = ptr; apple_glx_context_update() local
615 struct apple_glx_context *ac = ptr; apple_glx_context_uses_stereo() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.c257 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_PTR, &args->descriptor_sets[i]); in declare_global_input_sgprs()
260 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_PTR_PTR, &args->descriptor_sets[0]); in declare_global_input_sgprs()
265 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_PTR, &args->ac.push_constants); in declare_global_input_sgprs()
269 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_INT, &args->ac.inline_push_consts[i]); in declare_global_input_sgprs()
271 args->ac.inline_push_const_mask = user_sgpr_info->inline_push_constant_mask; in declare_global_input_sgprs()
274 ac_add_arg(&args->ac, AC_ARG_SGPR, 1, AC_ARG_CONST_DESC_PTR, &args->streamout_buffers); in declare_global_input_sgprs()
284 ac_add_arg(&args->ac, AC_ARG_SGPR, 2, AC_ARG_INT, &args->prolog_inputs); in declare_vs_specific_input_sgprs()
289 ac_add_arg(&args->ac, AC_ARG_SGP in declare_vs_specific_input_sgprs()
[all...]
H A Dradv_nir_to_llvm.c44 struct ac_llvm_context ac; member
111 LLVMValueRef desc_sets = ac_get_arg(&ctx->ac, ctx->args->descriptor_sets[0]); in load_descriptor_sets()
116 ac_build_load_to_sgpr(&ctx->ac, desc_sets, LLVMConstInt(ctx->ac.i32, i, false)); in load_descriptor_sets()
123 ctx->descriptor_sets[i] = ac_get_arg(&ctx->ac, ctx->args->descriptor_sets[i]); in load_descriptor_sets()
163 if (ctx->ac.gfx_level >= GFX10) { in create_function()
172 create_llvm_function(&ctx->ac, ctx->ac.module, ctx->ac.builder, &ctx->args->ac, in create_function()
[all...]
H A Dradv_nir_lower_abi.c48 nir_ssa_def *ring_offsets = ac_nir_load_arg(b, &s->args->ac, arg); in load_ring()
56 nir_ssa_def *settings = ac_nir_load_arg(b, &s->args->ac, s->args->ngg_culling_settings); in nggc_bool_setting()
72 return ac_nir_load_arg(b, &s->args->ac, s->args->ac.tcs_factor_offset); in lower_abi_instr()
78 return ac_nir_load_arg(b, &s->args->ac, s->args->ac.tess_offchip_offset); in lower_abi_instr()
87 return ac_nir_load_arg(b, &s->args->ac, s->args->ac.es2gs_offset); in lower_abi_instr()
91 return nir_extract_u8(b, ac_nir_load_arg(b, &s->args->ac, s->args->ac in lower_abi_instr()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c44 LLVMBuilderRef builder = ctx->ac.builder; in gfx10_get_thread_id_in_tg()
47 LLVMConstInt(ctx->ac.i32, ctx->ac.wave_size, false), ""); in gfx10_get_thread_id_in_tg()
48 return LLVMBuildAdd(builder, tmp, ac_get_thread_id(&ctx->ac), ""); in gfx10_get_thread_id_in_tg()
68 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); in ngg_get_query_buf()
70 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_query_buf()
71 LLVMConstInt(ctx->ac.i32, SI_GS_QUERY_BUF, false)); in ngg_get_query_buf()
76 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); in ngg_get_emulated_counters_buf()
78 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_emulated_counters_buf()
79 LLVMConstInt(ctx->ac in ngg_get_emulated_counters_buf()
881 gfx10_build_primitive_accepted(struct ac_llvm_context *ac, LLVMValueRef accepted, void *userdata) gfx10_build_primitive_accepted() argument
[all...]
H A Dsi_shader_llvm_vs.c36 return LLVMBuildAShr(ctx->ac.builder, i32, LLVMConstInt(ctx->ac.i32, 16, 0), ""); in unpack_sint16()
38 return LLVMBuildSExt(ctx->ac.builder, LLVMBuildTrunc(ctx->ac.builder, i32, ctx->ac.i16, ""), in unpack_sint16()
39 ctx->ac.i32, ""); in unpack_sint16()
50 LLVMBuildICmp(ctx->ac.builder, LLVMIntULE, vertex_id, ctx->ac.i32_1, ""); in load_input_vs()
54 LLVMValueRef sel_y1 = LLVMBuildICmp(ctx->ac.builder, LLVMIntNE, vertex_id, ctx->ac in load_input_vs()
[all...]
H A Dsi_shader_llvm_gs.c35 return LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, ac_get_thread_id(&ctx->ac), in si_is_es_thread()
42 return LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, ac_get_thread_id(&ctx->ac), in si_is_gs_thread()
50 ac_build_endif(&ctx->ac, ctx->merged_wrap_if_label); in si_set_es_return_value_for_gs()
96 return ac_get_arg(&ctx->ac, ctx->args.gs_wave_id); in si_get_gs_wave_id()
101 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); in ngg_get_emulated_counters_buf()
103 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_emulated_counters_buf()
104 LLVMConstInt(ctx->ac.i32, SI_GS_QUERY_EMULATED_COUNTERS_BUF, false)); in ngg_get_emulated_counters_buf()
114 ac_build_waitcnt(&ctx->ac, AC_WAIT_VSTOR in si_llvm_gs_build_end()
[all...]
H A Dsi_shader_llvm_resources.c36 LLVMBuilderRef builder = ctx->ac.builder; in si_llvm_bound_index()
37 LLVMValueRef c_max = LLVMConstInt(ctx->ac.i32, num - 1, 0); in si_llvm_bound_index()
58 LLVMValueRef ptr = ac_get_arg(&ctx->ac, ctx->const_and_shader_buffers); in load_const_buffer_desc_fast_path()
66 ptr = LLVMBuildPtrToInt(ctx->ac.builder, ptr, ctx->ac.intptr, ""); in load_const_buffer_desc_fast_path()
70 desc1 = LLVMConstInt(ctx->ac.i32, S_008F04_BASE_ADDRESS_HI(ctx->screen->info.address32_hi), 0); in load_const_buffer_desc_fast_path()
86 LLVMConstInt(ctx->ac.i32, sel->info.constbuf0_num_slots * 16, 0), in load_const_buffer_desc_fast_path()
87 LLVMConstInt(ctx->ac.i32, rsrc3, false)}; in load_const_buffer_desc_fast_path()
89 return ac_build_gather_values(&ctx->ac, desc_elems, 4); in load_const_buffer_desc_fast_path()
97 LLVMValueRef ptr = ac_get_arg(&ctx->ac, ct in load_ubo()
[all...]
H A Dsi_shader_llvm_tess.c36 return ac_get_arg(&ctx->ac, ctx->args.tes_rel_patch_id); in si_get_rel_patch_id()
79 return LLVMConstInt(ctx->ac.i32, patch_dw_stride, 0); in get_tcs_out_patch_stride()
93 return ac_build_imad(&ctx->ac, patch_stride, rel_patch_id, patch0_patch_data_offset); in get_tcs_out_current_patch_data_offset()
104 return LLVMConstInt(ctx->ac.i32, tcs_out_vertices, 0); in si_get_num_tcs_out_vertices()
106 return LLVMBuildAdd(ctx->ac.builder, in si_get_num_tcs_out_vertices()
107 si_unpack_param(ctx, ctx->tcs_offchip_layout, 6, 5), ctx->ac.i32_1, ""); in si_get_num_tcs_out_vertices()
117 return LLVMConstInt(ctx->ac.i32, stride, 0); in si_get_tcs_in_vertex_dw_stride()
122 return LLVMConstInt(ctx->ac.i32, stride, 0); in si_get_tcs_in_vertex_dw_stride()
159 num_patches = LLVMBuildAdd(ctx->ac.builder, num_patches, ctx->ac in get_tcs_tes_buffer_address()
[all...]
H A Dsi_shader_llvm_ps.c37 LLVMValueRef desc = ac_get_arg(&ctx->ac, ctx->internal_bindings); in load_sample_position()
38 LLVMValueRef buf_index = LLVMConstInt(ctx->ac.i32, SI_PS_CONST_SAMPLE_POSITIONS, 0); in load_sample_position()
39 LLVMValueRef resource = ac_build_load_to_sgpr(&ctx->ac, desc, buf_index); in load_sample_position()
43 LLVMBuildMul(ctx->ac.builder, sample_id, LLVMConstInt(ctx->ac.i32, 8, 0), ""); in load_sample_position()
45 LLVMBuildAdd(ctx->ac.builder, offset0, LLVMConstInt(ctx->ac.i32, 4, 0), ""); in load_sample_position()
49 LLVMConstReal(ctx->ac.f32, 0), LLVMConstReal(ctx->ac.f32, 0)}; in load_sample_position()
51 return ac_build_gather_values(&ctx->ac, po in load_sample_position()
[all...]
H A Dsi_shader_llvm.c73 struct ac_llvm_context *ac, struct util_debug_callback *debug, in si_compile_llvm()
83 ac_dump_module(ac->module); in si_compile_llvm()
89 char *ir = LLVMPrintModuleToString(ac->module); in si_compile_llvm()
101 LLVMContextSetDiagnosticHandler(ac->context, si_diagnostic_handler, &diag); in si_compile_llvm()
103 if (!ac_compile_module_to_elf(passes, ac->module, (char **)&binary->elf_buffer, in si_compile_llvm()
117 .wave_size = ac->wave_size, in si_compile_llvm()
135 ac_llvm_context_init(&ctx->ac, compiler, sscreen->info.gfx_level, sscreen->info.family, in si_llvm_context_init()
146 ret_type = LLVMStructTypeInContext(ctx->ac.context, return_types, num_return_elems, true); in si_llvm_create_func()
148 ret_type = ctx->ac.voidt; in si_llvm_create_func()
183 ctx->main_fn = ac_build_main(&ctx->args, &ctx->ac, call_con in si_llvm_create_func()
71 si_compile_llvm(struct si_screen *sscreen, struct si_shader_binary *binary, struct ac_shader_config *conf, struct ac_llvm_compiler *compiler, struct ac_llvm_context *ac, struct util_debug_callback *debug, gl_shader_stage stage, const char *name, bool less_optimized) si_compile_llvm() argument
[all...]
/third_party/ffmpeg/libavresample/
H A Daudio_convert.c70 void ff_audio_convert_set_func(AudioConvert *ac, enum AVSampleFormat out_fmt, in ff_audio_convert_set_func() argument
77 switch (ac->func_type) { in ff_audio_convert_set_func()
79 if (av_get_packed_sample_fmt(ac->in_fmt) == in_fmt && in ff_audio_convert_set_func()
80 av_get_packed_sample_fmt(ac->out_fmt) == out_fmt) { in ff_audio_convert_set_func()
81 ac->conv_flat = conv; in ff_audio_convert_set_func()
82 ac->func_descr = descr; in ff_audio_convert_set_func()
83 ac->ptr_align = ptr_align; in ff_audio_convert_set_func()
84 ac->samples_align = samples_align; in ff_audio_convert_set_func()
86 ac->conv_flat_generic = conv; in ff_audio_convert_set_func()
87 ac in ff_audio_convert_set_func()
223 set_generic_function(AudioConvert *ac) set_generic_function() argument
252 ff_audio_convert_free(AudioConvert **ac) ff_audio_convert_free() argument
266 AudioConvert *ac; ff_audio_convert_alloc() local
314 ff_audio_convert(AudioConvert *ac, AudioData *out, AudioData *in) ff_audio_convert() argument
[all...]
/third_party/rust/crates/autocfg/src/
H A Dtests.rs29 let ac = AutoCfg::for_test().unwrap(); in autocfg_version()
30 println!("version: {:?}", ac.rustc_version); in autocfg_version()
31 assert!(ac.probe_rustc_version(1, 0)); in autocfg_version()
49 let ac = AutoCfg::for_test().unwrap(); in probe_add()
50 let add = ac.core_std("ops::Add"); in probe_add()
54 assert!(ac.probe_path(&add)); in probe_add()
55 assert!(ac.probe_trait(&add)); in probe_add()
56 assert!(ac.probe_trait(&add_rhs)); in probe_add()
57 assert!(ac.probe_trait(&add_rhs_output)); in probe_add()
58 ac in probe_add()
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c39 struct ac_llvm_context ac; member
77 LLVMTypeRef type = LLVMIntTypeInContext(ctx->ac.context, def->bit_size); in get_def_type()
93 LLVMValueRef lds_i8 = ctx->ac.lds; in get_memory_ptr_t()
95 lds_i8 = LLVMBuildBitCast(ctx->ac.builder, ctx->ac.lds, LLVMPointerType(ctx->ac.i8, AC_ADDR_SPACE_LDS), ""); in get_memory_ptr_t()
97 ptr = LLVMBuildAdd(ctx->ac.builder, ptr, LLVMConstInt(ctx->ac.i32, c_off, 0), ""); in get_memory_ptr_t()
98 ptr = LLVMBuildGEP2(ctx->ac.builder, ctx->ac in get_memory_ptr_t()
5096 glsl_base_to_llvm_type(struct ac_llvm_context *ac, enum glsl_base_type type) glsl_base_to_llvm_type() argument
5124 glsl_to_llvm_type(struct ac_llvm_context *ac, const struct glsl_type *type) glsl_to_llvm_type() argument
5470 ac_nir_translate(struct ac_llvm_context *ac, struct ac_shader_abi *abi, const struct ac_shader_args *args, struct nir_shader *nir) ac_nir_translate() argument
[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c113 * But ac is only allocated when we are doing the server auth.
115 struct acme_connection *ac; member
137 struct acme_connection *ac = lws_vhost_user(vhost); in callback_chall_http01() local
145 ac->key_auth); in callback_chall_http01()
160 n = (int)strlen(ac->key_auth); in callback_chall_http01()
183 p += lws_snprintf((char *)p, lws_ptr_diff_size_t(end, p), "%s", ac->key_auth); in callback_chall_http01()
353 s->len = sizeof(s->ac->urls[0]) - 1; in cb_dir()
354 s->dest = s->ac->urls[ctx->path_match - 1]; in cb_dir()
626 if (vhd->ac) { in lws_acme_finished()
627 if (vhd->ac in lws_acme_finished()
775 struct acme_connection *ac = NULL; callback_acme_client() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c99 static int output_configure(AACContext *ac,
129 static av_cold int che_configure(AACContext *ac, in che_configure() argument
136 if (!ac->che[type][id]) { in che_configure()
137 if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement)))) in che_configure()
139 AAC_RENAME(ff_aac_sbr_ctx_init)(ac, &ac->che[type][id]->sbr, type); in che_configure()
142 if (*channels >= MAX_CHANNELS - (type == TYPE_CPE || (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1))) { in che_configure()
143 av_log(ac->avctx, AV_LOG_ERROR, "Too many channels\n"); in che_configure()
146 ac->output_element[(*channels)++] = &ac in che_configure()
162 AACContext *ac = avctx->priv_data; frame_configure_elements() local
503 push_output_configuration(AACContext *ac) push_output_configuration() argument
518 pop_output_configuration(AACContext *ac) pop_output_configuration() argument
533 output_configure(AACContext *ac, uint8_t layout_map[MAX_ELEM_ID * 4][3], int tags, enum OCStatus oc_type, int get_new_frame) output_configure() argument
608 AACContext *ac= avctx->priv_data; flush() local
629 set_default_channel_config(AACContext *ac, AVCodecContext *avctx, uint8_t (*layout_map)[3], int *tags, int channel_config) set_default_channel_config() argument
669 get_che(AACContext *ac, int type, int elem_id) get_che() argument
921 decode_ga_specific_config(AACContext *ac, AVCodecContext *avctx, GetBitContext *gb, int get_bit_alignment, MPEG4AudioConfig *m4ac, int channel_config) decode_ga_specific_config() argument
1010 decode_eld_specific_config(AACContext *ac, AVCodecContext *avctx, GetBitContext *gb, MPEG4AudioConfig *m4ac, int channel_config) decode_eld_specific_config() argument
1085 decode_audio_specific_config_gb(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, GetBitContext *gb, int get_bit_alignment, int sync_extension) decode_audio_specific_config_gb() argument
1152 decode_audio_specific_config(AACContext *ac, AVCodecContext *avctx, MPEG4AudioConfig *m4ac, const uint8_t *data, int64_t bit_size, int sync_extension) decode_audio_specific_config() argument
1276 AACContext *ac = avctx->priv_data; aac_decode_init() local
1370 skip_data_stream_element(AACContext *ac, GetBitContext *gb) skip_data_stream_element() argument
1387 decode_prediction(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb) decode_prediction() argument
1423 decode_ics_info(AACContext *ac, IndividualChannelStream *ics, GetBitContext *gb) decode_ics_info() argument
1549 decode_band_types(AACContext *ac, enum BandType band_type[120], int band_type_run_end[120], GetBitContext *gb, IndividualChannelStream *ics) decode_band_types() argument
1598 decode_scalefactors(AACContext *ac, INTFLOAT sf[120], GetBitContext *gb, unsigned int global_gain, IndividualChannelStream *ics, enum BandType band_type[120], int band_type_run_end[120]) decode_scalefactors() argument
1700 decode_tns(AACContext *ac, TemporalNoiseShaping *tns, GetBitContext *gb, const IndividualChannelStream *ics) decode_tns() argument
1768 decode_spectrum_and_dequant(AACContext *ac, INTFLOAT coef[1024], GetBitContext *gb, const INTFLOAT sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120]) decode_spectrum_and_dequant() argument
2063 apply_prediction(AACContext *ac, SingleChannelElement *sce) apply_prediction() argument
2126 decode_ics(AACContext *ac, SingleChannelElement *sce, GetBitContext *gb, int common_window, int scale_flag) decode_ics() argument
2217 apply_mid_side_stereo(AACContext *ac, ChannelElement *cpe) global() argument
2255 apply_intensity_stereo(AACContext *ac, ChannelElement *cpe, int ms_present) global() argument
2305 decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) global() argument
2358 decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) global() argument
2508 decode_fill(AACContext *ac, GetBitContext *gb, int len) global() argument
2541 decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt, ChannelElement *che, enum RawDataBlockType elem_type) global() argument
2667 windowing_and_mdct_ltp(AACContext *ac, INTFLOAT *out, INTFLOAT *in, IndividualChannelStream *ics) global() argument
2693 apply_ltp(AACContext *ac, SingleChannelElement *sce) global() argument
2725 update_ltp(AACContext *ac, SingleChannelElement *sce) global() argument
2763 imdct_and_windowing(AACContext *ac, SingleChannelElement *sce) global() argument
2831 imdct_and_windowing_960(AACContext *ac, SingleChannelElement *sce) global() argument
2894 imdct_and_windowing_ld(AACContext *ac, SingleChannelElement *sce) global() argument
2927 imdct_and_windowing_eld(AACContext *ac, SingleChannelElement *sce) global() argument
3000 apply_channel_coupling(AACContext *ac, ChannelElement *cc, enum RawDataBlockType type, int elem_id, enum CouplingPoint coupling_point, void (*apply_coupling_method)(AACContext *ac, SingleChannelElement *target, ChannelElement *cce, int index)) global() argument
3033 spectral_to_sample(AACContext *ac, int samples) global() argument
3105 parse_adts_frame_header(AACContext *ac, GetBitContext *gb) global() argument
3170 AACContext *ac = avctx->priv_data; global() local
3243 AACContext *ac = avctx->priv_data; global() local
3455 AACContext *ac = avctx->priv_data; global() local
3517 AACContext *ac = avctx->priv_data; global() local
[all...]
/third_party/ffmpeg/libavresample/x86/
H A Daudio_convert_init.c146 av_cold void ff_audio_convert_init_x86(AudioConvert *ac) in ff_audio_convert_init_x86() argument
151 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, in ff_audio_convert_init_x86()
153 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP, in ff_audio_convert_init_x86()
157 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLTP, in ff_audio_convert_init_x86()
159 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_FLTP, in ff_audio_convert_init_x86()
161 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_FLTP, AV_SAMPLE_FMT_FLT, in ff_audio_convert_init_x86()
166 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S32, in ff_audio_convert_init_x86()
168 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_S16P, in ff_audio_convert_init_x86()
170 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_FLTP, in ff_audio_convert_init_x86()
173 ff_audio_convert_set_func(ac, AV_SAMPLE_FMT_S1 in ff_audio_convert_init_x86()
[all...]
/third_party/ffmpeg/libswresample/x86/
H A Daudio_convert_init.c37 av_cold void swri_audio_convert_init_x86(struct AudioConvert *ac, in PROTO4()
43 ac->simd_f= NULL; in PROTO4()
50 ac->simd_f = ff_int16_to_int32_a_ ## cap;\ in PROTO4()
52 ac->simd_f = ff_int32_to_int16_a_ ## cap;\ in PROTO4()
60 ac->simd_f = ff_pack_6ch_float_to_float_a_sse; in PROTO4()
63 ac->simd_f = ff_unpack_6ch_float_to_float_a_sse; in PROTO4()
68 ac->simd_f = ff_int32_to_float_a_sse2; in PROTO4()
70 ac->simd_f = ff_int16_to_float_a_sse2; in PROTO4()
72 ac->simd_f = ff_float_to_int32_a_sse2; in PROTO4()
74 ac in PROTO4()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp128 return ShaderPreamble({"ac", "ptr_ty", "var"}); in ShaderPreambleAC()
133 names2.push_back("ac"); in ShaderPreambleAC()
201 return "\n ; CHECK: %ac = " + access_chain_inst + " %ptr_ty %var" + in ACCheck()
205 "\n %ac = " + in ACCheck()
213 return "\n ; CHECK: %ac = " + access_chain_inst + " %ptr_ty %var" + in ACCheckFail()
217 "\n %ac = " + in ACCheckFail()
233 for (auto* ac : AccessChains()) { in TEST_F()
242 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_0", "%uint_0") in TEST_F()
249 for (auto* ac : AccessChains()) { in TEST_F()
258 %var = OpVariable %var_ty Function)" << ACCheck(ac, " in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dgraphics_robust_access_test.cpp128 return ShaderPreamble({"ac", "ptr_ty", "var"}); in ShaderPreambleAC()
133 names2.push_back("ac"); in ShaderPreambleAC()
201 return "\n ; CHECK: %ac = " + access_chain_inst + " %ptr_ty %var" + in ACCheck()
205 "\n %ac = " + in ACCheck()
213 return "\n ; CHECK: %ac = " + access_chain_inst + " %ptr_ty %var" + in ACCheckFail()
217 "\n %ac = " + in ACCheckFail()
233 for (auto* ac : AccessChains()) { in TEST_F()
242 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_0", "%uint_0") in TEST_F()
249 for (auto* ac : AccessChains()) { in TEST_F()
258 %var = OpVariable %var_ty Function)" << ACCheck(ac, " in TEST_F()
[all...]
/third_party/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp126 return ShaderPreamble({"ac", "ptr_ty", "var"}); in ShaderPreambleAC()
131 names2.push_back("ac"); in ShaderPreambleAC()
199 return "\n ; CHECK: %ac = " + access_chain_inst + " %ptr_ty %var" + in ACCheck()
203 "\n %ac = " + in ACCheck()
211 return "\n ; CHECK: %ac = " + access_chain_inst + " %ptr_ty %var" + in ACCheckFail()
215 "\n %ac = " + in ACCheckFail()
231 for (auto* ac : AccessChains()) { in TEST_F()
240 %var = OpVariable %var_ty Function)" << ACCheck(ac, "%uint_0", "%uint_0") in TEST_F()
247 for (auto* ac : AccessChains()) { in TEST_F()
256 %var = OpVariable %var_ty Function)" << ACCheck(ac, " in TEST_F()
[all...]
/third_party/node/test/parallel/
H A Dtest-abortcontroller.js22 const ac = new AbortController();
23 ok(ac.signal);
24 ac.signal.onabort = common.mustCall((event) => {
28 ac.signal.addEventListener('abort', common.mustCall((event) => {
32 ac.abort();
33 ac.abort();
34 ok(ac.signal.aborted);
39 const ac = new AbortController();
40 ac.signal.addEventListener('abort', common.mustCall((event) => {
43 ac
[all...]
H A Dtest-tls-connect-abort-controller.js36 const ac = new AbortController();
37 const { signal } = ac;
40 ac.abort();
45 const ac = new AbortController();
46 const { signal } = ac;
47 ac.abort();
54 const ac = new AbortController();
55 const { signal } = ac;
57 setImmediate(() => ac.abort());
63 const ac
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/mount-origin/
H A Dlws-fts.js41 var ac = document.getElementById("acomplete");
80 ac.style.opacity = "0";
104 var ac = document.getElementById("acomplete"),
112 ac.style.width = (parseInt(sb.offsetWidth, 10) - 2) + "px";
113 ac.style.opacity = "1";
117 ac.style.opacity = "0";
129 var ac = document.getElementById("acomplete");
140 if (jj.ac) {
141 lic = jj.ac.length;
145 if (jj.ac[
[all...]
/third_party/rust/crates/autocfg/examples/
H A Dtraits.rs5 let ac = autocfg::AutoCfg::with_dir("target").unwrap(); in main()
8 ac.emit_has_trait("std::ops::Add"); in main()
9 ac.emit_trait_cfg("std::ops::Add", "has_ops"); in main()
12 ac.emit_has_trait("std::borrow::Borrow<str>"); in main()
13 ac.emit_trait_cfg("std::borrow::Borrow<str>", "has_borrow"); in main()
16 ac.emit_has_trait("std::ops::AddAssign"); in main()
17 ac.emit_trait_cfg("std::ops::AddAssign", "has_assign_ops"); in main()
20 ac.emit_has_trait("std::iter::Sum"); in main()
21 ac.emit_trait_cfg("std::iter::Sum", "has_sum"); in main()
24 ac in main()
[all...]

Completed in 20 milliseconds

12345678910>>...20