Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
DrrRasterizer.cpp557 const deInt64 sx0 = toSubpixelCoord(x0, m_subpixelBits) + halfPixel; in rasterizeSingleSample() local
562 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeSingleSample()
728 const deInt64 sx0 = toSubpixelCoord(x0, m_subpixelBits); in rasterizeMultiSample() local
733 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 }; in rasterizeMultiSample()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderRenderCase.cpp746 float sx0 = x0 * (float)width; in computeVertexReference() local
750 float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
753 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference()
777 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderRenderCase.cpp674 float sx0 = x0 * (float)width; in computeVertexReference() local
678 float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
681 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference()
705 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
DglsBufferTestUtil.cpp483 float sx0 = (float)(x+0) / (float)gridSizeX; in computePositions() local
487 float fx0 = 2.0f * sx0 - 1.0f; in computePositions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp279 const int sx0 = scissorRect.x(); in applyScissor() local
288 if (x < sx0 || x >= sx1 || y < sy0 || y >= sy1) in applyScissor()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBufferTestUtil.cpp322 float sx0 = (float)(x+0) / (float)gridSizeX; in computePositions() local
326 float fx0 = 2.0f * sx0 - 1.0f; in computePositions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp2392 const float sx0 = x0 * (float)width; in computeVertexReference() local
2396 const float oosx = 1.0f / (sx1 - sx0); in computeVertexReference()
2399 const int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference()
2423 const float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3520 GrGLfloat sx0 = (GrGLfloat)srcRect.fLeft; in copySurfaceAsDraw() local
3528 sx0 /= sw; in copySurfaceAsDraw()
3535 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp3369 GrGLfloat sx0 = (GrGLfloat)srcRect.fLeft; in copySurfaceAsDraw() local
3377 sx0 /= sw; in copySurfaceAsDraw()
3384 sx1 - sx0, sy1 - sy0, sx0, sy0)); in copySurfaceAsDraw()