Searched refs:load_data (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xload/dist/
H A Dget_load.c254 struct host_load_info load_data; local in function:GetLoadPoint
258 host_count = sizeof(load_data)/sizeof(integer_t);
260 (host_info_t)&load_data, &host_count);
263 *loadavg = (double)load_data.avenrun[0]/LOAD_SCALE;
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c128 nir_ssa_def *load_data = build_load_ubo_dxil( local in function:lower_shader_system_values
133 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, load_data);

Completed in 3 milliseconds