HomeSort by relevance Sort by last modified time
    Searched refs:sx0 (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 213 float sx0 = (float)srcRect.fLeft; local
224 sx0 /= sw;
230 sx1 - sx0, sy1 - sy0, sx0, sy0 }; // texCoordXform
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 674 float sx0 = x0 * (float)width; local
678 float oosx = 1.0f / (sx1 - sx0);
681 int ix0 = deCeilFloatToInt32(sx0 - 0.5f);
695 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
705 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f);
glsBufferTestUtil.cpp 483 float sx0 = (float)(x+0) / (float)gridSizeX; local
487 float fx0 = 2.0f * sx0 - 1.0f;
  /external/opencv/cv/src/
cvimgwarp.cpp 469 int ifx = xofs[dx].ialpha, sx0 = xofs[dx].idx; \
470 sx = sx0 + cn*2; \
475 if( (unsigned)(sx = sx0 + cn) < (unsigned)ssize.width ) \
478 if( (unsigned)(sx = sx0) < (unsigned)ssize.width ) \
481 if( (unsigned)(sx = sx0 - cn) < (unsigned)ssize.width ) \
489 int sx0 = xofs[dx].idx; \
490 row[dx] = _src[sx0 - cn]*icvCubicCoeffs[ifx*2 + 1] + \
491 _src[sx0]*icvCubicCoeffs[ifx*2] + \
492 _src[sx0 + cn]*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2] + \
493 _src[sx0 + cn*2]*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2+1];
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 556 const deInt64 sx0 = toSubpixelCoord(x0) + halfPixel; local
561 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 };
736 const deInt64 sx0 = toSubpixelCoord(x0);
741 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 };
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 322 float sx0 = (float)(x+0) / (float)gridSizeX; local
326 float fx0 = 2.0f * sx0 - 1.0f;
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorTests.cpp 469 const int sx0 = scissorRect.x(); local
478 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1)
    [all...]
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 509 sx0 := sp.X + x0 - r.Min.X
511 sx1 := sx0 + (x1 - x0)
515 for i, sx, mx := i0, sx0, mx0; sx != sx1; i, sx, mx = i+di, sx+dx, mx+dx {
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 509 sx0 := sp.X + x0 - r.Min.X
511 sx1 := sx0 + (x1 - x0)
515 for i, sx, mx := i0, sx0, mx0; sx != sx1; i, sx, mx = i+di, sx+dx, mx+dx {
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp 3074 const float sx0 = x0 * (float)width; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 3872 GrGLfloat sx0 = (GrGLfloat)srcRect.fLeft; local
    [all...]

Completed in 1896 milliseconds