Home
last modified time | relevance | path

Searched refs:yEnd (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/etc1/
Detc1.cpp532 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/
DvktDynamicStateInheritanceTests.cpp884 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/
DSkLibGifCodec.cpp430 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/
DvktDrawDepthClampTests.cpp585 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/
DvktMultiViewRenderTests.cpp1305 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/
DvktProtectedMemUtils.cpp906 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/
DvktClippingTests.cpp252 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/
Des31fTextureGatherTests.cpp114 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/
DvktShaderRenderTextureGatherTests.cpp182 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/
DvktRasterizationTests.cpp3659 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/
DvktApiCopiesAndBlittingTests.cpp3757 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()