Home
last modified time | relevance | path

Searched refs:ymin (Results 1 – 25 of 50) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.h121 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
148 pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
149 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
150 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
151 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
152 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
153 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
154 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
198 pScissorsInFixedPoint[pViewportIndex[15]].ymin, in GatherScissors()
[all …]
Dapi.h48 int32_t ymin; ///< inclusive member
54 return (this->ymin == rhs.ymin &&
68 this->ymin = std::max(this->ymin, other.ymin); in Intersect()
73 ymax - ymin < 0) in Intersect()
76 ymin = ymax = xmin = xmax = 0; in Intersect()
89 this->ymin = std::min(this->ymin, other.ymin); in Union()
104 ymin += y; in Translate()
Dbinner.cpp357 …er vTopLeftY = SIMD_T::template slli_epi32<ER_SIMD_TILE_Y_SHIFT + FIXED_POINT_SHIFT>(er_bbox.ymin); in EarlyRasterizer()
862 typename SIMD_T::Integer ymin = SIMD_T::add_epi32(bbox.ymin, SIMD_T::set1_epi32(127)); in BinTrianglesImpl() local
863 ymin = SIMD_T::and_si(ymin, SIMD_T::set1_epi32(~255)); in BinTrianglesImpl()
867 typename SIMD_T::Integer vMaskV = SIMD_T::cmpeq_epi32(ymin, ymax); in BinTrianglesImpl()
894 scisYmin = SIMD_T::set1_epi32(state.scissorsInFixedPoint[0].ymin); in BinTrianglesImpl()
904 bbox.ymin = SIMD_T::max_epi32(bbox.ymin, scisYmin); in BinTrianglesImpl()
914 typename SIMD_T::Integer topEqualsBottom = SIMD_T::cmpeq_epi32(bbox.ymin, bbox.ymax); in BinTrianglesImpl()
924 typename SIMD_T::Integer maskOutsideScissorY = SIMD_T::cmpgt_epi32(bbox.ymin, bbox.ymax); in BinTrianglesImpl()
940 … er_bbox.ymin = SIMD_T::template srai_epi32<ER_SIMD_TILE_Y_SHIFT + FIXED_POINT_SHIFT>(bbox.ymin); in BinTrianglesImpl()
944 typename SIMD_T::Integer vTileY = SIMD_T::cmpeq_epi32(er_bbox.ymin, er_bbox.ymax); in BinTrianglesImpl()
[all …]
Drasterizer_impl.h616 scissor.ymin = std::max(triBBox.ymin, scissorBBox.ymin);
619 POS topLeft{scissor.xmin, scissor.ymin};
621 POS topRight{scissor.xmax, scissor.ymin};
630 …3] = _mm256_set1_pd((rastEdges[3].a * (x - scissor.xmin)) + (rastEdges[3].b * (y - scissor.ymin)));
633 …6] = _mm256_set1_pd((rastEdges[6].a * (x - scissor.xmax)) + (rastEdges[6].b * (y - scissor.ymin)));
660 POS topLeft{scissor.xmin, scissor.ymin};
662 POS topRight{scissor.xmax, scissor.ymin};
671 …3] = _mm256_set1_pd((rastEdges[3].a * (x - scissor.xmin)) + (rastEdges[3].b * (y - scissor.ymin)));
674 …6] = _mm256_set1_pd((rastEdges[6].a * (x - scissor.xmax)) + (rastEdges[6].b * (y - scissor.ymin)));
988 bbox.xmin--; bbox.xmax++; bbox.ymin--; bbox.ymax++;
[all …]
Drasterizer.cpp168 bboxA.ymin > macroBoxBottom || in RasterizeLine()
169 bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine()
171 bboxA.ymax - 1 < scissorInFixedPoint.ymin)) { in RasterizeLine()
241 bboxA.ymin > macroBoxBottom || in RasterizeLine()
242 bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine()
244 bboxA.ymax - 1 < scissorInFixedPoint.ymin)) { in RasterizeLine()
Dbackend_clear.cpp137 clearTile.ymin >>= (KNOB_TILE_Y_DIM_SHIFT); in ClearMacroTile()
150 …<SWR_TILE_SWRZ, FormatTraits<format>::bpp > >(pitch, clearTile.xmin, clearTile.ymin)) * numSamples; in ClearMacroTile()
154 for (int32_t y = clearTile.ymin; y <= clearTile.ymax; ++y) in ClearMacroTile()
Dutils.h40 simdscalari ymin; member
49 simd16scalari ymin; member
59 typename SIMD_T::Integer ymin; member
/external/mesa3d/src/mesa/swrast/
Ds_points.c194 GLint xmin, xmax, ymin, ymax, iy; in sprite_point() local
205 ymin = (GLint) (y - iRadius); in sprite_point()
213 ymin = (GLint) (y + 0.501F) - iRadius; in sprite_point()
214 ymax = ymin + iSize - 1; in sprite_point()
218 for (iy = ymin; iy <= ymax; iy++) { in sprite_point()
313 const GLint ymin = (GLint) (y - radius); in smooth_point() local
317 for (iy = ymin; iy <= ymax; iy++) { in smooth_point()
410 GLint xmin, xmax, ymin, ymax, ix, iy; in large_point() local
420 ymin = (GLint) (y - iRadius); in large_point()
428 ymin = (GLint) (y + 0.501F) - iRadius; in large_point()
[all …]
/external/webp/src/dsp/
Dssim.c67 const int ymin = (yo - VP8_SSIM_KERNEL < 0) ? 0 : yo - VP8_SSIM_KERNEL; in SSIMGetClipped_C() local
74 src1 += ymin * stride1; in SSIMGetClipped_C()
75 src2 += ymin * stride2; in SSIMGetClipped_C()
76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in SSIMGetClipped_C()
/external/pdfium/third_party/agg23/
Dagg_renderer_base.h72 int ymin() const in ymin() function
115 if(y < ymin()) { in blend_hline()
139 if(y < ymin()) { in blend_solid_hspan()
Dagg_renderer_scanline.h49 if(y >= m_ren->ymin() && y <= m_ren->ymax()) { in render()
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
Dcommute.ll7 define void @test1(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
24 %conv5 = sitofp i32 %ymin to float
42 define void @test2(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
59 %conv5 = sitofp i32 %ymin to float
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/AArch64/
Dcommute.ll7 define void @test1(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
24 %conv5 = sitofp i32 %ymin to float
42 define void @test2(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
59 %conv5 = sitofp i32 %ymin to float
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp131 float ymin, in Interpolate() argument
134 return ymin + (divisor ? (x - xmin) * (ymax - ymin) / divisor : 0); in Interpolate()
Dcpdf_function.h43 float ymin,
/external/tensorflow/tensorflow/core/kernels/
Dsample_distorted_bounding_box_op.cc34 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() argument
35 Set(xmin, ymin, xmax, ymax); in Rectangle()
38 void Set(int xmin, int ymin, int xmax, int ymax) { in Set() argument
40 min_y_ = ymin; in Set()
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc62 float ymin; member
310 box.ymin = ycenter - half_h; in DecodeCenterSizeBoxes()
342 if (box.ymin >= box.ymax || box.xmin >= box.xmax) { in ValidateBoxes()
353 const float area_i = (box_i.ymax - box_i.ymin) * (box_i.xmax - box_i.xmin); in ComputeIntersectionOverUnion()
354 const float area_j = (box_j.ymax - box_j.ymin) * (box_j.xmax - box_j.xmin); in ComputeIntersectionOverUnion()
356 const float intersection_ymin = std::max<float>(box_i.ymin, box_j.ymin); in ComputeIntersectionOverUnion()
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc197 void FontHeaderTable::Builder::SetYMin(int32_t ymin) { in SetYMin() argument
198 InternalWriteData()->WriteShort(Offset::kYMin, ymin); in SetYMin()
Dfont_header_table.h75 virtual void SetYMin(int32_t ymin);
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c344 cache->ymin = 1000000; in reset_cache()
420 cache->ymax - cache->ymin, in st_flush_bitmap_cache()
505 if (y < cache->ymin) in accum_bitmap()
506 cache->ymin = y; in accum_bitmap()
/external/skqp/src/pdf/
DSkPDFBitmap.cpp48 int ymin = SkTMax(0, yOrig - 1); in get_neighbor_avg_color() local
52 for (int y = ymin; y <= ymax; ++y) { in get_neighbor_avg_color()
/external/skia/src/pdf/
DSkPDFBitmap.cpp48 int ymin = SkTMax(0, yOrig - 1); in get_neighbor_avg_color() local
52 for (int y = ymin; y <= ymax; ++y) { in get_neighbor_avg_color()
/external/mesa3d/src/mesa/main/
Dimage.c766 _mesa_clip_to_region(GLint xmin, GLint ymin, in _mesa_clip_to_region() argument
785 if (*y < ymin) { in _mesa_clip_to_region()
786 *height -= (ymin - *y); in _mesa_clip_to_region()
787 *y = ymin; in _mesa_clip_to_region()
Dimage.h125 _mesa_clip_to_region(GLint xmin, GLint ymin,
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c719 GLfloat xmin, xmax, ymin, ymax; in gluPerspective() local
722 ymin = -ymax; in gluPerspective()
723 xmin = ymin * aspect; in gluPerspective()
726 glFrustum(xmin, xmax, ymin, ymax, zNear, zFar); in gluPerspective()

12