Home
last modified time | relevance | path

Searched refs:yEnd (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/etc1/
H A 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/
H A DvktDynamicStateInheritanceTests.cpp937 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local
948 yEnd = de::clamp(yEnd, ysLow, ysHigh); in rasterizeExpectedResults()
954 yEnd = de::clamp(yEnd, 0, kHeight); in rasterizeExpectedResults()
960 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateInheritanceTests.cpp846 deInt32 yEnd = deInt32(floorf(yf[1] + 0.5f)); in rasterizeExpectedResults() local
857 yEnd = de::clamp(yEnd, ysLow, ysHigh); in rasterizeExpectedResults()
863 yEnd = de::clamp(yEnd, 0, kHeight); in rasterizeExpectedResults()
869 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
/third_party/skia/third_party/externals/libgifcodec/
H A 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/
H A DvktDrawDepthClampTests.cpp689 deInt32 yEnd = yStart + viewRect.extent.height; in iterate() local
691 for (int y = yStart; y < yEnd; ++y) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDepthClampTests.cpp689 deInt32 yEnd = yStart + viewRect.extent.height; in iterate() local
691 for (int y = yStart; y < yEnd; ++y) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1456 int yEnd = 0; in fillQuarter() local
1460 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter()
1461 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter()
1462 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter()
1463 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter()
1474 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter()
1485 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1493 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1505 for (int y = yStart; y < yEnd; in fillQuarter()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp948 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local
954 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp948 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local
954 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/
H A DvktClippingTests.cpp253 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local
257 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels()
259 for (int y = regionOffset.y(); y < yEnd; ++y) in countPixels()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp253 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local
257 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels()
259 for (int y = regionOffset.y(); y < yEnd; ++y) in countPixels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp1481 int yEnd = 0; in fillQuarter() local
1485 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter()
1486 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter()
1487 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter()
1488 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter()
1499 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter()
1510 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1518 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
1530 for (int y = yStart; y < yEnd; in fillQuarter()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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/
H A 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_no_buildgn/vulkan/shaderrender/
H A 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/
H A DvktRasterizationTests.cpp3997 const int yEnd = yEnds[getIteration()];
4009 for (int y = yStart; result && y < yEnd; ++y)
4031 for (int y = yStart; y < yEnd; ++y)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationTests.cpp3745 const int yEnd = yEnds[getIteration()];
3757 for (int y = yStart; result && y < yEnd; ++y)
3779 for (int y = yStart; y < yEnd; ++y)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp4239 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y);
4249 for (int y = yStart; y < yEnd; y++)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp3795 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local
3805 for (int y = yStart; y < yEnd; y++) in forEach()

Completed in 94 milliseconds