| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | points.c | 131 if (TEST_EQ_3V(ctx->Point.Params, params)) 135 COPY_3V(ctx->Point.Params, params); 136 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F || 137 ctx->Point.Params[1] != 0.0F || 138 ctx->Point.Params[2] != 0.0F); 221 ctx->Point.Params[0] = 1.0; 222 ctx->Point.Params[1] = 0.0; 223 ctx->Point.Params[2] = 0.0;
|
| H A D | mtypes.h | 740 GLfloat Params[3]; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib 744 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
|
| H A D | attrib.c | 1060 attr->Point.Params);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_points.c | 58 const GLfloat p0 = ctx->Point.Params[0]; 59 const GLfloat p1 = ctx->Point.Params[1]; 60 const GLfloat p2 = ctx->Point.Params[2];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_points.c | 58 const GLfloat p0 = ctx->Point.Params[0]; 59 const GLfloat p1 = ctx->Point.Params[1]; 60 const GLfloat p2 = ctx->Point.Params[2];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | points.c | 132 if (TEST_EQ_3V(ctx->Point.Params, params)) 135 COPY_3V(ctx->Point.Params, params); 136 ctx->Point._Attenuated = (ctx->Point.Params[0] != 1.0F || 137 ctx->Point.Params[1] != 0.0F || 138 ctx->Point.Params[2] != 0.0F); 244 ctx->Point.Params[0] = 1.0; 245 ctx->Point.Params[1] = 0.0; 246 ctx->Point.Params[2] = 0.0;
|
| H A D | attrib.c | 1305 point->Params);
|
| H A D | mtypes.h | 762 GLfloat Params[3]; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib 766 GLboolean _Attenuated; /**< True if Params != [1, 0, 0] */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/ |
| H A D | test-render.cpp | 19 } Params; typedef in typeref:struct:__anon27274d340108 21 class OSMesaRenderTestFixture : public testing::TestWithParam<Params> {}; 24 name_params(const testing::TestParamInfo<Params> params) { 154 Params{ OSMESA_RGBA, GL_UNSIGNED_BYTE, 4, 0xbf80ff40 }, 155 Params{ OSMESA_BGRA, GL_UNSIGNED_BYTE, 4, 0xbf40ff80 }, 156 Params{ OSMESA_ARGB, GL_UNSIGNED_BYTE, 4, 0x80ff40bf}, 157 Params{ OSMESA_RGB, GL_UNSIGNED_BYTE, 3, 0x80ff40 }, 158 Params{ OSMESA_RGBA, GL_UNSIGNED_SHORT, 8, 0xbfff8000ffff4000ull }, 159 Params{ OSMESA_RGB_565, GL_UNSIGNED_SHORT_5_6_5, 2, ((0x10 << 0) |
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 281 value[0] = ctx->Point.Params[0]; 282 value[1] = ctx->Point.Params[1]; 283 value[2] = ctx->Point.Params[2];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 606 if (ctx->Point.Params[0] != 1.0 || 607 ctx->Point.Params[1] != 0.0 || 608 ctx->Point.Params[2] != 0.0 || 611 fcmd[PTP_ATT_CONST_QUAD] = ctx->Point.Params[2]; 612 fcmd[PTP_ATT_CONST_LIN] = ctx->Point.Params[1]; 613 fcmd[PTP_ATT_CONST_CON] = ctx->Point.Params[0]; 615 if (ctx->Point.Params[1] == 0.0)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 606 if (ctx->Point.Params[0] != 1.0 || 607 ctx->Point.Params[1] != 0.0 || 608 ctx->Point.Params[2] != 0.0 || 611 fcmd[PTP_ATT_CONST_QUAD] = ctx->Point.Params[2]; 612 fcmd[PTP_ATT_CONST_LIN] = ctx->Point.Params[1]; 613 fcmd[PTP_ATT_CONST_CON] = ctx->Point.Params[0]; 615 if (ctx->Point.Params[1] == 0.0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 245 DWORD64 Params[4]; member in struct:_tagSTACKFRAME64 262 DWORD Params[4]; member in struct:_tagSTACKFRAME 809 ULONG64 Params[4]; member in struct:_IMAGEHLP_STACK_FRAME
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_statevars.c | 331 value[0] = ctx->Point.Params[0]; 332 value[1] = ctx->Point.Params[1]; 333 value[2] = ctx->Point.Params[2];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | dbghelp.h | 245 DWORD64 Params[4]; member in struct:_tagSTACKFRAME64 262 DWORD Params[4]; member in struct:_tagSTACKFRAME 809 ULONG64 Params[4]; member in struct:_IMAGEHLP_STACK_FRAME
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 128 { GL_POINT_DISTANCE_ATTENUATION, CONTEXT_FLOAT3(Point.Params[0]), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 128 { GL_POINT_DISTANCE_ATTENUATION, CONTEXT_FLOAT3(Point.Params[0]), NO_EXTRA },
|