HomeSort by: relevance | last modified time | path
    Searched defs:accum (Results 1 - 17 of 17) sorted by relevancy

  /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/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/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/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/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/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.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/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/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-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/mesa/drivers/dri/i965/
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.old/dist/src/mesa/drivers/dri/i965/
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/dist/src/amd/llvm/
ac_llvm_build.c 1518 LLVMValueRef accum = NULL; local
1522 accum = tmp;
1525 accum = LLVMBuildOr(ctx->builder, accum, tmp, "");
1528 loads[dst] = accum;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_state.c 3934 uint64_t accum; member in struct:crocus_streamout_counter
4073 counter->accum += prim_counts[i + 1] - prim_counts[i];
4111 *svbi = counter->accum * ice->state.last_xfb_verts_per_prim;
4186 tgt->count.accum = 0;
  /xsrc/external/mit/xedit/dist/lisp/
core.c 6929 long rank, count, sequence, offset, accum; local
6988 for (accum = 1, object = CDR(object); CONSP(object);
6990 accum *= FIXNUM_VALUE(CAR(object));
6991 count += accum * FIXNUM_VALUE(CAR(list));

Completed in 49 milliseconds