Home
last modified time | relevance | path

Searched defs:chans (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_scratch.c60 nir_ssa_def *chans[NIR_MAX_VEC_COMPONENTS]; in v3d_nir_lower_load_scratch() local
H A Dv3d_nir_lower_logic_ops.c120 v3d_nir_swizzle_and_pack(nir_builder *b, nir_ssa_def **chans, in v3d_nir_swizzle_and_pack() argument
153 nir_ssa_def *chans[4]; in pack_unorm_rgb10a2() local
177 nir_ssa_def *chans[4]; in unpack_unorm_rgb10a2() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_validate.cpp995 unsigned int chans[4] = {ir->mask.x, ir->mask.y, ir->mask.z, ir->mask.w}; in visit_leave() local
H A Dopt_copy_propagation_elements.cpp413 int chans; in handle_rvalue() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbir.c116 unsigned chans = util_bitcount(ins->write_mask); in bi_count_write_registers() local
/third_party/ffmpeg/libavcodec/
H A Daacenc_ltp.c55 int i, ch, tag, chans, cur_channel, start_ch = 0; in ff_aac_ltp_insert_new_frame() local
H A Daacenc.c257 static void adjust_frame_information(ChannelElement *cpe, int chans) in adjust_frame_information() argument
565 int i, its, ch, w, chans, tag, start_ch, ret, frame_bits; in aac_encode_frame() local
[all...]
/third_party/astc-encoder/Utils/
H A Dastc_test_autoextract_hdr.cpp54 int pix(int x_pix, int y_idx, int x_idx, int chans, int p_idx) in pix() argument
H A Dastc_test_autoextract.cpp54 int pix(int x_pix, int y_idx, int x_idx, int chans, int p_idx) in pix() argument
/third_party/libsnd/include/
H A Dsndfile.hh174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument
196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument
218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, int fmt, int chans, int srate) in SndfileHandle() argument
243 SndfileHandle::SndfileHandle (SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate) in SndfileHandle() argument
322 SndfileHandle::formatCheck (int fmt, int chans, int srate) in formatCheck() argument
430 SndfileHandle(const wchar_t *wpath, int mode, int fmt, int chans, int srate) SndfileHandle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_dump.cpp34 static const char* chans = "xyzw01?_"; member
139 s << chans[n.bc.sel[k]]; in dump() local
247 s << chans[alu.dst_chan]; in print_dst() local
369 s << "." << chans[src->chan]; in print_src() local
493 s << chans[n.bc.dst_sel[k]]; in dump() local
505 s << chans[n.bc.src_sel[k]]; in dump() local
H A Dsb_valtable.cpp42 static const char * chans = "xyzw01?_"; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_utils.c384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select() argument
415 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, in p2p_channel_random_social() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_utils.c402 int p2p_channel_select(struct p2p_channels *chans, const int *classes, in p2p_channel_select() argument
433 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, in p2p_channel_random_social() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c240 unsigned chans; member
H A Dbrw_schedule_instructions.cpp122 int chans = 8; in set_latency_gfx4() local
H A Dbrw_vec4.cpp1479 static const char *chans[4] = {"x", "y", "z", "w"}; in dump_instruction() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c538 LLVMValueRef packed, res = NULL, chans[4], rgba[4]; in lp_build_fetch_rgba_aos() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmbo.c315 struct wpa_mbo_non_pref_channel *chans = NULL, *tmp_chans; in wpas_mbo_update_non_pref_chan() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmbo.c345 struct wpa_mbo_non_pref_channel *chans = NULL, *tmp_chans; in wpas_mbo_update_non_pref_chan() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit2d.c447 nir_ssa_def *chans[3]; in build_nir_texel_fetch() local
/third_party/mesa3d/src/mesa/program/
H A Dprog_to_nir.c218 nir_ssa_def *chans[4]; in ptn_get_src() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c253 emit_load_float32(struct translate_sse *p, struct x86_reg data, struct x86_reg arg0, unsigned out_chans, unsigned chans) emit_load_float32() argument
301 emit_load_float64to32(struct translate_sse *p, struct x86_reg data, struct x86_reg arg0, unsigned out_chans, unsigned chans) emit_load_float64to32() argument
/third_party/mesa3d/src/intel/isl/
H A Disl.c3312 enum isl_channel_select chans[4] = { in isl_swizzle_invert() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c904 nir_ssa_def *chans[4] = { }; in bit_cast_color() local
951 nir_ssa_def *chans[4] = { u, u, u, u }; in bit_cast_color() local
[all...]

Completed in 32 milliseconds

12