Searched defs:tsc (Results 1 - 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_stateobj_tex.h9 uint32_t tsc[8]; member in struct:nv50_tsc_entry
H A Dnv50_tex.c294 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nv50->samplers[s][i]); local
296 if (!tsc) {
301 if (tsc->id < 0) {
302 tsc->id = nv50_screen_tsc_alloc(nv50->screen, tsc);
305 65536 + tsc->id * 32,
306 NOUVEAU_BO_VRAM, 32, tsc->tsc);
309 nv50->screen->tsc.lock[tsc
[all...]
H A Dnv50_screen.h58 } tsc; member in struct:nv50_screen
125 nv50_screen_tsc_unlock(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) argument
127 if (tsc->id >= 0)
128 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
141 nv50_screen_tsc_free(struct nv50_screen *screen, struct nv50_tsc_entry *tsc) argument
143 if (tsc->id >= 0) {
144 screen->tsc.entries[tsc
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dmce.h14 __u64 tsc; /* cpu time stamp counter */ member in struct:mce
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_tex.c364 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
368 if (!tsc) {
372 if (tsc->id < 0) {
373 tsc->id = nvc0_screen_tsc_alloc(nvc0->screen, tsc);
376 65536 + tsc->id * 32, NOUVEAU_BO_VRAM,
377 32, tsc->tsc);
380 nvc0->screen->tsc.lock[tsc
407 struct nv50_tsc_entry *tsc = nv50_tsc_entry(nvc0->samplers[s][i]); local
[all...]
H A Dnvc0_screen.h54 } tsc; member in struct:nvc0_screen
124 nvc0_screen_tsc_unlock(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) argument
126 if (tsc->id >= 0)
127 screen->tsc.lock[tsc->id / 32] &= ~(1 << (tsc->id % 32));
140 nvc0_screen_tsc_free(struct nvc0_screen *screen, struct nv50_tsc_entry *tsc) argument
142 if (tsc->id >= 0) {
143 screen->tsc.entries[tsc
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h178 unsigned int tsc; local
179 __asm__ __volatile__("rdtsc\n\t":"=a"(tsc):);
180 return tsc;
182 unsigned int tsc;
183 asm volatile("rdtsc\n\t":"=a"(tsc):);
184 return tsc;
/external/fio/
H A Dgettime.c459 uint64_t tsc; member in struct:clock_entry
509 uint64_t tsc; local
516 tsc = get_cpu_clock();
520 c->tsc = tsc;
526 clocks = t->entries[i - 1].tsc - t->entries[0].tsc;
534 if (!t->entries[i - 1].tsc && !t->entries[0].tsc)
647 if (prev->tsc > thi
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp245 BuildUtil::mkTex(operation op, TexTarget targ, uint8_t tic, uint8_t tsc, argument
255 tex->setTexture(targ, tic, tsc);
/external/valgrind/include/vki/
H A Dvki-xen-x86.h227 vki_uint64_t tsc; member in struct:vki_hvm_hw_cpu
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h870 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; /* LSB first */ member in struct:iw_michaelmicfailure
/external/sqlite/dist/orig/
H A Dsqlite3.c136000 TermSelect tsc; /* Object for pair-wise doclist merging */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c136018 TermSelect tsc; /* Object for pair-wise doclist merging */ local
[all...]

Completed in 1495 milliseconds