HomeSort by relevance Sort by last modified time
    Searched refs:hw_type (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_reg_type.h 89 enum brw_reg_file file, unsigned hw_type);
101 unsigned hw_type);
105 unsigned hw_type, unsigned exec_type);
brw_reg_type.c 168 enum brw_reg_file file, unsigned hw_type)
172 if (gen4_hw_type[i].imm_type == (enum hw_imm_type)hw_type) {
178 if (gen4_hw_type[i].reg_type == (enum hw_reg_type)hw_type) {
218 unsigned hw_type)
221 if (gen7_hw_3src_type[i].reg_type == hw_type) {
234 unsigned hw_type, unsigned exec_type)
237 if (gen10_hw_3src_align1_type[i].reg_type == hw_type &&
brw_inst.h 254 unsigned hw_type = brw_reg_type_to_a16_hw_3src_type(devinfo, type); \
255 brw_inst_set_3src_a16_##reg##_hw_type(devinfo, inst, hw_type); \
262 unsigned hw_type = brw_inst_3src_a16_##reg##_hw_type(devinfo, inst); \
263 return brw_a16_hw_3src_type_to_reg_type(devinfo, hw_type); \
320 unsigned hw_type = brw_reg_type_to_a1_hw_3src_type(devinfo, type); \
321 brw_inst_set_3src_a1_##reg##_hw_type(devinfo, inst, hw_type); \
331 unsigned hw_type = brw_inst_3src_a1_##reg##_hw_type(devinfo, inst); \
332 return brw_a1_hw_3src_type_to_reg_type(devinfo, hw_type, exec_type); \
792 unsigned hw_type = brw_reg_type_to_hw_type(devinfo, file, type); \
794 brw_inst_set_##reg##_reg_hw_type(devinfo, inst, hw_type); \
    [all...]
  /external/iptables/include/linux/netfilter_ipv4/
ip_queue.h 30 unsigned short hw_type; /* Hardware type */ member in struct:ipq_packet_msg
  /external/u-boot/board/esd/meesc/
meesc.c 157 u_char hw_type; /* hardware type */ local
160 hw_type = readb(CONFIG_ET1100_BASE);
162 switch (hw_type) {
179 printf("ERROR! Read invalid hw_type: %02X\n", hw_type);
  /external/dnsmasq/src/
lease.c 28 int clid_len, hw_len, hw_type; local
72 DHCP_CHADDR_MAX, NULL, &hw_type);
74 if (hw_type == 0 && hw_len != 0) hw_type = ARPHRD_ETHER;
99 (unsigned char*) daemon->packet, hw_len, hw_type, clid_len); local
257 struct dhcp_lease* lease_find_by_client(unsigned char* hwaddr, int hw_len, int hw_type,
269 lease->hwaddr_type == hw_type && memcmp(hwaddr, lease->hwaddr, hw_len) == 0)
330 int hw_len, int hw_type, int clid_len) {
331 if (hw_len != lease->hwaddr_len || hw_type != lease->hwaddr_type ||
335 lease->hwaddr_type = hw_type;
    [all...]
dhcp.c 521 int hw_len, int hw_type, char* hostname) {
542 if (config_has_mac(config, hwaddr, hw_len, hw_type) && is_addr_in_context(context, config))
556 (conf_addr->hwaddr_type == hw_type || conf_addr->hwaddr_type == 0) &&
dnsmasq.h 760 int hw_len, int hw_type, char* hostname);
776 int hw_len, int hw_type, int clid_len);
780 struct dhcp_lease* lease_find_by_client(unsigned char* hwaddr, int hw_len, int hw_type,
  /external/toybox/toys/pending/
arp.c 39 char *hw_type;
228 if ((type = get_index(hwtype, TT.hw_type)) != ARPHRD_ETHER)
259 if (((toys.optflags & FLAG_H) && (get_index(hwtype, TT.hw_type) != h_type))
  /device/google/bonito/sdm710/kernel-headers/media/
cam_isp.h 81 uint32_t hw_type; member in struct:cam_isp_dev_cap_info
  /device/google/bonito/sdm710/original-kernel-headers/media/
cam_isp.h 95 * @hw_type: Hardware type for the cap info
101 uint32_t hw_type; member in struct:cam_isp_dev_cap_info
  /device/google/crosshatch/sdm845/kernel-headers/media/
cam_isp.h 81 uint32_t hw_type; member in struct:cam_isp_dev_cap_info
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
cam_isp.h 95 * @hw_type: Hardware type for the cap info
101 uint32_t hw_type; member in struct:cam_isp_dev_cap_info
  /external/toybox/generated/
globals.h 433 char *hw_type; member in struct:arp_data

Completed in 311 milliseconds