Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbinner.h125 bbox.ymin = vMinY; in calcBoundingBoxIntVertical()
154 scisYmin = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[7]].ymin, in GatherScissors()
155 pScissorsInFixedPoint[pViewportIndex[6]].ymin, in GatherScissors()
156 pScissorsInFixedPoint[pViewportIndex[5]].ymin, in GatherScissors()
157 pScissorsInFixedPoint[pViewportIndex[4]].ymin, in GatherScissors()
158 pScissorsInFixedPoint[pViewportIndex[3]].ymin, in GatherScissors()
159 pScissorsInFixedPoint[pViewportIndex[2]].ymin, in GatherScissors()
160 pScissorsInFixedPoint[pViewportIndex[1]].ymin, in GatherScissors()
161 pScissorsInFixedPoint[pViewportIndex[0]].ymin); in GatherScissors()
204 scisYmin = _simd16_set_epi32(pScissorsInFixedPoint[pViewportIndex[15]].ymin, in GatherScissors()
[all …]
Dapi.h48 int32_t ymin; ///< inclusive member
54 return (this->ymin == rhs.ymin && this->ymax == rhs.ymax && this->xmin == rhs.xmin &&
63 this->ymin = std::max(this->ymin, other.ymin); in Intersect()
67 if (xmax - xmin < 0 || ymax - ymin < 0) in Intersect()
70 ymin = ymax = xmin = xmax = 0; in Intersect()
80 this->ymin = std::min(this->ymin, other.ymin); in Union()
92 ymin += y; in Translate()
Dbinner.cpp366 SIMD_T::template slli_epi32<ER_SIMD_TILE_Y_SHIFT + FIXED_POINT_SHIFT>(er_bbox.ymin); in EarlyRasterizer()
915 Integer<SIMD_T> ymin = SIMD_T::add_epi32(bbox.ymin, SIMD_T::set1_epi32(127)); in BinTrianglesImpl() local
916 ymin = SIMD_T::and_si(ymin, SIMD_T::set1_epi32(~255)); in BinTrianglesImpl()
920 Integer<SIMD_T> vMaskV = SIMD_T::cmpeq_epi32(ymin, ymax); in BinTrianglesImpl()
955 scisYmin = SIMD_T::set1_epi32(state.scissorsInFixedPoint[0].ymin); in BinTrianglesImpl()
965 bbox.ymin = SIMD_T::max_epi32(bbox.ymin, scisYmin); in BinTrianglesImpl()
975 Integer<SIMD_T> topEqualsBottom = SIMD_T::cmpeq_epi32(bbox.ymin, bbox.ymax); in BinTrianglesImpl()
987 Integer<SIMD_T> maskOutsideScissorY = SIMD_T::cmpgt_epi32(bbox.ymin, bbox.ymax); in BinTrianglesImpl()
1006 er_bbox.ymin = in BinTrianglesImpl()
1007 SIMD_T::template srai_epi32<ER_SIMD_TILE_Y_SHIFT + FIXED_POINT_SHIFT>(bbox.ymin); in BinTrianglesImpl()
[all …]
Drasterizer_impl.h660 scissor.ymin = std::max(triBBox.ymin, scissorBBox.ymin);
663 POS topLeft{scissor.xmin, scissor.ymin};
665 POS topRight{scissor.xmax, scissor.ymin};
675 (rastEdges[3].b * (y - scissor.ymin)));
681 (rastEdges[6].b * (y - scissor.ymin)));
713 POS topLeft{scissor.xmin, scissor.ymin};
715 POS topRight{scissor.xmax, scissor.ymin};
725 (rastEdges[3].b * (y - scissor.ymin)));
731 (rastEdges[6].b * (y - scissor.ymin)));
1073 bbox.ymin--;
[all …]
Drasterizer.cpp171 bboxA.ymin > macroBoxBottom || bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine()
172 bboxA.ymax - 1 < macroBoxTop || bboxA.ymax - 1 < scissorInFixedPoint.ymin)) in RasterizeLine()
241 bboxA.ymin > macroBoxBottom || bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine()
242 bboxA.ymax - 1 < macroBoxTop || bboxA.ymax - 1 < scissorInFixedPoint.ymin)) in RasterizeLine()
Dbackend_clear.cpp109 clearTile.ymin >>= (KNOB_TILE_Y_DIM_SHIFT); in ClearMacroTile()
133 pitch, clearTile.xmin, clearTile.ymin)) * in ClearMacroTile()
141 for (int32_t y = clearTile.ymin; y <= clearTile.ymax; ++y) in ClearMacroTile()
Dutils.h41 simdscalari ymin; member
49 simd16scalari ymin; member
58 typename SIMD_T::Integer ymin; member
/external/mesa3d/src/intel/common/
Dgen_guardband.h30 float *ymin, float *ymax) in gen_calculate_guardband_size() argument
76 *ymin = -1.0f; in gen_calculate_guardband_size()
106 *ymin = MIN2(ndc_gb_ymin, ndc_gb_ymax); in gen_calculate_guardband_size()
112 *ymin = 0.0f; in gen_calculate_guardband_size()
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DWaveformView.java91 float ymin = mOffsetY; in onDraw() local
97 canvas.drawLine(x0, ymin, x0, ymax, mWavePaint); in onDraw()
99 ymin = mOffsetY; in onDraw()
103 ymin = Math.min(ymin, y1); in onDraw()
/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/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()
/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/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/s2-geometry-library-java/src/com/google/common/geometry/
DS2EdgeUtil.java248 private double ymin; field in S2EdgeUtil.XYZPruner
269 ymin = ymax = from.y; in addEdgeToBounds()
273 ymin = Math.min(ymin, Math.min(to.y, from.y)); in addEdgeToBounds()
299 ymin = ymin - maxDeformation; in setFirstIntersectPoint()
318 } else if ((v1.y < ymin && lastVertex.y < ymin) || (v1.y > ymax && lastVertex.y > ymax)) { in intersects()
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp155 float ymin, in Interpolate() argument
158 return ymin + (divisor ? (x - xmin) * (ymax - ymin) / divisor : 0); in Interpolate()
Dcpdf_function.h45 float ymin,
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
Dimage_metrics_test.cc142 auto ymin = GenerateRandomFraction(); in TEST() local
143 auto ymax = ymin + GenerateRandomFraction(); in TEST()
145 {false, id, GenerateRandomFraction(), {{xmin, xmax}, {ymin, ymax}}}); in TEST()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Dcommute.ll8 define void @test1(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
35 %conv5 = sitofp i32 %ymin to float
53 define void @test2(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
80 %conv5 = sitofp i32 %ymin to float
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddetection_postprocess.cc72 float ymin; member
339 box.ymin = ycenter - half_h; in DecodeCenterSizeBoxes()
373 if (box.ymin >= box.ymax || box.xmin >= box.xmax) { in ValidateBoxes()
384 const float area_i = (box_i.ymax - box_i.ymin) * (box_i.xmax - box_i.xmin); in ComputeIntersectionOverUnion()
385 const float area_j = (box_j.ymax - box_j.ymin) * (box_j.xmax - box_j.xmin); in ComputeIntersectionOverUnion()
387 const float intersection_ymin = std::max<float>(box_i.ymin, box_j.ymin); in ComputeIntersectionOverUnion()
/external/tensorflow/tensorflow/lite/kernels/
Ddetection_postprocess.cc68 float ymin; member
354 box.ymin = ycenter - half_h; in DecodeCenterSizeBoxes()
388 if (box.ymin > box.ymax || box.xmin > box.xmax) { in ValidateBoxes()
399 const float area_i = (box_i.ymax - box_i.ymin) * (box_i.xmax - box_i.xmin); in ComputeIntersectionOverUnion()
400 const float area_j = (box_j.ymax - box_j.ymin) * (box_j.xmax - box_j.xmin); in ComputeIntersectionOverUnion()
402 const float intersection_ymin = std::max<float>(box_i.ymin, box_j.ymin); in ComputeIntersectionOverUnion()
/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc39 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() argument
40 Set(xmin, ymin, xmax, ymax); in Rectangle()
43 void Set(int xmin, int ymin, int xmax, int ymax) { in Set() argument
45 min_y_ = ymin; in Set()
/external/mesa3d/src/imgui/
Dimstb_textedit.h366 float ymin,ymax; // height of row above and below baseline member
404 r.ymin = r.ymax = 0; in stb_text_locate_coord()
413 if (i==0 && y < base_y + r.ymin) in stb_text_locate_coord()
464 y = r.ymin; in stb_textedit_click()
484 y = r.ymin; in stb_textedit_drag()
531 find->height = r.ymax - r.ymin; in stb_textedit_find_charpos()
563 find->height = r.ymax - r.ymin; in stb_textedit_find_charpos()
/external/igt-gpu-tools/lib/
Dgen8_render.h313 float ymin; member
323 uint32_t ymin:16; member
/external/igt-gpu-tools/assembler/
Dbrw_structs.h447 unsigned ymin:16; member
718 float ymin; member
742 int16_t ymin; member
772 float ymin; member
/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()

123