Searched defs:varyingCount (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Draster.cpp46 VertexOutput * v, const unsigned varyingCount)
49 for (unsigned i = 0; i < varyingCount; i++)
117 &clip0, args->varyingCount);
126 &clip1, args->varyingCount);
132 for (unsigned i = 0; i < args->varyingCount; i++) {
162 const unsigned varyingCount = ctx->CurrentProgram->VaryingSlots; local
173 &tmp, varyingCount);
178 &tmp, varyingCount);
183 &tmp, varyingCount);
188 &tmp, varyingCount);
45 InterpolateVertex(const VertexOutput * a, const VertexOutput * b, const VectorComp_t x, VertexOutput * v, const unsigned varyingCount) argument
340 const unsigned varyingCount = ctx->CurrentProgram->VaryingSlots; local
[all...]
H A Dscanline.cpp198 const unsigned int varyingCount = program->VaryingSlots; local
223 for (unsigned i = 0; i < varyingCount; i++) {
261 // const unsigned int varyingCount = ctx->glCtx->CurrentProgram->VaryingSlots;
281 // for (unsigned i = 0; i < varyingCount; i++) {
291 // for (unsigned i = 0; i < varyingCount; i++) {
545 // for (unsigned i = 0; i < varyingCount; i++)
559 // for (unsigned i = 0; i < varyingCount; i++)
H A Dpixelflinger2.h108 unsigned startY, endY, varyingCount; member in struct:GGLContext::Worker

Completed in 89 milliseconds