Searched refs:psz (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c48 #define VARYING_FORMAT(ntype, nsz, ptype, psz) \
52 PIPE_FORMAT_R ## psz ## _ ## ptype, \
53 PIPE_FORMAT_R ## psz ## G ## psz ## _ ## ptype, \
54 PIPE_FORMAT_R ## psz ## G ## psz ## B ## psz ## _ ## ptype, \
55 PIPE_FORMAT_R ## psz ## G ## psz ## B ## psz ##
[all...]
/xsrc/external/mit/mesa-demos/dist/src/vp/
H A Dvp-tris.c20 static GLfloat psz = 1.0; variable in typeref:typename:GLfloat
223 glPointSize(psz);
279 psz += .5;
282 if (psz > .5)
283 psz -= .5;
299 psz = 1.0;
/xsrc/external/mit/mesa-demos/dist/src/vpglsl/
H A Dvp-tris.c14 static GLfloat psz = 1.0; variable in typeref:typename:GLfloat
256 glPointSize(psz);
316 psz += .5;
319 if (psz > .5)
320 psz -= .5;
336 psz = 1.0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c446 GLfloat psz[4], col[4], restore_psz, restore_alpha; local in function:intel_atten_point
448 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_POINTSIZE, psz);
451 restore_psz = psz[0];
454 if (psz[0] >= ctx->Point.Threshold) {
455 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
458 GLfloat dsize = psz[0] / ctx->Point.Threshold;
459 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
463 if (psz[0] < 1.0)
464 psz[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c446 GLfloat psz[4], col[4], restore_psz, restore_alpha; local in function:intel_atten_point
448 _tnl_get_attr(ctx, v0, _TNL_ATTRIB_POINTSIZE, psz);
451 restore_psz = psz[0];
454 if (psz[0] >= ctx->Point.Threshold) {
455 psz[0] = MIN2(psz[0], ctx->Point.MaxSize);
458 GLfloat dsize = psz[0] / ctx->Point.Threshold;
459 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
463 if (psz[0] < 1.0)
464 psz[
[all...]

Completed in 8 milliseconds