| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | points.c | 227 = MAX2(ctx->Const.MaxPointSize, ctx->Const.MaxPointSizeAA);
|
| H A D | context.c | 485 consts->MaxPointSize = MAX_POINT_SIZE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 285 ctx->Const.MaxPointSize = 2047.0; 288 ctx->Point.MaxSize = ctx->Const.MaxPointSize;
|
| H A D | r200_state_init.c | 1044 (((GLuint)(ctx->Const.MaxPointSize * 16.0)) << R200_MAXPOINTSIZE_SHIFT) | 0x10;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 286 ctx->Const.MaxPointSize = 2047.0; 289 ctx->Point.MaxSize = ctx->Const.MaxPointSize;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | points.c | 250 = MAX2(ctx->Const.MaxPointSize, ctx->Const.MaxPointSizeAA);
|
| H A D | context.c | 577 consts->MaxPointSize = MAX_POINT_SIZE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 244 ctx->Const.MaxPointSize = 1.0;
|
| /xsrc/external/mit/MesaLib.old/dist/include/D3D9/ |
| H A D | d3d9caps.h | 349 float MaxPointSize; member in struct:_D3DCAPS9
|
| /xsrc/external/mit/MesaLib/dist/include/D3D9/ |
| H A D | d3d9caps.h | 349 float MaxPointSize; member in struct:_D3DCAPS9
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 244 ctx->Const.MaxPointSize = 1.0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 482 * and we'll clamp to MinPointSizeAA and MaxPointSize, because we 493 maxImplSize = ctx->Const.MaxPointSize; 501 maxImplSize = ctx->Const.MaxPointSize;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_points.c | 72 size = CLAMP(size, ctx->Const.MinPointSize, ctx->Const.MaxPointSize);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.c | 488 ctx->Const.MaxPointSize = 255.0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_points.c | 72 size = CLAMP(size, ctx->Const.MinPointSize, ctx->Const.MaxPointSize);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_context.c | 490 ctx->Const.MaxPointSize = 255.0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 612 * and we'll clamp to MinPointSizeAA and MaxPointSize, because we 623 maxImplSize = ctx->Const.MaxPointSize; 631 maxImplSize = ctx->Const.MaxPointSize;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | adapter9.c | 810 pCaps->MaxPointSize = screen->get_paramf(screen, PIPE_CAPF_MAX_POINT_WIDTH);
|
| H A D | nine_dump.c | 730 C2S("\nMaxPointSize: %f", caps->MaxPointSize);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_context.c | 680 ctx->Point.MaxSize = MAX2(ctx->Const.MaxPointSize,
|
| H A D | st_extensions.c | 131 c->MaxPointSize =
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | adapter9.c | 848 pCaps->MaxPointSize = screen->get_paramf(screen, PIPE_CAPF_MAX_POINT_WIDTH);
|
| H A D | nine_dump.c | 730 C2S("\nMaxPointSize: %f", caps->MaxPointSize);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_context.c | 784 ctx->Point.MaxSize = MAX2(ctx->Const.MaxPointSize,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 616 ctx->Const.MaxPointSize = 255.0;
|