/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | binner.h | 122 bbox.ymax = vMaxY; in calcBoundingBoxIntVertical() 166 pScissorsInFixedPoint[pViewportIndex[7]].ymax, in GatherScissors() 167 pScissorsInFixedPoint[pViewportIndex[6]].ymax, in GatherScissors() 168 pScissorsInFixedPoint[pViewportIndex[5]].ymax, in GatherScissors() 169 pScissorsInFixedPoint[pViewportIndex[4]].ymax, in GatherScissors() 170 pScissorsInFixedPoint[pViewportIndex[3]].ymax, in GatherScissors() 171 pScissorsInFixedPoint[pViewportIndex[2]].ymax, in GatherScissors() 172 pScissorsInFixedPoint[pViewportIndex[1]].ymax, in GatherScissors() 173 pScissorsInFixedPoint[pViewportIndex[0]].ymax); in GatherScissors() 234 pScissorsInFixedPoint[pViewportIndex[15]].ymax, in GatherScissors() [all …]
|
D | api.h | 50 int32_t ymax; ///< exclusive member 55 this->ymax == rhs.ymax && 70 this->ymax = std::min(this->ymax, other.ymax); in Intersect() 73 ymax - ymin < 0) in Intersect() 76 ymin = ymax = xmin = xmax = 0; in Intersect() 91 this->ymax = std::max(this->ymax, other.ymax); in Union() 106 ymax += y; in Translate()
|
D | binner.cpp | 864 typename SIMD_T::Integer ymax = SIMD_T::add_epi32(bbox.ymax, SIMD_T::set1_epi32(128)); in BinTrianglesImpl() local 865 ymax = SIMD_T::and_si(ymax, SIMD_T::set1_epi32(~255)); in BinTrianglesImpl() 867 typename SIMD_T::Integer vMaskV = SIMD_T::cmpeq_epi32(ymin, ymax); in BinTrianglesImpl() 896 scisYmax = SIMD_T::set1_epi32(state.scissorsInFixedPoint[0].ymax); in BinTrianglesImpl() 901 bbox.ymax = SIMD_T::sub_epi32(bbox.ymax, SIMD_T::set1_epi32(1)); in BinTrianglesImpl() 906 bbox.ymax = SIMD_T::min_epi32(bbox.ymax, scisYmax); in BinTrianglesImpl() 914 typename SIMD_T::Integer topEqualsBottom = SIMD_T::cmpeq_epi32(bbox.ymin, bbox.ymax); in BinTrianglesImpl() 915 …bbox.ymax = SIMD_T::blendv_epi32(bbox.ymax, SIMD_T::add_epi32(bbox.ymax, SIMD_T::set1_epi32(1)), t… in BinTrianglesImpl() 924 typename SIMD_T::Integer maskOutsideScissorY = SIMD_T::cmpgt_epi32(bbox.ymin, bbox.ymax); in BinTrianglesImpl() 941 … er_bbox.ymax = SIMD_T::template srai_epi32<ER_SIMD_TILE_Y_SHIFT + FIXED_POINT_SHIFT>(bbox.ymax); in BinTrianglesImpl() [all …]
|
D | rasterizer_impl.h | 617 scissor.ymax = std::min(triBBox.ymax, scissorBBox.ymax); 620 POS bottomLeft{scissor.xmin, scissor.ymax}; 622 POS bottomRight{scissor.xmax, scissor.ymax}; 631 …4] = _mm256_set1_pd((rastEdges[4].a * (x - scissor.xmin)) + (rastEdges[4].b * (y - scissor.ymax))); 632 …5] = _mm256_set1_pd((rastEdges[5].a * (x - scissor.xmax)) + (rastEdges[5].b * (y - scissor.ymax))); 661 POS bottomLeft{scissor.xmin, scissor.ymax}; 663 POS bottomRight{scissor.xmax, scissor.ymax}; 672 …4] = _mm256_set1_pd((rastEdges[4].a * (x - scissor.xmin)) + (rastEdges[4].b * (y - scissor.ymax))); 673 …5] = _mm256_set1_pd((rastEdges[5].a * (x - scissor.xmax)) + (rastEdges[5].b * (y - scissor.ymax))); 988 bbox.xmin--; bbox.xmax++; bbox.ymin--; bbox.ymax++; [all …]
|
D | rasterizer.cpp | 169 bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine() 170 bboxA.ymax - 1 < macroBoxTop || in RasterizeLine() 171 bboxA.ymax - 1 < scissorInFixedPoint.ymin)) { in RasterizeLine() 242 bboxA.ymin > scissorInFixedPoint.ymax || in RasterizeLine() 243 bboxA.ymax - 1 < macroBoxTop || in RasterizeLine() 244 bboxA.ymax - 1 < scissorInFixedPoint.ymin)) { in RasterizeLine()
|
D | backend_clear.cpp | 134 clearTile.ymax -= 1; in ClearMacroTile() 138 clearTile.ymax >>= (KNOB_TILE_Y_DIM_SHIFT); in ClearMacroTile() 154 for (int32_t y = clearTile.ymin; y <= clearTile.ymax; ++y) in ClearMacroTile()
|
D | utils.h | 41 simdscalari ymax; member 50 simd16scalari ymax; member 60 typename SIMD_T::Integer ymax; member
|
/external/libdrm/tests/planetest/ |
D | bo.c | 26 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect_yuv() local 30 if (ymax > bo->height) in draw_rect_yuv() 31 ymax = bo->height; in draw_rect_yuv() 33 for (i = y; i < ymax; i++) { in draw_rect_yuv() 40 for (i = y; i < ymax / 2; i++) { in draw_rect_yuv() 61 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect() local 65 if (ymax > bo->height) in draw_rect() 66 ymax = bo->height; in draw_rect() 68 for (i = y; i < ymax; i++) { in draw_rect()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/ |
D | ok.pass.cpp | 44 const int ymax = static_cast<int>(year::max()); in main() local 45 for (int i = ymax - 100; i <= ymax + 100; ++i) in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/ |
D | ok.pass.cpp | 46 const int ymax = static_cast<int>(year::max()); in main() local 47 for (int i = ymax - 100; i <= ymax + 100; ++i) in main()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 194 GLint xmin, xmax, ymin, ymax, iy; in sprite_point() local 206 ymax = (GLint) (y + iRadius); in sprite_point() 214 ymax = ymin + iSize - 1; in sprite_point() 218 for (iy = ymin; iy <= ymax; iy++) { in sprite_point() 314 const GLint ymax = (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 421 ymax = (GLint) (y + iRadius); in large_point() 429 ymax = ymin + iSize - 1; in large_point() 434 for (iy = ymin; iy <= ymax; iy++) { in large_point()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/ |
D | ok.pass.cpp | 67 const int ymax = static_cast<int>(year::max()); in main() local 68 for (int i = ymax - 100; i <= ymax + 100; ++i) in main()
|
/external/pdfium/third_party/agg23/ |
D | agg_renderer_base.h | 80 int ymax() const in ymax() function 112 if(y > ymax()) { in blend_hline() 136 if(y > ymax()) { in blend_solid_hspan()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ |
D | ok.pass.cpp | 69 const int ymax = static_cast<int>(year::max()); in main() local 70 for (int i = ymax - 100; i <= ymax + 100; ++i) in main()
|
/external/libcxx/test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ |
D | ok.pass.cpp | 90 const int ymax = static_cast<int>(year::max()); in main() local 91 for (int i = ymax - 100; i <= ymax + 100; ++i) in main()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_scissor.c | 65 GLint ymax = MAX2(0, ctx->Scissor.ScissorArray[i].Y + ctx->Scissor.ScissorArray[i].Height); in st_update_scissor() local 74 if (ymax < (GLint) scissor[i].maxy) in st_update_scissor() 75 scissor[i].maxy = ymax; in st_update_scissor()
|
D | st_cb_bitmap.c | 345 cache->ymax = -1000000; in reset_cache() 420 cache->ymax - cache->ymin, in st_flush_bitmap_cache() 509 if (y + height > cache->ymax) in accum_bitmap() 510 cache->ymax = y + height; in accum_bitmap()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_logging.h | 111 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument 220 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument 224 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, \ 283 double ymax,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sample_distorted_bounding_box_op.cc | 34 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 42 max_y_ = ymax; in Set()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | detection_postprocess.cc | 64 float ymax; member 312 box.ymax = 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() 358 const float intersection_ymax = std::min<float>(box_i.ymax, box_j.ymax); in ComputeIntersectionOverUnion()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_function.cpp | 132 float ymax) const { in Interpolate() 134 return ymin + (divisor ? (x - xmin) * (ymax - ymin) / divisor : 0); in Interpolate()
|
D | cpdf_function.h | 44 float ymax) const;
|
/external/webp/src/dsp/ |
D | ssim.c | 68 const int ymax = (yo + VP8_SSIM_KERNEL > H - 1) ? H - 1 in SSIMGetClipped_C() local 76 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in SSIMGetClipped_C()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | font_header_table.cc | 213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax() argument 214 InternalWriteData()->WriteShort(Offset::kYMax, ymax); in SetYMax()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 719 GLfloat xmin, xmax, ymin, ymax; in gluPerspective() local 721 ymax = zNear * (GLfloat)tan(fovy * PI / 360); in gluPerspective() 722 ymin = -ymax; in gluPerspective() 724 xmax = ymax * aspect; in gluPerspective() 726 glFrustum(xmin, xmax, ymin, ymax, zNear, zFar); in gluPerspective()
|