Searched refs:nr (Results 151 - 175 of 438) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c603 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
605 PUSH_SPACE(push, nr + 1);
606 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U8), nr);
607 for (i = 0; i < nr; ++i) {
612 count -= nr * 4;
629 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
631 PUSH_SPACE(push, nr + 1);
632 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U16), nr);
633 for (i = 0; i < nr; ++i) {
637 count -= nr *
648 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
673 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c603 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
605 PUSH_SPACE(push, nr + 1);
606 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U8), nr);
607 for (i = 0; i < nr; ++i) {
612 count -= nr * 4;
629 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
631 PUSH_SPACE(push, nr + 1);
632 BEGIN_NIC0(push, NVC0_3D(VB_ELEMENT_U16), nr);
633 for (i = 0; i < nr; ++i) {
637 count -= nr *
648 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
673 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_emit.c265 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...]
H A Di915_fpc_emit.c80 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);
79 i915_emit_decl(struct i915_fp_compile *p, uint type, uint nr, uint d0_flags) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_program.c111 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
110 i915_emit_decl(struct i915_fragment_program *p, GLuint type, GLuint nr, GLuint d0_flags) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h69 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 local
[all...]
H A Dt_vb_vertex.c71 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/
H A Devlist.c103 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, thread
[all...]
H A Dcpumap.c22 cpus->nr = nr_cpus;
34 cpus->nr = nr_cpus;
174 cpus->nr = 1;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c265 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...]
H A Di915_fpc_emit.c80 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);
79 i915_emit_decl(struct i915_fp_compile *p, uint type, uint nr, uint d0_flags) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c111 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
110 i915_emit_decl(struct i915_fragment_program *p, GLuint type, GLuint nr, GLuint d0_flags) argument
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h69 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 local
[all...]
H A Dt_vb_vertex.c71 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/
H A Dmlknearest.cpp168 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;
/external/kernel-headers/original/linux/
H A Dinterrupt.h236 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));
H A Dmmzone.h557 static inline struct mem_section *__nr_to_section(unsigned long nr) argument
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) argument
595 return valid_section(__nr_to_section(nr));
H A Dwait.h135 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)
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
H A Daes-s390x.pl298 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
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-s390x.pl298 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c44 unsigned nr,
52 unsigned size = index_size * nr;
73 nr,
41 translate_indices( struct svga_hwtnl *hwtnl, struct pipe_resource *src, unsigned offset, unsigned nr, unsigned index_size, u_translate_func translate, struct pipe_resource **out_buf ) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c44 unsigned nr,
52 unsigned size = index_size * nr;
73 nr,
41 translate_indices( struct svga_hwtnl *hwtnl, struct pipe_resource *src, unsigned offset, unsigned nr, unsigned index_size, u_translate_func translate, struct pipe_resource **out_buf ) argument
/external/netperf/
H A Dnetcpu_procstat.c50 #define N_CPU_LINES(nr) (nr == 1 ? 1 : 1 + nr)
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsandbox_bpf.h28 int nr; member in struct:playground2::arch_seccomp_data
36 int nr; member in struct:playground2::arch_sigsys
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h51 unsigned nr)
76 for (i = 0; i < nr; i++) {
49 NAME(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument

Completed in 4670 milliseconds

1234567891011>>