/third_party/mesa3d/src/mesa/swrast/ |
D | s_tritemp.h | 130 GLfixed fx0; /* fixed pt X of lower endpoint */ in NAME() member 263 eMaj.fx0 = vMin_fx; in NAME() 264 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME() 276 eTop.fx0 = vMid_fx; in NAME() 277 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME() 286 eBot.fx0 = vMin_fx; in NAME() 287 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME() 578 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */ in NAME()
|
D | s_aaline.c | 290 const GLfloat fx0 = sx - info->qx0; in compute_coveragef() local 299 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0); in compute_coveragef()
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_gradients.c | 47 float fx0, fy0, fx1, fy1; member 189 float factor = project(s->fx0, s->fy0, s->fx1, s->fy1, x, y); in draw_gradients_slice() 212 float factor = project(s->fx0, s->fy0, s->fx1, s->fy1, x, y); in draw_gradients_slice16() 268 s->fx0 = (s->x0 - w2) * cosf(angle) - (s->y0 - h2) * sinf(angle) + w2; in activate()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuBilinearImageCompare.cpp | 76 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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fInstancedRenderingTests.cpp | 358 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()
|
D | es3fVertexTextureTests.cpp | 291 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()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 326 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()
|
D | es2fVertexTextureTests.cpp | 242 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawInstancedTests.cpp | 792 const float fx0 = -1.0f + (float)(x+0) / (float)QUAD_GRID_SIZE * 2.0f / (float)instanceCount; in prepareVertexData() local 798 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy0, 1.0f, 1.0f), tcu::RGBA::blue().toVec()… in prepareVertexData() 800 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec(… in prepareVertexData() 804 …m_data.push_back(VertexPositionAndColor(tcu::Vec4(fx0, fy1, 1.0f, 1.0f), tcu::RGBA::green().toVec(… in prepareVertexData()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBufferTestUtil.cpp | 487 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()
|
/third_party/openssl/crypto/perlasm/ |
D | sparcv9_modes.pl | 1670 s/\b(aes_[edk][^\s]*)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*([%fx0-9]+),\s*(%f[0-9]{1,2})/ 1676 s/\b(camellia_f)\s+(%f[0-9]{1,2}),\s*(%f[0-9]{1,2}),\s*([%fx0-9]+),\s*(%f[0-9]{1,2})/ 1682 s/\b(des_\w+)\s+(%f[0-9]{1,2}),\s*([%fx0-9]+)(?:,\s*(%f[0-9]{1,2})(?:,\s*(%f[0-9]{1,2}))?)?/
|
/third_party/openssl/crypto/aes/asm/ |
D | aesfx-sparcv9.pl | 1255 s/\b(faes[^x]{3,4}x)\s+(%f[0-9]{1,2}),\s*([%fx0-9]+),\s*(%f[0-9]{1,2})/
|