Home
last modified time | relevance | path

Searched refs:iface_type (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dast_array_index.cpp241 const glsl_type *iface_type = var->get_interface_type(); in _mesa_ast_array_index_to_hir() local
242 int field_index = iface_type->field_index(var->name); in _mesa_ast_array_index_to_hir()
245 field_index != (int) iface_type->length - 1) { in _mesa_ast_array_index_to_hir()
Dlink_interface_blocks.cpp326 const glsl_type *iface_type = var->get_interface_type(); in validate_intrastage_interface_blocks() local
328 if (iface_type == NULL) in validate_intrastage_interface_blocks()
362 " match\n", iface_type->name); in validate_intrastage_interface_blocks()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c2005 struct vtn_type *iface_type = per_vertex_type; in vtn_create_variable() local
2014 while (iface_type->base_type == vtn_base_type_array) in vtn_create_variable()
2015 iface_type = iface_type->array_element; in vtn_create_variable()
2017 if (iface_type->base_type == vtn_base_type_struct && iface_type->block) in vtn_create_variable()
2018 var->var->interface_type = vtn_type_get_nir_type(b, iface_type, in vtn_create_variable()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c10186 enum qca_iface_type iface_type; in preferred_freq_info_handler() local
10209 iface_type = (enum qca_iface_type) nla_get_u32(attr); in preferred_freq_info_handler()
10211 iface_type); in preferred_freq_info_handler()
10249 enum qca_iface_type iface_type; in nl80211_get_pref_freq_list() local
10256 iface_type = QCA_IFACE_TYPE_STA; in nl80211_get_pref_freq_list()
10259 iface_type = QCA_IFACE_TYPE_AP; in nl80211_get_pref_freq_list()
10262 iface_type = QCA_IFACE_TYPE_P2P_GO; in nl80211_get_pref_freq_list()
10265 iface_type = QCA_IFACE_TYPE_P2P_CLIENT; in nl80211_get_pref_freq_list()
10268 iface_type = QCA_IFACE_TYPE_IBSS; in nl80211_get_pref_freq_list()
10271 iface_type = QCA_IFACE_TYPE_TDLS; in nl80211_get_pref_freq_list()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c11198 enum qca_iface_type iface_type; in preferred_freq_info_handler() local
11221 iface_type = (enum qca_iface_type) nla_get_u32(attr); in preferred_freq_info_handler()
11223 iface_type); in preferred_freq_info_handler()
11261 enum qca_iface_type iface_type; in nl80211_get_pref_freq_list() local
11268 iface_type = QCA_IFACE_TYPE_STA; in nl80211_get_pref_freq_list()
11271 iface_type = QCA_IFACE_TYPE_AP; in nl80211_get_pref_freq_list()
11274 iface_type = QCA_IFACE_TYPE_P2P_GO; in nl80211_get_pref_freq_list()
11277 iface_type = QCA_IFACE_TYPE_P2P_CLIENT; in nl80211_get_pref_freq_list()
11280 iface_type = QCA_IFACE_TYPE_IBSS; in nl80211_get_pref_freq_list()
11283 iface_type = QCA_IFACE_TYPE_TDLS; in nl80211_get_pref_freq_list()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dctrl_iface.c7801 enum wpa_driver_if_type iface_type; in wpas_ctrl_iface_get_pref_freq_list() local
7809 iface_type = WPA_IF_STATION; in wpas_ctrl_iface_get_pref_freq_list()
7811 iface_type = WPA_IF_AP_BSS; in wpas_ctrl_iface_get_pref_freq_list()
7813 iface_type = WPA_IF_P2P_GO; in wpas_ctrl_iface_get_pref_freq_list()
7815 iface_type = WPA_IF_P2P_CLIENT; in wpas_ctrl_iface_get_pref_freq_list()
7817 iface_type = WPA_IF_IBSS; in wpas_ctrl_iface_get_pref_freq_list()
7819 iface_type = WPA_IF_TDLS; in wpas_ctrl_iface_get_pref_freq_list()
7825 iface_type, cmd); in wpas_ctrl_iface_get_pref_freq_list()
7827 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type, &num, freq_list); in wpas_ctrl_iface_get_pref_freq_list()
Dp2p_supplicant.c5401 enum wpa_driver_if_type iface_type; in wpas_p2p_setup_freqs() local
5404 iface_type = WPA_IF_P2P_GO; in wpas_p2p_setup_freqs()
5406 iface_type = WPA_IF_P2P_CLIENT; in wpas_p2p_setup_freqs()
5411 res = wpa_drv_get_pref_freq_list(wpa_s, iface_type, in wpas_p2p_setup_freqs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dctrl_iface.c8267 enum wpa_driver_if_type iface_type; in wpas_ctrl_iface_get_pref_freq_list() local
8275 iface_type = WPA_IF_STATION; in wpas_ctrl_iface_get_pref_freq_list()
8277 iface_type = WPA_IF_AP_BSS; in wpas_ctrl_iface_get_pref_freq_list()
8279 iface_type = WPA_IF_P2P_GO; in wpas_ctrl_iface_get_pref_freq_list()
8281 iface_type = WPA_IF_P2P_CLIENT; in wpas_ctrl_iface_get_pref_freq_list()
8283 iface_type = WPA_IF_IBSS; in wpas_ctrl_iface_get_pref_freq_list()
8285 iface_type = WPA_IF_TDLS; in wpas_ctrl_iface_get_pref_freq_list()
8291 iface_type, cmd); in wpas_ctrl_iface_get_pref_freq_list()
8293 ret = wpa_drv_get_pref_freq_list(wpa_s, iface_type, &num, freq_list); in wpas_ctrl_iface_get_pref_freq_list()
Dp2p_supplicant.c6339 enum wpa_driver_if_type iface_type; local
6342 iface_type = WPA_IF_P2P_GO;
6344 iface_type = WPA_IF_P2P_CLIENT;
6349 res = wpa_drv_get_pref_freq_list(wpa_s, iface_type,
/third_party/toybox/toys/pending/
Dip.c63 int flags, iface_idx, mtu, txqueuelen, parent,iface_type; member
885 link->iface_type = iface->ifi_type; in get_link_info()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp6780 const auto &iface_type = expression_type(stage_in_ptr_var_id); in emit_tessellation_io_load() local
6893 expr += to_expression(ptr) + "." + to_member_name(iface_type, interface_index); in emit_tessellation_io_load()
6917 expr += to_expression(ptr) + "." + to_member_name(iface_type, interface_index); in emit_tessellation_io_load()
6937 expr += to_expression(ptr) + "." + to_member_name(iface_type, interface_index); in emit_tessellation_io_load()
6997 expr += to_expression(ptr) + "." + to_member_name(iface_type, interface_index); in emit_tessellation_io_load()
7045 expr += to_expression(ptr) + "." + to_member_name(iface_type, interface_index); in emit_tessellation_io_load()