/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | binner.h | 121 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 …]
|
D | api.h | 48 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()
|
D | binner.cpp | 357 …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 …]
|
D | rasterizer_impl.h | 616 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 …]
|
D | rasterizer.cpp | 168 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()
|
D | backend_clear.cpp | 137 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()
|
D | utils.h | 40 simdscalari ymin; member 49 simd16scalari ymin; member 59 typename SIMD_T::Integer ymin; member
|
/external/mesa3d/src/mesa/swrast/ |
D | s_points.c | 194 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/ |
D | ssim.c | 67 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/ |
D | agg_renderer_base.h | 72 int ymin() const in ymin() function 115 if(y < ymin()) { in blend_hline() 139 if(y < ymin()) { in blend_solid_hspan()
|
D | agg_renderer_scanline.h | 49 if(y >= m_ren->ymin() && y <= m_ren->ymax()) { in render()
|
/external/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | commute.ll | 7 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/ |
D | commute.ll | 7 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/ |
D | cpdf_function.cpp | 131 float ymin, in Interpolate() argument 134 return ymin + (divisor ? (x - xmin) * (ymax - ymin) / divisor : 0); in Interpolate()
|
D | cpdf_function.h | 43 float ymin,
|
/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 40 min_y_ = ymin; in Set()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | detection_postprocess.cc | 62 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/ |
D | font_header_table.cc | 197 void FontHeaderTable::Builder::SetYMin(int32_t ymin) { in SetYMin() argument 198 InternalWriteData()->WriteShort(Offset::kYMin, ymin); in SetYMin()
|
D | font_header_table.h | 75 virtual void SetYMin(int32_t ymin);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 344 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/ |
D | SkPDFBitmap.cpp | 48 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/ |
D | SkPDFBitmap.cpp | 48 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/ |
D | image.c | 766 _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()
|
D | image.h | 125 _mesa_clip_to_region(GLint xmin, GLint ymin,
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 719 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()
|