HomeSort by relevance Sort by last modified time
    Searched refs:nr (Results 476 - 500 of 894) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c 265 const uint nr = i915->current.sampler_enable_nr; local
266 if (nr) {
270 OUT_BATCH(_3DSTATE_MAP_STATE | (3 * nr));
285 assert(count == nr);
348 int nr = i915->fs->num_constants ? local
351 nr += 4*additional_constants(i915);
352 *batch_space = nr;
361 const uint nr = i915->fs->num_constants + additional_constants(i915); local
363 assert(nr < I915_MAX_CONSTANT);
364 if (nr) {
    [all...]
i915_fpc_emit.c 80 uint type, uint nr, uint d0_flags)
82 uint reg = UREG(type, nr);
85 if (p->decl_t & (1 << nr))
88 p->decl_t |= (1 << nr);
91 if (p->decl_s & (1 << nr))
94 p->decl_s |= (1 << nr);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.c 111 GLuint type, GLuint nr, GLuint d0_flags)
113 GLuint reg = UREG(type, nr);
116 if (p->decl_t & (1 << nr))
119 p->decl_t |= (1 << nr);
122 if (p->decl_s & (1 << nr))
125 p->decl_s |= (1 << nr);
500 i915_program_error(p, "Exceeded max nr indirect texture lookups "
563 GLuint nr = p->nr_constants; local
568 i915->state.Constant[0] = _3DSTATE_PIXEL_SHADER_CONSTANTS | ((nr) * 4);
569 i915->state.Constant[1] = (1 << (nr - 1)) | ((1 << (nr - 1)) - 1)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 69 const GLuint nr = VB->Count; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
250 const GLuint nr = VB->Count; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
427 const GLuint nr = VB->Count; local
429 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count; local
443 if (nr > 1) {
452 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
530 const GLuint nr = VB->Count; local
532 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count local
    [all...]
t_vb_vertex.c 71 GLuint nr, i; \
80 for (nr = 0, i = 0 ; i < count ; i++) { \
86 nr++; \
93 if (nr > 0) { \
95 if (nr == count) { \
  /external/linux-tools-perf/util/
evlist.c 103 int nfds = evlist->cpus->nr * evlist->threads->nr * evlist->nr_entries;
259 evlist->nr_mmaps = evlist->cpus->nr;
261 evlist->nr_mmaps = evlist->threads->nr;
285 for (cpu = 0; cpu < evlist->cpus->nr; cpu++) {
288 for (thread = 0; thread < evlist->threads->nr; thread++) {
312 for (cpu = 0; cpu < evlist->cpus->nr; cpu++) {
326 for (thread = 0; thread < evlist->threads->nr; thread++) {
351 for (thread = 0; thread < evlist->threads->nr; thread++) {
396 perf_evsel__alloc_id(evsel, cpus->nr, threads->nr) < 0
    [all...]
cpumap.c 22 cpus->nr = nr_cpus;
34 cpus->nr = nr_cpus;
174 cpus->nr = 1;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 265 const uint nr = i915->current.sampler_enable_nr; local
266 if (nr) {
270 OUT_BATCH(_3DSTATE_MAP_STATE | (3 * nr));
285 assert(count == nr);
348 int nr = i915->fs->num_constants ? local
351 nr += 4*additional_constants(i915);
352 *batch_space = nr;
361 const uint nr = i915->fs->num_constants + additional_constants(i915); local
363 assert(nr < I915_MAX_CONSTANT);
364 if (nr) {
    [all...]
i915_fpc_emit.c 80 uint type, uint nr, uint d0_flags)
82 uint reg = UREG(type, nr);
85 if (p->decl_t & (1 << nr))
88 p->decl_t |= (1 << nr);
91 if (p->decl_s & (1 << nr))
94 p->decl_s |= (1 << nr);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.c 111 GLuint type, GLuint nr, GLuint d0_flags)
113 GLuint reg = UREG(type, nr);
116 if (p->decl_t & (1 << nr))
119 p->decl_t |= (1 << nr);
122 if (p->decl_s & (1 << nr))
125 p->decl_s |= (1 << nr);
500 i915_program_error(p, "Exceeded max nr indirect texture lookups "
563 GLuint nr = p->nr_constants; local
568 i915->state.Constant[0] = _3DSTATE_PIXEL_SHADER_CONSTANTS | ((nr) * 4);
569 i915->state.Constant[1] = (1 << (nr - 1)) | ((1 << (nr - 1)) - 1)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 69 const GLuint nr = VB->Count; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
250 const GLuint nr = VB->Count; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
427 const GLuint nr = VB->Count; local
429 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count; local
443 if (nr > 1) {
452 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
530 const GLuint nr = VB->Count; local
532 const GLuint nr = VB->AttribPtr[_TNL_ATTRIB_NORMAL]->count local
    [all...]
t_vb_vertex.c 71 GLuint nr, i; \
80 for (nr = 0, i = 0 ; i < count ; i++) { \
86 nr++; \
93 if (nr > 0) { \
95 if (nr == count) { \
  /external/opencv/ml/src/
mlknearest.cpp 168 float* nr; local
192 nr = neighbor_responses + i*k;
197 nr[ii1+1] = nr[ii1];
201 nr[ii+1] = ((float*)(s + 1))[j];
224 const Cv32suf* nr = (const Cv32suf*)(neighbor_responses + i*k); local
233 s += nr[j].f;
242 sort_buf[j].i = nr[j].i;
285 dst[j] = nr[j].f;
  /bionic/libc/kernel/common/linux/
audit.h 142 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
144 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))
  /external/kernel-headers/original/linux/
interrupt.h 236 extern void open_softirq(int nr, void (*action)(struct softirq_action*), void *data);
238 #define __raise_softirq_irqoff(nr) do { or_softirq_pending(1UL << (nr)); } while (0)
239 extern void FASTCALL(raise_softirq_irqoff(unsigned int nr));
240 extern void FASTCALL(raise_softirq(unsigned int nr));
mmzone.h 557 static inline struct mem_section *__nr_to_section(unsigned long nr)
559 if (!mem_section[SECTION_NR_TO_ROOT(nr)])
561 return &mem_section[SECTION_NR_TO_ROOT(nr)][nr & SECTION_ROOT_MASK];
593 static inline int valid_section_nr(unsigned long nr)
595 return valid_section(__nr_to_section(nr));
wait.h 135 void FASTCALL(__wake_up(wait_queue_head_t *q, unsigned int mode, int nr, void *key));
137 extern void FASTCALL(__wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr));
147 #define wake_up_nr(x, nr) __wake_up(x, TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nr, NULL)
150 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
audit.h 157 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
158 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h 157 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
158 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
audit.h 157 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
158 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl 298 nr $s0,$mask
300 nr $t2,$mask
301 nr $t3,$mask
307 nr $i1,$mask
308 nr $s1,$mask
310 nr $i3,$mask
324 nr $i1,$mask
325 nr $i2,$mask
328 nr $s2,$mask
334 nr $ra,$mas
    [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 298 nr $s0,$mask
300 nr $t2,$mask
301 nr $t3,$mask
307 nr $i1,$mask
308 nr $s1,$mask
310 nr $i3,$mask
324 nr $i1,$mask
325 nr $i2,$mask
328 nr $s2,$mask
334 nr $ra,$mas
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_elements.c 44 unsigned nr,
52 unsigned size = index_size * nr;
73 nr,
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_elements.c 44 unsigned nr,
52 unsigned size = index_size * nr;
73 nr,
  /external/netperf/
netcpu_procstat.c 50 #define N_CPU_LINES(nr) (nr == 1 ? 1 : 1 + nr)

Completed in 3331 milliseconds

<<11121314151617181920>>