/third_party/skia/third_party/etc1/ |
D | etc1.cpp | 532 etc1_uint32 yEnd = height - y; in etc1_encode_image() local 533 if (yEnd > 4) { in etc1_encode_image() 534 yEnd = 4; in etc1_encode_image() 536 int ymask = kYMask[yEnd]; in etc1_encode_image() 543 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image() 585 etc1_uint32 yEnd = height - y; in etc1_decode_image() local 586 if (yEnd > 4) { in etc1_decode_image() 587 yEnd = 4; in etc1_decode_image() 596 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 884 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local 895 yEnd = clamp(yEnd, ysLow, ysHigh); in rasterizeExpectedResults() 901 yEnd = clamp(yEnd, 0, kHeight); in rasterizeExpectedResults() 907 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
|
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow() local 433 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawDepthClampTests.cpp | 585 deInt32 yEnd = yStart + viewRect.extent.height; in iterate() local 587 for (int y = yStart; y < yEnd; ++y) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 1305 int yEnd = 0; in fillQuarter() local 1309 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter() 1310 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter() 1311 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter() 1312 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter() 1323 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter() 1334 for (int y = yStart; y < yEnd; ++y) in fillQuarter() 1342 for (int y = yStart; y < yEnd; ++y) in fillQuarter() 1354 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 906 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local 912 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 252 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local 256 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels() 258 for (int y = regionOffset.y(); y < yEnd; ++y) in countPixels()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 114 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 120 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 182 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 187 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 3659 const int yEnd = yEnds[getIteration()]; in compareAndVerifyOverestimatedNormal() local 3671 for (int y = yStart; result && y < yEnd; ++y) in compareAndVerifyOverestimatedNormal() 3693 for (int y = yStart; y < yEnd; ++y) in compareAndVerifyOverestimatedNormal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 3757 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local 3767 for (int y = yStart; y < yEnd; y++) in forEach()
|