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

1234567891011>>

/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/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) { \
H A Dt_vertex.h107 extern void *_tnl_get_vertex( struct gl_context *ctx, GLuint nr );
111 GLuint nr, const GLfloat *vp,
/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/uapi/linux/
H A Daudit.h172 #define AUDIT_WORD(nr) ((__u32)((nr)/32))
173 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32))
H A Dptrace.h61 __s32 nr; /* how may siginfos to take */ member in struct:ptrace_peeksiginfo_args
/external/ltp/testcases/kernel/fs/stream/
H A Dstream05.c59 int nr, fd; local
110 if ((nr = read(fd, buf, 1)) < 0) {
114 if (nr != 1) {
/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
H A Dsvga_tgsi.c108 unsigned nr )
110 if (!reserve(emit, nr))
113 memcpy( emit->ptr, dwords, nr * sizeof *dwords );
114 emit->ptr += nr * sizeof *dwords;
/external/libdrm/include/drm/
H A Ddrm.h672 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
673 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
674 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
675 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/external/mesa3d/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
H A Dsp_quad_fs.c109 unsigned nr)
121 for (i = 0; i < nr; i++) {
107 shade_quads(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
/external/syslinux/com32/hdt/
H A Dhdt-cli-memory.c57 int nr = sanitize_e820_map(map, nm, count); local
61 for (int i = 0; i < nr; i++) {
H A Dhdt-dump-memory.c105 int nr = sanitize_e820_map(map, nm, count); local
106 for (int i = 0; i < nr; i++) {
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h28 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
77 // !!! mc must be a multiple of nr:
78 if(mc > Traits::nr)
79 mc = (mc/Traits::nr)*Traits::nr;
88 gemm_pack_rhs<RhsScalar, Index, RhsMapper, Traits::nr, RhsStorageOrder> pack_rhs;
89 gebp_kernel<LhsScalar, RhsScalar, Index, ResMapper, Traits::mr, Traits::nr, ConjugateLhs, ConjugateRhs> gebp;
90 tribb_kernel<LhsScalar, RhsScalar, Index, Traits::mr, Traits::nr, ConjugateLhs, ConjugateRhs, UpLo> sybb;
136 template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
143 BlockSize = meta_least_common_multiple<EIGEN_PLAIN_ENUM_MAX(mr,nr),EIGEN_PLAIN_ENUM_MI
[all...]
H A DSelfadjointMatrixMatrix.h83 template<typename Scalar, typename Index, int nr, int StorageOrder>
92 Index packet_cols8 = nr>=8 ? (cols/8) * 8 : 0;
93 Index packet_cols4 = nr>=4 ? (cols/4) * 4 : 0;
96 for(Index j2=0; j2<k2; j2+=nr)
102 if (nr>=4)
107 if (nr>=8)
114 count += nr;
119 Index end8 = nr>=8 ? (std::min)(k2+rows,packet_cols8) : k2;
120 if(nr>=8)
169 if(nr>
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_vbo.c486 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 4) / 4; local
488 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U8), nr);
489 for (i = 0; i < nr; ++i) {
494 count -= nr * 4;
510 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
512 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U16), nr);
513 for (i = 0; i < nr; ++i) {
517 count -= nr * 2;
528 const unsigned nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
530 BEGIN_NI04(push, NV50_3D(VB_ELEMENT_U32), nr);
551 unsigned i, nr = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN * 2) / 2; local
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c136 unsigned nr; member in struct:ureg_program::__anon14487
235 unsigned nr )
240 return &ureg->domain[domain].tokens[nr];
606 unsigned nr )
611 if (ureg->sampler[i].Index == nr)
615 ureg->sampler[i] = ureg_src_register( TGSI_FILE_SAMPLER, nr );
662 unsigned nr,
672 for (i = 0; i < nr; i++) {
703 unsigned nr,
718 nr,
661 match_or_expand_immediate( const unsigned *v, unsigned nr, unsigned *v2, unsigned *pnr2, unsigned *swizzle ) argument
701 decl_immediate( struct ureg_program *ureg, const unsigned *v, unsigned nr, unsigned type ) argument
[all...]
/external/aac/libFDK/include/
H A Dmdct.h150 * \param nr right window slope offset (amount of window coefficients assumed to be 1.0)
161 INT nr,
191 * \return number of actually copied samples (ov + nr).
/external/linux-kselftest/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c67 arg.nr = SIGNR;
104 int check_direct_path(pid_t child, int shared, int nr) argument
106 struct ptrace_peeksiginfo_args arg = {.flags = 0, .nr = nr, .off = 0};
/external/mesa3d/src/mesa/math/
H A Dm_vector.h80 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );

Completed in 557 milliseconds

1234567891011>>