HomeSort by: relevance | last modified time | path
    Searched refs:nc (Results 1 - 25 of 40) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_emitaluinstruction.h 73 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);
sfn_emitaluinstruction.cpp 565 bool EmitAluInstruction::emit_create_vec(const nir_alu_instr& instr, unsigned nc)
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)
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)
734 for (unsigned i = 0; i < nc ; ++i) {
752 for (unsigned i = 0; i < nc ; ++i) {
758 for (unsigned i = nc; i < 4 ; ++i)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_image.c 249 int nc = util_format_get_nr_components(params->format); local
253 if (c == 3 && nc < 4) {
361 int nc = util_format_get_nr_components(params->format); local
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; c++)
478 int nc = util_format_get_nr_components(params->format); local
592 int nc = 1; local
658 int nc = util_format_get_nr_components(params->format); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_image.c 249 int nc = util_format_get_nr_components(params->format); local
253 if (c == 3 && nc < 4) {
394 int nc = util_format_get_nr_components(params->format); local
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; c++)
511 int nc = util_format_get_nr_components(params->format); local
625 int nc = 1; local
691 int nc = util_format_get_nr_components(params->format); local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_nir.h 69 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,
lp_bld_nir_soa.c 658 int nc = reg->reg->num_components; local
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
704 for (unsigned i = 0; i < nc; i++) {
707 LLVMValueRef indirect_offset = get_soa_array_offsets(uint_bld, indirect_val, nc, i, TRUE)
    [all...]
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
monoChain.h 75 void insert(monoChain* nc);
monoChain.cc 134 void monoChain::insert(monoChain* nc)
136 nc->next = this;
137 nc->prev = prev;
138 prev->next = nc;
139 prev = nc;
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_funcs.c 386 int wc, n, nc, wr, wrd; local
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 * wrd * 4 < pApm->ScratchMemEnd)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_fxt1.c 110 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
116 for (i = 0; i < NC; i++) { \
122 for (i = 0; i < NC; i++) { \
130 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
133 for (i = 0; i < NC; i++) { \
149 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)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_fxt1.c 226 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \
232 for (i = 0; i < NC; i++) { \
238 for (i = 0; i < NC; i++) { \
246 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\
249 for (i = 0; i < NC; i++) { \
265 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
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_ra_checker.cpp 251 container_node *nc = static_cast<container_node*>(n); local
252 run_on(nc);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
instr.c 167 const ppir_const *nc = &c->constant; local
173 if (ppir_instr_insert_const(&ic, nc, swizzle)) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_ra_checker.cpp 251 container_node *nc = static_cast<container_node*>(n); local
252 run_on(nc);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_clone.c 135 nir_constant *nc = ralloc(nvar, nir_constant); local
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/
nir_clone.c 130 nir_constant *nc = ralloc(nvar, nir_constant); local
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/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
instr.c 182 const ppir_const *nc = &c->constant; local
188 if (ppir_instr_insert_const(&ic, nc, swizzle)) {
  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
quilt.cc 83 int nc = mapdesc->getNcoords(); local
89 for( int k=0; k < nc; k++ )
mapdesc.cc 207 int nc = inhcoords; local
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/xmodmap/dist/
handle.c 640 int nc; local
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/ctwm/dist/cmake_files/
handle_manual.cmake 196 COMMAND ${GZIP_CMD} -nc ${MANPAGE} > ${MANPAGE}.gz
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 1913 FT_UInt i, j, nc; local
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
2802 nc = num_coords;
2808 nc = blend->num_axis;
2813 for ( i = 0; i < nc; i++
3006 FT_UInt i, nc; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_vbo.c 42 const unsigned nc = util_format_get_nr_components(ve->src_format); local
53 switch (nc) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_vbo.c 41 const unsigned nc = util_format_get_nr_components(ve->src_format); local
54 switch (nc) {
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.c 480 FT_UInt i, nc; local
490 nc = num_coords;
495 nc = blend->num_axis;
498 for ( i = 0; i < nc; i++ )
705 FT_UInt i, nc; local
715 nc = num_coords;
721 nc = blend->num_axis;
724 for ( i = 0; i < nc; i++ )

Completed in 26 milliseconds

1 2