OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Params
(Results
1 - 17
of
17
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
points.c
89
_mesa_PointParameteriv( GLenum pname, const GLint *
params
)
92
p[0] = (GLfloat)
params
[0];
94
p[1] = (GLfloat)
params
[1];
95
p[2] = (GLfloat)
params
[2];
112
_mesa_PointParameterfv( GLenum pname, const GLfloat *
params
)
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 |
[
all
...]
attrib.c
1060
attr->Point.
Params
);
mtypes.h
740
GLfloat
Params
[3]; /**< GL_EXT_point_parameters */
744
GLboolean _Attenuated; /**< True if
Params
!= [1, 0, 0] */
2345
GLfloat Parameters[MAX_PROGRAM_ENV_PARAMS][4]; /**< Env
params
*/
2426
GLfloat Parameters[MAX_PROGRAM_ENV_PARAMS][4]; /**< Env
params
*/
5342
struct gl_pixelstore_attrib DefaultPacking; /**< Default
params
*/
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
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/tnl/
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/
points.c
89
_mesa_PointParameteriv( GLenum pname, const GLint *
params
)
92
p[0] = (GLfloat)
params
[0];
94
p[1] = (GLfloat)
params
[1];
95
p[2] = (GLfloat)
params
[2];
112
_mesa_PointParameterfv( GLenum pname, const GLfloat *
params
)
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 |
[
all
...]
attrib.c
1305
point->
Params
);
mtypes.h
762
GLfloat
Params
[3]; /**< GL_EXT_point_parameters */
766
GLboolean _Attenuated; /**< True if
Params
!= [1, 0, 0] */
2287
GLfloat Parameters[MAX_PROGRAM_ENV_PARAMS][4]; /**< Env
params
*/
2361
GLfloat Parameters[MAX_PROGRAM_ENV_PARAMS][4]; /**< Env
params
*/
4926
struct gl_pixelstore_attrib DefaultPacking; /**< Default
params
*/
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/osmesa/
test-render.cpp
19
}
Params
;
21
class OSMesaRenderTestFixture : public testing::TestWithParam<
Params
> {};
24
name_params(const testing::TestParamInfo<
Params
>
params
) {
25
auto p =
params
.param;
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 }
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_statevars.c
281
value[0] = ctx->Point.
Params
[0];
282
value[1] = ctx->Point.
Params
[1];
283
value[2] = ctx->Point.
Params
[2];
769
append(dst, "fog.
params
");
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_state.c
576
static void r200PointParameter( struct gl_context *ctx, GLenum pname, const GLfloat *
params
)
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)
1143
GLenum pname, const GLfloat *
params
)
1177
fcmd[LIT_SPOT_EXPONENT] =
params
[0]
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_state.c
576
static void r200PointParameter( struct gl_context *ctx, GLenum pname, const GLfloat *
params
)
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)
1142
GLenum pname, const GLfloat *
params
)
1176
fcmd[LIT_SPOT_EXPONENT] =
params
[0]
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h
245
DWORD64
Params
[4];
262
DWORD
Params
[4];
809
ULONG64
Params
[4];
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_statevars.c
331
value[0] = ctx->Point.
Params
[0];
332
value[1] = ctx->Point.
Params
[1];
333
value[2] = ctx->Point.
Params
[2];
483
float (*
params
)[4] = ctx->FragmentProgram.Current->arb.LocalParams;
484
if (unlikely(!
params
)) {
494
COPY_4V(value,
params
[idx]);
500
float (*
params
)[4] = ctx->FragmentProgram.Current->arb.LocalParams;
501
if (!
params
) {
509
memcpy(value,
params
[idx], bytes);
524
float (*
params
)[4] = ctx->VertexProgram.Current->arb.LocalParams
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
dbghelp.h
245
DWORD64
Params
[4];
262
DWORD
Params
[4];
809
ULONG64
Params
[4];
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
128
{ GL_POINT_DISTANCE_ATTENUATION, CONTEXT_FLOAT3(Point.
Params
[0]), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
128
{ GL_POINT_DISTANCE_ATTENUATION, CONTEXT_FLOAT3(Point.
Params
[0]), NO_EXTRA },
Completed in 28 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026