HomeSort by relevance Sort by last modified time
    Searched refs:counter_value (Results 1 - 3 of 3) 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...]
  /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:__anon46891
209 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon46892
  /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:__anon48753
211 XSyncValue counter_value; /* value that triggered the alarm */ member in struct:__anon48754

Completed in 177 milliseconds