Searched refs:nc (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitaluinstruction.h73 bool emit_create_vec(const nir_alu_instr& instr, unsigned nc);
74 bool emit_any_all_icomp(const nir_alu_instr& instr, EAluOp op, unsigned nc, bool all);
75 bool emit_any_iequal(const nir_alu_instr& instr, unsigned nc);
77 bool emit_any_all_fcomp(const nir_alu_instr& instr, EAluOp op, unsigned nc, bool all);
H A Dsfn_emitaluinstruction.cpp565 bool EmitAluInstruction::emit_create_vec(const nir_alu_instr& instr, unsigned nc) argument
569 for(unsigned i = 0; i < nc; ++i) {
686 bool EmitAluInstruction::emit_any_all_icomp(const nir_alu_instr& instr, EAluOp op, unsigned nc, bool all) argument
701 for (unsigned i = 0; i < nc ; ++i) {
712 for (unsigned i = 0; i < nc/2 ; ++i) {
719 if (nc > 2) {
727 bool EmitAluInstruction::emit_any_all_fcomp(const nir_alu_instr& instr, EAluOp op, unsigned nc, bool all) argument
734 for (unsigned i = 0; i < nc ; ++i) {
752 for (unsigned i = 0; i < nc ; ++i) {
758 for (unsigned i = nc;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c249 int nc = util_format_get_nr_components(params->format); local in function:sp_tgsi_load
253 if (c == 3 && nc < 4) {
394 int nc = util_format_get_nr_components(params->format); local in function:handle_op_uint
403 for (c = 0; c < nc; c++) {
410 for (c = 0; c < nc; c++) {
417 for (c = 0; c < nc; c++) {
424 for (c = 0; c < nc; c++) {
434 for (c = 0; c < nc; c++) {
441 for (c = 0; c < nc; c++) {
448 for (c = 0; c < nc;
511 int nc = util_format_get_nr_components(params->format); local in function:handle_op_int
625 int nc = 1; local in function:handle_op_r32f_xchg
691 int nc = util_format_get_nr_components(params->format); local in function:sp_tgsi_op
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_image.c249 int nc = util_format_get_nr_components(params->format); local in function:sp_tgsi_load
253 if (c == 3 && nc < 4) {
361 int nc = util_format_get_nr_components(params->format); local in function:handle_op_uint
370 for (c = 0; c < nc; c++) {
377 for (c = 0; c < nc; c++) {
384 for (c = 0; c < nc; c++) {
391 for (c = 0; c < nc; c++) {
401 for (c = 0; c < nc; c++) {
408 for (c = 0; c < nc; c++) {
415 for (c = 0; c < nc;
478 int nc = util_format_get_nr_components(params->format); local in function:handle_op_int
592 int nc = 1; local in function:handle_op_r32f_xchg
658 int nc = util_format_get_nr_components(params->format); local in function:sp_tgsi_op
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.h69 unsigned nc,
75 unsigned nc,
82 unsigned nc, unsigned bit_size,
88 unsigned nc, unsigned bit_size,
102 unsigned nc, unsigned bit_size,
105 unsigned writemask, unsigned nc, unsigned bit_size,
159 unsigned nc, unsigned bit_size,
163 unsigned writemask, unsigned nc,
H A Dlp_bld_nir_soa.c658 int nc = reg->reg->num_components; local in function:emit_load_reg
669 for (unsigned i = 0; i < nc; i++) {
670 LLVMValueRef indirect_offset = get_soa_array_offsets(uint_bld, indirect_val, nc, i, TRUE);
674 for (unsigned i = 0; i < nc; i++) {
675 LLVMValueRef this_storage = nc == 1 ? reg_storage : lp_build_array_get_ptr(gallivm, reg_storage,
680 return nc == 1 ? vals[0] : lp_nir_array_build_gather_values(builder, vals, nc);
695 int nc = reg->reg->num_components; local in function:emit_store_reg
704 for (unsigned i = 0; i < nc; i++) {
707 LLVMValueRef indirect_offset = get_soa_array_offsets(uint_bld, indirect_val, nc,
722 emit_load_kernel_arg(struct lp_build_nir_context * bld_base,unsigned nc,unsigned bit_size,unsigned offset_bit_size,bool offset_is_uniform,LLVMValueRef offset,LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) argument
776 emit_load_global(struct lp_build_nir_context * bld_base,unsigned nc,unsigned bit_size,unsigned addr_bit_size,LLVMValueRef addr,LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) argument
818 emit_store_global(struct lp_build_nir_context * bld_base,unsigned writemask,unsigned nc,unsigned bit_size,unsigned addr_bit_size,LLVMValueRef addr,LLVMValueRef dst) argument
980 emit_load_ubo(struct lp_build_nir_context * bld_base,unsigned nc,unsigned bit_size,bool offset_is_uniform,LLVMValueRef index,LLVMValueRef offset,LLVMValueRef result[NIR_MAX_VEC_COMPONENTS]) argument
1032 emit_load_mem(struct lp_build_nir_context * bld_base,unsigned nc,unsigned bit_size,LLVMValueRef index,LLVMValueRef offset,LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) argument
1126 emit_store_mem(struct lp_build_nir_context * bld_base,unsigned writemask,unsigned nc,unsigned bit_size,LLVMValueRef index,LLVMValueRef offset,LLVMValueRef dst) argument
2288 emit_load_scratch(struct lp_build_nir_context * bld_base,unsigned nc,unsigned bit_size,LLVMValueRef offset,LLVMValueRef outval[NIR_MAX_VEC_COMPONENTS]) argument
2350 emit_store_scratch(struct lp_build_nir_context * bld_base,unsigned writemask,unsigned nc,unsigned bit_size,LLVMValueRef offset,LLVMValueRef dst) argument
[all...]
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoChain.h75 void insert(monoChain* nc);
H A DmonoChain.cc134 void monoChain::insert(monoChain* nc) argument
136 nc->next = this;
137 nc->prev = prev;
138 prev->next = nc;
139 prev = nc;
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c386 int wc, n, nc, wr, wrd; local in function:A
408 nc = wc / wr;
409 if (nc > h)
410 nc = h;
452 if (!beCareful || h % nc > 3 || (w > 16 && h % nc)) {
454 if (h / nc)
455 SETWIDTHHEIGHT(wr, nc);
457 for (n = h / nc; n-- > 0; ) {
460 if (pApm->ScratchMemPtr + nc * wr
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c265 GLubyte input[MAX_COMP], GLint nc)
272 for (i = 0; i < nc; i++) {
287 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
294 for (i = 0; i < nc; i++) {
309 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
316 for (i = 0; i < nc; i++) {
339 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n)
348 for (i = 0; i < nc; i++) {
377 for (i = 0; i < nc; i++) {
408 for (i = 0; i < nc;
264 fxt1_bestcol(GLfloat vec[][MAX_COMP],GLint nv,GLubyte input[MAX_COMP],GLint nc) argument
286 fxt1_worst(GLfloat vec[MAX_COMP],GLubyte input[N_TEXELS][MAX_COMP],GLint nc,GLint n) argument
308 fxt1_variance(GLdouble variance[MAX_COMP],GLubyte input[N_TEXELS][MAX_COMP],GLint nc,GLint n) argument
338 fxt1_choose(GLfloat vec[][MAX_COMP],GLint nv,GLubyte input[N_TEXELS][MAX_COMP],GLint nc,GLint n) argument
432 fxt1_lloyd(GLfloat vec[][MAX_COMP],GLint nv,GLubyte input[N_TEXELS][MAX_COMP],GLint nc,GLint n) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c149 uint8_t input[MAX_COMP], int32_t nc)
156 for (i = 0; i < nc; i++) {
171 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n)
178 for (i = 0; i < nc; i++) {
192 fxt1_variance (uint8_t input[N_TEXELS / 2][MAX_COMP], int32_t nc) argument
200 for (i = 0; i < nc; i++) {
220 uint8_t input[N_TEXELS][MAX_COMP], int32_t nc, int32_t n)
229 for (i = 0; i < nc; i++) {
258 for (i = 0; i < nc; i++) {
289 for (i = 0; i < nc;
148 fxt1_bestcol(float vec[][MAX_COMP],int32_t nv,uint8_t input[MAX_COMP],int32_t nc) argument
170 fxt1_worst(float vec[MAX_COMP],uint8_t input[N_TEXELS][MAX_COMP],int32_t nc,int32_t n) argument
219 fxt1_choose(float vec[][MAX_COMP],int32_t nv,uint8_t input[N_TEXELS][MAX_COMP],int32_t nc,int32_t n) argument
313 fxt1_lloyd(float vec[][MAX_COMP],int32_t nv,uint8_t input[N_TEXELS][MAX_COMP],int32_t nc,int32_t n) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_checker.cpp251 container_node *nc = static_cast<container_node*>(n); local in function:r600_sb::ra_checker::run_on
252 run_on(nc);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dinstr.c167 const ppir_const *nc = &c->constant; local in function:ppir_instr_insert_node
173 if (ppir_instr_insert_const(&ic, nc, swizzle)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ra_checker.cpp251 container_node *nc = static_cast<container_node*>(n); local in function:r600_sb::ra_checker::run_on
252 run_on(nc);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_clone.c135 nir_constant *nc = ralloc(nvar, nir_constant); local in function:nir_constant_clone
137 memcpy(nc->values, c->values, sizeof(nc->values));
138 nc->num_elements = c->num_elements;
139 nc->elements = ralloc_array(nvar, nir_constant *, c->num_elements);
141 nc->elements[i] = nir_constant_clone(c->elements[i], nvar);
144 return nc;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_clone.c130 nir_constant *nc = ralloc(nvar, nir_constant); local in function:nir_constant_clone
132 memcpy(nc->values, c->values, sizeof(nc->values));
133 nc->num_elements = c->num_elements;
134 nc->elements = ralloc_array(nvar, nir_constant *, c->num_elements);
136 nc->elements[i] = nir_constant_clone(c->elements[i], nvar);
139 return nc;
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dquilt.cc83 int nc = mapdesc->getNcoords(); local in function:Quilt::show
89 for( int k=0; k < nc; k++ )
H A Dmapdesc.cc207 int nc = inhcoords; local in function:Mapdesc::clipbits
208 REAL pw = p[nc];
215 switch( nc ) {
236 for( int i=0; i<nc; i++ ) {
247 switch( nc ) {
268 for( int i=0; i<nc; i++ ) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dinstr.c182 const ppir_const *nc = &c->constant; local in function:ppir_instr_insert_node
188 if (ppir_instr_insert_const(&ic, nc, swizzle)) {
/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c640 int nc; local in function:do_remove
697 nc = 0;
717 if (nc + num_kcs > tot) {
718 tot = nc + num_kcs;
728 kclist[nc++] = *kcs++; /* okay, add it to list */
744 oprm->count = nc;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.c1913 FT_UInt i, j, nc; local in function:ft_var_to_design
1918 nc = num_coords;
1924 nc = blend->num_axis;
1927 for ( i = 0; i < nc; i++ )
1941 for ( i = 0; i < nc; i++, av++ )
1965 for ( i = 0; i < nc; i++, a++ )
2783 FT_UInt i, nc; local in function:TT_Get_MM_Blend
2802 nc = num_coords;
2808 nc = blend->num_axis;
2813 for ( i = 0; i < nc;
3006 FT_UInt i, nc; local in function:TT_Get_Var_Design
[all...]
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1load.c480 FT_UInt i, nc; local in function:T1_Get_MM_Blend
490 nc = num_coords;
495 nc = blend->num_axis;
498 for ( i = 0; i < nc; i++ )
705 FT_UInt i, nc; local in function:T1_Get_Var_Design
715 nc = num_coords;
721 nc = blend->num_axis;
724 for ( i = 0; i < nc; i++ )
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c41 const unsigned nc = util_format_get_nr_components(ve->src_format); local in function:nv30_emit_vtxattr
54 switch (nc) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c42 const unsigned nc = util_format_get_nr_components(ve->src_format); local in function:nv30_emit_vtxattr
53 switch (nc) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c117 int nc; member in struct:nve4_m2mf_transfer_rect::__anon8caf00d50108
146 PUSH_DATA (push, (cpbs[dst->cpp].nc - 1) << 24 |
147 (cpbs[src->cpp].nc - 1) << 20 |

Completed in 31 milliseconds

12