Home
last modified time | relevance | path

Searched refs:fx0 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h129 GLfixed fx0; /* fixed pt X of lower endpoint */ in NAME() member
262 eMaj.fx0 = vMin_fx; in NAME()
263 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME()
275 eTop.fx0 = vMid_fx; in NAME()
276 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME()
285 eBot.fx0 = vMin_fx; in NAME()
286 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME()
577 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */ in NAME()
Ds_aaline.c291 const GLfloat fx0 = sx - info->qx0; in compute_coveragef() local
300 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0); in compute_coveragef()
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp76 const deUint32 fx0 = (1u<<NUM_SUBPIXEL_BITS) - fx1; in interpolateChannel() local
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel()
/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp358 float fx0 = -1.0f + (float)(x+0) / (float)QUAD_GRID_SIZE * 2.0f / (float)m_numInstances; in init() local
364 m_gridVertexPositions.push_back(fx0); in init()
368 m_gridVertexPositions.push_back(fx0); in init()
374 m_gridVertexPositions.push_back(fx0); in init()
Des3fVertexTextureTests.cpp291 float fx0 = (float)(x+0) / gridSizeFloat; in PosTexCoordQuadGrid() local
296 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) }; in PosTexCoordQuadGrid()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp674 const float fx0 = -1.0f + (float)(x+0) / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount; in prepareVertexData() local
680 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy0, 1.0f, 1.0f), tcu::RGBA::blue().toVec()… in prepareVertexData()
682 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec(… in prepareVertexData()
686 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec(… in prepareVertexData()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp326 float fx0 = 2.0f * sx0 - 1.0f; in computePositions() local
332 positions[baseNdx+0] = tcu::Vec2(fx0, fy0); in computePositions()
333 positions[baseNdx+1] = tcu::Vec2(fx0, fy1); in computePositions()
Des2fVertexTextureTests.cpp242 float fx0 = (float)(x+0) / gridSizeFloat; in PosTexCoordQuadGrid() local
247 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) }; in PosTexCoordQuadGrid()
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp487 float fx0 = 2.0f * sx0 - 1.0f; in computePositions() local
493 positions[baseNdx+0] = tcu::Vec2(fx0, fy0); in computePositions()
494 positions[baseNdx+1] = tcu::Vec2(fx0, fy1); in computePositions()