Searched refs:MinSize (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dpoints.c146 if (ctx->Point.MinSize == params[0])
149 ctx->Point.MinSize = params[0];
225 ctx->Point.MinSize = 0.0;
H A Dmtypes.h741 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
H A Dattrib.c1061 TEST_AND_CALL1_SEL(Point.MinSize, PointParameterf, GL_POINT_SIZE_MIN_EXT);
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dcopytex.c40 const GLsizei MinSize = 16, MaxSize = 4096; variable in typeref:typename:const GLsizei
186 for (TexSize = MinSize; TexSize <= MaxSize; TexSize *= 4) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpoints.c146 if (ctx->Point.MinSize == params[0])
149 ctx->Point.MinSize = params[0];
248 ctx->Point.MinSize = 0.0;
H A Dattrib.c1307 point->MinSize);
H A Dmtypes.h763 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c232 ctx->Point.MinSize,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c233 ctx->Point.MinSize,
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h125 #define MinSize(a, b) (((a) > (b)) ? (b) : (a)) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_points.c67 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize);
545 ctx->Point.MinSize,
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_points.c67 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize);
538 ctx->Point.MinSize,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_statevars.c276 value[1] = ctx->Point.MinSize;
504 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h205 GLsizei MinSize; /**< Min texture size to allocate */ member in struct:temp_texture
H A Dmeta.c1254 tex->MinSize = 16; /* 16 x 16 at least */
1343 tex->Width = MAX2(tex->MinSize, width);
1344 tex->Height = MAX2(tex->MinSize, height);
1349 w = h = tex->MinSize;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h204 GLsizei MinSize; /**< Min texture size to allocate */ member in struct:temp_texture
H A Dmeta.c1258 tex->MinSize = 16; /* 16 x 16 at least */
1347 tex->Width = MAX2(tex->MinSize, width);
1348 tex->Height = MAX2(tex->MinSize, height);
1353 w = h = tex->MinSize;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_statevars.c326 value[1] = ctx->Point.MinSize;
634 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c587 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16;
588 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c587 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16;
588 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c459 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c459 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h154 { GL_POINT_SIZE_MIN_EXT, CONTEXT_FLOAT(Point.MinSize), NO_EXTRA },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h154 { GL_POINT_SIZE_MIN_EXT, CONTEXT_FLOAT(Point.MinSize), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A DgenX_state_upload.c1667 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);

Completed in 69 milliseconds

12