/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
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 | 105 bbox.ymax = vMaxY; in calcBoundingBoxIntVertical() 138 bbox.ymax = _simd_add_epi32(vMaxY, _simd_set1_epi32(CT::BoundingBoxOffsetT::value)); in calcBoundingBoxIntVertical() 348 scisYmax = _simd_set_epi32(pScissorsInFixedPoint[pViewportIndex[0]].ymax, in Gather() 349 pScissorsInFixedPoint[pViewportIndex[1]].ymax, in Gather() 350 pScissorsInFixedPoint[pViewportIndex[2]].ymax, in Gather() 351 pScissorsInFixedPoint[pViewportIndex[3]].ymax, in Gather() 352 pScissorsInFixedPoint[pViewportIndex[4]].ymax, in Gather() 353 pScissorsInFixedPoint[pViewportIndex[5]].ymax, in Gather() 354 pScissorsInFixedPoint[pViewportIndex[6]].ymax, in Gather() 355 pScissorsInFixedPoint[pViewportIndex[7]].ymax); in Gather() [all …]
|
D | rasterizer.cpp | 615 scissor.ymax = std::min(triBBox.ymax, scissorBBox.ymax); in ComputeScissorEdges() 618 POS bottomLeft{scissor.xmin, scissor.ymax}; in ComputeScissorEdges() 620 POS bottomRight{scissor.xmax, scissor.ymax}; in ComputeScissorEdges() 629 …4] = _mm256_set1_pd((rastEdges[4].a * (x - scissor.xmin)) + (rastEdges[4].b * (y - scissor.ymax))); in ComputeScissorEdges() 630 …5] = _mm256_set1_pd((rastEdges[5].a * (x - scissor.xmax)) + (rastEdges[5].b * (y - scissor.ymax))); in ComputeScissorEdges() 659 POS bottomLeft{scissor.xmin, scissor.ymax}; in ComputeScissorEdges() 661 POS bottomRight{scissor.xmax, scissor.ymax}; in ComputeScissorEdges() 670 …4] = _mm256_set1_pd((rastEdges[4].a * (x - scissor.xmin)) + (rastEdges[4].b * (y - scissor.ymax))); in ComputeScissorEdges() 671 …5] = _mm256_set1_pd((rastEdges[5].a * (x - scissor.xmax)) + (rastEdges[5].b * (y - scissor.ymax))); in ComputeScissorEdges() 986 bbox.xmin--; bbox.xmax++; bbox.ymin--; bbox.ymax++; in RasterizeTriangle() [all …]
|
/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/ltp/tools/pounder21/src/randacoords/ |
D | coords.c | 52 unsigned long xmax, ymax; in main() local 61 ymax = atoi(argv[2]); in main() 68 y = 1 + (unsigned long)((float)ymax * (rand() / (RAND_MAX + 1.0f))); in main()
|
/external/lisa/libs/utils/analysis/ |
D | binder_transaction_analysis.py | 95 ymin=0, ymax=None, x_axis="index"): argument 116 if ymax: 117 ax.set_ylim(ymax=ymax)
|
D | latency_analysis.py | 349 ymax = 1.1 * df.latency.max() 393 xlim=(0,ymax), legend=False, 555 ymax = 1.1 * wkp_df.activation_interval.max() 592 xlim=(0,ymax), legend=False, 686 ymax = 1.1 * run_df.running_time.max() 723 xlim=(0,ymax), legend=False,
|
/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/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_scissor_state.c | 80 scissor[i].ymax = 0; in gen6_upload_scissor_state() 86 scissor[i].ymax = bbox[3] - 1; in gen6_upload_scissor_state() 93 scissor[i].ymax = fb_height - bbox[2] - 1; in gen6_upload_scissor_state()
|
D | gen6_viewport_state.c | 41 float *ymin, float *ymax) in brw_calculate_guardband_size() argument 107 *ymax = MAX2(ndc_gb_ymin, ndc_gb_ymax); in brw_calculate_guardband_size() 113 *ymax = 0.0f; in brw_calculate_guardband_size() 168 &clv[i].ymin, &clv[i].ymax); in gen6_upload_sf_and_clip_viewports()
|
D | brw_structs.h | 439 unsigned ymax:16; member 606 float ymax; member 631 int16_t ymax; member 662 float ymax; member
|
D | brw_sf_state.c | 103 sfv->scissor.ymax = 0; in upload_sf_vp() 109 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1; in upload_sf_vp() 116 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1; in upload_sf_vp()
|
/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/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 update_scissor() local 74 if (ymax < (GLint) scissor[i].maxy) in update_scissor() 75 scissor[i].maxy = ymax; in update_scissor()
|
D | st_cb_bitmap.c | 91 GLint xmin, ymin, xmax, ymax; member 365 cache->ymax = -1000000; in reset_cache() 440 cache->ymax - cache->ymin, in st_flush_bitmap_cache() 529 if (y + height > cache->ymax) in accum_bitmap() 530 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/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 59 static int ymin, ymax; variable 163 ymax = info.maximum; in init_touch() 313 if (xmin != 0 && xmax != 0 && ymin != 0 && ymax != 0) in injectTouchEvent() 316 y = ymin + (y * (ymax - ymin)) / (scrinfo.yres); in injectTouchEvent()
|
/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/trappy/trappy/stats/ |
D | Correlator.py | 129 ymax = 1.25 + max(max(s_x.values), max(s_y.values)) + 1 131 ylim = [ymin, ymax]
|
/external/libvncserver/libvncserver/ |
D | rfbregion.c | 588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; in sraRgnBBox() local 598 if(vcurr->end>ymax) in sraRgnBBox() 599 ymax=vcurr->end; in sraRgnBBox() 613 if(xmax<xmin || ymax<ymin) in sraRgnBBox() 616 return sraRgnCreateRect(xmin,ymin,xmax,ymax); in sraRgnBBox()
|
/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()
|
/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()
|