Searched refs:hwconfig_len (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
H A D | intel_hwconfig.c | 136 int32_t hwconfig_len, in intel_process_hwconfig_table() 140 assert(hwconfig_len % 4 == 0); in intel_process_hwconfig_table() 143 (struct hwconfig*)(((uint32_t*)hwconfig) + (hwconfig_len / 4)); in intel_process_hwconfig_table() 278 int32_t hwconfig_len = 0; in intel_get_and_process_hwconfig_table() local 280 &hwconfig_len); in intel_get_and_process_hwconfig_table() 282 intel_process_hwconfig_table(devinfo, hwconfig, hwconfig_len, in intel_get_and_process_hwconfig_table() 305 int32_t hwconfig_len) in intel_print_hwconfig_table() 307 intel_process_hwconfig_table(NULL, hwconfig, hwconfig_len, in intel_print_hwconfig_table() 315 int32_t hwconfig_len = 0; in intel_get_and_print_hwconfig_table() local 317 &hwconfig_len); in intel_get_and_print_hwconfig_table() 134 intel_process_hwconfig_table(struct intel_device_info *devinfo, const struct hwconfig *hwconfig, int32_t hwconfig_len, hwconfig_item_cb item_callback_func) intel_process_hwconfig_table() argument 304 intel_print_hwconfig_table(const struct hwconfig *hwconfig, int32_t hwconfig_len) intel_print_hwconfig_table() argument [all...] |
Completed in 1 milliseconds