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

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_renderbuffer.h 62 GLboolean accum,
s_renderbuffer.c 53 * 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) {
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_renderbuffer.h 62 GLboolean accum,
s_renderbuffer.c 52 * 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) {
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/GL/
visualConfigs.c 65 int stereo, depth, aux, buffers, stencil, accum, color, msample; local
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].a
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/GL/
visualConfigs.c 67 int stereo, depth, aux, buffers, stencil, accum, color, msample; local
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].a
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_pixelformat.c 137 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.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_pixelformat.c 128 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.
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_dri.c 127 int i, db, z_stencil, accum; local
161 for (accum = 0; accum <= 1; accum++) {
174 if (accum) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_builtin_builder.c 167 nir_ssa_def *accum = xs[0]; local
170 accum = nir_fadd(b, accum, xs[i]);
172 return accum;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
crashdec.c 189 uint32_t accum = 0; local
191 accum *= 85;
192 accum += *line - '!';
196 buf[idx++] = accum;
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_dri.c 378 int i, db, stencil, accum; local
400 for (accum = 0; accum <= 1; accum++) {
421 if (accum) {
464 if (accum)
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
gfx6_sol.c 256 counter->accum[s] += prim_counts[streams + s] - prim_counts[s];
345 vertices_written[i] = vertices_per_prim * counter->accum[i];
brw_context.h 547 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/
accum.c 26 #include "accum.h"
49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
53 COPY_4FV( ctx->Accum.ClearColor, tmp );
75 return; /* missing accum buffer, not an error */
95 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
96 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
97 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
98 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
115 _mesa_warning(ctx, "unexpected accum buffer type");
124 * Accum += valu
397 accum(struct gl_context *ctx, GLenum op, GLfloat value) function
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
gen6_sol.c 259 counter->accum[s] += prim_counts[streams + s] - prim_counts[s];
348 vertices_written[i] = vertices_per_prim * counter->accum[i];
brw_context.h 553 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.old/dist/src/mesa/main/
accum.c 26 #include "accum.h"
49 if (TEST_EQ_4V(tmp, ctx->Accum.ClearColor))
52 COPY_4FV( ctx->Accum.ClearColor, tmp );
74 return; /* missing accum buffer, not an error */
94 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
95 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
96 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
97 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
114 _mesa_warning(ctx, "unexpected accum buffer type");
123 * Accum += valu
396 accum(struct gl_context *ctx, GLenum op, GLfloat value) function
    [all...]
attrib.c 28 #include "accum.h"
283 (void*)&ctx->Accum))
997 const struct gl_accum_attrib *accum; local
998 accum = (const struct gl_accum_attrib *) attr->data;
999 _mesa_ClearAccum(accum->ClearColor[0],
1000 accum->ClearColor[1],
1001 accum->ClearColor[2],
1002 accum->ClearColor[3]);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c 102 int i, accum, stencil, db, use_db; local
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) { /* Simulated in software *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_genexec.py 48 #include "main/accum.h"
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_glsl450.c 243 nir_ssa_def *accum = xs[0]; local
246 accum = nir_fadd(b, accum, xs[i]);
248 return accum;
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_genexec.py 50 #include "main/accum.h"
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_dri.c 163 int accum, stencil, db, depth; local
202 for (accum = 0; accum <= 1; accum++) {
216 if (accum) {
240 if (stencil || accum)
  /xsrc/external/mit/pixman/dist/pixman/
pixman-bits-image.c 263 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);

Completed in 32 milliseconds

1 2