Searched refs:accum (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A DMakefile.am35 accum \
H A DMakefile.in115 @HAVE_GLUT_TRUE@noinst_PROGRAMS = accum$(EXEEXT) bitmap1$(EXEEXT) \
139 accum_SOURCES = accum.c
140 accum_OBJECTS = accum.$(OBJEXT)
261 SOURCES = accum.c bitmap1.c bitmap2.c blendeq.c blendxor.c copy.c \
265 DIST_SOURCES = accum.c bitmap1.c bitmap2.c blendeq.c blendxor.c copy.c \
511 accum$(EXEEXT): $(accum_OBJECTS) $(accum_DEPENDENCIES) $(EXTRA_accum_DEPENDENCIES)
512 @rm -f accum$(EXEEXT)
629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/accum.Po@am__quote@
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_renderbuffer.h62 GLboolean accum,
H A Ds_renderbuffer.c52 * This one multi-purpose function can allocate stencil, depth, accum, color
90 /* for accum buffer */
418 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Allocating accum buffer");
485 GLboolean accum,
529 if (accum) {
481 _swrast_add_soft_renderbuffers(struct gl_framebuffer * fb,GLboolean color,GLboolean depth,GLboolean stencil,GLboolean accum,GLboolean alpha,GLboolean aux) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_renderbuffer.h62 GLboolean accum,
H A Ds_renderbuffer.c53 * This one multi-purpose function can allocate stencil, depth, accum, color
90 /* for accum buffer */
418 _mesa_error(ctx, GL_OUT_OF_MEMORY, "Allocating accum buffer");
441 GLboolean accum,
484 if (accum) {
437 _swrast_add_soft_renderbuffers(struct gl_framebuffer * fb,GLboolean color,GLboolean depth,GLboolean stencil,GLboolean accum,GLboolean alpha) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
H A DvisualConfigs.c67 int stereo, depth, aux, buffers, stencil, accum, color, msample; local in function:__glXAquaCreateVisualConfigs
88 conf->total_accum_buffers iterations for accum (with at least 1 if equal to 0)
134 for(accum = 0; accum < ((conf->total_accum_buffers > 0) ?
135 conf->total_accum_buffers : 1); ++accum) {
202 c->accumRedBits = conf->accum_buffers[accum].r;
203 c->accumGreenBits = conf->accum_buffers[accum].g;
204 c->accumBlueBits = conf->accum_buffers[accum].b;
205 if(GLCAPS_COLOR_BUF_INVALID_VALUE != conf->accum_buffers[accum].a) {
206 c->accumAlphaBits = conf->accum_buffers[accum]
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
H A DvisualConfigs.c65 int stereo, depth, aux, buffers, stencil, accum, color, msample; local in function:__glXAquaCreateVisualConfigs
86 conf->total_accum_buffers iterations for accum (with at least 1 if equal to 0)
131 for(accum = 0; accum < ((conf->total_accum_buffers > 0) ?
132 conf->total_accum_buffers : 1); ++accum) {
197 c->accumRedBits = conf->accum_buffers[accum].r;
198 c->accumGreenBits = conf->accum_buffers[accum].g;
199 c->accumBlueBits = conf->accum_buffers[accum].b;
200 if(GLCAPS_COLOR_BUF_INVALID_VALUE != conf->accum_buffers[accum].a) {
201 c->accumAlphaBits = conf->accum_buffers[accum]
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_pixelformat.c128 unsigned accum,
177 pfi->pfd.cAccumBits = 4*accum;
178 pfi->pfd.cAccumRedBits = accum;
179 pfi->pfd.cAccumGreenBits = accum;
180 pfi->pfd.cAccumBlueBits = accum;
181 pfi->pfd.cAccumAlphaBits = accum;
192 * since state trackers can allocate depth/stencil/accum buffers, we provide
202 pfi->stvis.accum_format = (accum) ?
224 * Add the depth/stencil/accum/ms variants for a list of color formats.
124 stw_pixelformat_add(struct stw_device * stw_dev,boolean extended,const struct stw_pf_color_info * color,const struct stw_pf_depth_info * depth,unsigned accum,boolean doublebuffer,unsigned samples) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c137 unsigned accum,
189 pfi->pfd.cAccumBits = 4*accum;
190 pfi->pfd.cAccumRedBits = accum;
191 pfi->pfd.cAccumGreenBits = accum;
192 pfi->pfd.cAccumBlueBits = accum;
193 pfi->pfd.cAccumAlphaBits = accum;
204 * since gallium frontend can allocate depth/stencil/accum buffers, we provide
214 pfi->stvis.accum_format = (accum) ?
235 * Add the depth/stencil/accum/ms variants for a list of color formats.
133 stw_pixelformat_add(struct stw_device * stw_dev,boolean extended,const struct stw_pf_color_info * color,const struct stw_pf_depth_info * depth,unsigned accum,boolean doublebuffer,boolean gdi,unsigned samples) argument
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c127 int i, db, z_stencil, accum; local in function:XGIInitVisualConfigs
161 for (accum = 0; accum <= 1; accum++) {
174 if (accum) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_builtin_builder.c167 nir_ssa_def *accum = xs[0]; local in function:build_fsum
170 accum = nir_fadd(b, accum, xs[i]);
172 return accum;
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c189 uint32_t accum = 0; local in function:popline_ascii85
191 accum *= 85;
192 accum += *line - '!';
196 buf[idx++] = accum;
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c378 int i, db, stencil, accum; local in function:VIAInitVisualConfigs
400 for (accum = 0; accum <= 1; accum++) {
421 if (accum) {
464 if (accum)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Daccum.c26 #include "accum.h"
74 return; /* missing accum buffer, not an error */
114 _mesa_warning(ctx, "unexpected accum buffer type");
209 /* Map accum buffer */
292 /* Map accum buffer */
396 accum(struct gl_context *ctx, GLenum op, GLfloat value) function in typeref:typename:void
472 _mesa_error(ctx, GL_INVALID_OPERATION, "glAccum(no accum buffer)");
498 accum(ctx, op, value);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dgen6_sol.c259 counter->accum[s] += prim_counts[streams + s] - prim_counts[s];
348 vertices_written[i] = vertices_per_prim * counter->accum[i];
H A Dbrw_context.h553 uint64_t accum[BRW_MAX_XFB_STREAMS]; member in struct:brw_transform_feedback_counter
561 memset(&counter->accum, 0, sizeof(counter->accum));
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dgfx6_sol.c256 counter->accum[s] += prim_counts[streams + s] - prim_counts[s];
345 vertices_written[i] = vertices_per_prim * counter->accum[i];
H A Dbrw_context.h547 uint64_t accum[BRW_MAX_XFB_STREAMS]; member in struct:brw_transform_feedback_counter
555 memset(&counter->accum, 0, sizeof(counter->accum));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Daccum.c26 #include "accum.h"
75 return; /* missing accum buffer, not an error */
115 _mesa_warning(ctx, "unexpected accum buffer type");
210 /* Map accum buffer */
293 /* Map accum buffer */
397 accum(struct gl_context *ctx, GLenum op, GLfloat value) function in typeref:typename:void
473 _mesa_error(ctx, GL_INVALID_OPERATION, "glAccum(no accum buffer)");
499 accum(ctx, op, value);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c102 int i, accum, stencil, db, use_db; local in function:RADEONInitVisualConfigs
146 for (accum = 0; accum <= RADEON_USE_ACCUM; accum++) {
161 if (accum) { /* Simulated in software */
187 if (accum ||
232 for (accum = 0; accum <= RADEON_USE_ACCUM; accum++) {
247 if (accum) { /* Simulate
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_glsl450.c243 nir_ssa_def *accum = xs[0]; local in function:build_fsum
246 accum = nir_fadd(b, accum, xs[i]);
248 return accum;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c163 int accum, stencil, db, depth; local in function:I810InitVisualConfigs
202 for (accum = 0; accum <= 1; accum++) {
216 if (accum) {
240 if (stencil || accum)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.1.rst77 - accum buffer didn't work with OSMesa interface
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-bits-image.c263 accumulate_pixel_t accum,
312 accum (&satot, &srtot, &sgtot, &sbtot, &pixel, f);
328 accumulate_pixel_t accum,
402 accum(&satot, &srtot, &sgtot, &sbtot, &pixel, f);
258 bits_image_fetch_pixel_convolution(bits_image_t * image,pixman_fixed_t x,pixman_fixed_t y,get_pixel_t get_pixel,void * out,accumulate_pixel_t accum,reduce_pixel_t reduce) argument
323 bits_image_fetch_pixel_separable_convolution(bits_image_t * image,pixman_fixed_t x,pixman_fixed_t y,get_pixel_t get_pixel,void * out,accumulate_pixel_t accum,reduce_pixel_t reduce) argument

Completed in 26 milliseconds

12