Searched refs:fx0 (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/effects/gradients/
H A DSkClampRange.cpp89 void SkClampRange::init(SkGradFixed fx0, SkGradFixed dx0, int count, int v0, int v1) { argument
98 this->initFor1(fx0);
102 int64_t fx = fx0;
118 fFx1 = fx0;
176 fFx1 = fx0 + fCount0 * dx;
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp76 const deUint32 fx0 = (1u<<NUM_SUBPIXEL_BITS) - fx1; local
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
/external/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h124 GLfixed fx0; /* fixed pt X of lower endpoint */ member in struct:__anon15320
257 eMaj.fx0 = vMin_fx;
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
270 eTop.fx0 = vMid_fx;
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
280 eBot.fx0 = vMin_fx;
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
H A Ds_aaline.c289 const GLfloat fx0 = sx - info->qx0; local
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp358 float fx0 = -1.0f + (float)(x+0) / (float)QUAD_GRID_SIZE * 2.0f / (float)m_numInstances; local
363 // Vertices of a quad's lower-left triangle: (fx0, fy0), (fx1, fy0) and (fx0, fy1)
364 m_gridVertexPositions.push_back(fx0);
368 m_gridVertexPositions.push_back(fx0);
371 // Vertices of a quad's upper-right triangle: (fx1, fy1), (fx0, fy1) and (fx1, fy0)
374 m_gridVertexPositions.push_back(fx0);
H A Des3fVertexTextureTests.cpp291 float fx0 = (float)(x+0) / gridSizeFloat; local
296 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp326 float fx0 = 2.0f * sx0 - 1.0f; local
332 positions[baseNdx+0] = tcu::Vec2(fx0, fy0);
333 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);
H A Des2fVertexTextureTests.cpp242 float fx0 = (float)(x+0) / gridSizeFloat; local
247 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp670 const float fx0 = -1.0f + (float)(x+0) / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount; local
675 // Vertices of a quad's lower-left triangle: (fx0, fy0), (fx1, fy0) and (fx0, fy1)
676 m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy0, 1.0f, 1.0f), tcu::RGBA::blue().toVec()));
678 m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec()));
680 // Vertices of a quad's upper-right triangle: (fx1, fy1), (fx0, fy1) and (fx1, fy0)
682 m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec()));
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp487 float fx0 = 2.0f * sx0 - 1.0f; local
493 positions[baseNdx+0] = tcu::Vec2(fx0, fy0);
494 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);

Completed in 4612 milliseconds