HomeSort by relevance Sort by last modified time
    Searched full:counter_value (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 194 struct const_value counter_value; local
215 counter_value.Src = counter;
216 counter_value.Value = 0.0f;
217 counter_value.HasValue = 0;
218 counter_value.C = c;
221 rc_for_all_writes_mask(inst, update_const_value, &counter_value);
223 if(!counter_value.HasValue){
227 DBG("Initial counter value is %f\n", counter_value.Value);
288 iterations = (int) ceilf((limit_value - counter_value.Value) /
294 iterations = (int) floorf((limit_value - counter_value.Value)
    [all...]
  /external/libchrome/base/trace_event/
process_memory_maps_dump_provider.cc 68 uint64_t counter_value = 0; local
69 int res = sscanf(counter_line, "%*s %" SCNu64 " kB", &counter_value);
71 return counter_value * 1024;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
sync.h 197 XSyncValue counter_value; /* counter value when this event was sent */ member in struct:__anon37054
209 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon37055
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
sync.h 199 XSyncValue counter_value; /* counter value when this event was sent */ member in struct:__anon38913
211 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon38914

Completed in 208 milliseconds