Home
last modified time | relevance | path

Searched defs:py (Results 1 – 25 of 74) sorted by relevance

123

/third_party/benchmark/docs/
Dtools.md7 ### Dependencies
13 ### Displaying aggregates only
22 ### Modes of operation
189 ### Note: Interpreting the output
329 ### U test
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h158 int py = y + iy; in TAG() local
181 int py = y + iy; in TAG() local
315 int py = y + iy; in TAG() local
336 int py = y + iy; in TAG() local
410 int py = y + iy; in TRI_16() local
Dlp_rast_priv.h172 unsigned py = y % TILE_SIZE; in lp_rast_get_color_block_pointer() local
203 unsigned py = y % TILE_SIZE; in lp_rast_get_depth_block_pointer() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMipmapTest.cpp1073 int py = getWindowHeight() / 2; in TEST_P() local
1161 int py = getWindowHeight() / 2; in TEST_P() local
1281 int py = getWindowHeight() / 2; in TEST_P() local
1401 int py = getWindowHeight() / 2; in TEST_P() local
1459 int py = getWindowHeight() / 2; in TEST_P() local
1499 int py = getWindowHeight() / 2; in TEST_P() local
DUniformBufferTest.cpp87 int py = getWindowHeight() / 2; in TEST_P() local
156 int py = getWindowHeight() / 2; in TEST_P() local
203 int py = getWindowHeight() / 2; in TEST_P() local
236 int py = getWindowHeight() / 2; in TEST_P() local
669 int py = getWindowHeight() / 2; in TEST_P() local
725 int py = getWindowHeight() / 2; in TEST_P() local
DPointSpritesTest.cpp89 for (float py = 0; py < 2; ++py) in testPointCoordAndPointSizeCompliance() local
/third_party/skia/src/core/
DSkMatrix.cpp310 SkMatrix& SkMatrix::setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setScale()
328 SkMatrix& SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preScale()
369 SkMatrix& SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postScale()
411 SkMatrix& SkMatrix::setSinCos(SkScalar sinV, SkScalar cosV, SkScalar px, SkScalar py) { in setSinCos()
461 SkMatrix& SkMatrix::setRotate(SkScalar degrees, SkScalar px, SkScalar py) { in setRotate()
471 SkMatrix& SkMatrix::preRotate(SkScalar degrees, SkScalar px, SkScalar py) { in preRotate()
483 SkMatrix& SkMatrix::postRotate(SkScalar degrees, SkScalar px, SkScalar py) { in postRotate()
497 SkMatrix& SkMatrix::setSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in setSkew()
521 SkMatrix& SkMatrix::preSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in preSkew()
533 SkMatrix& SkMatrix::postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postSkew()
/third_party/skia/modules/canvaskit/
Dmatrix.js153 CanvasKit.Matrix.rotated = function(radians, px, py) { argument
165 CanvasKit.Matrix.scaled = function(sx, sy, px, py) { argument
172 CanvasKit.Matrix.skewed = function(kx, ky, px, py) { argument
/third_party/ffmpeg/libavfilter/
Dvf_scale_cuda_bicubic.cu102 float py = floor(yi); in Subsample_Bicubic() local
145 float py = floor(yi); in Subsample_FastBicubic() local
Dvf_mestimate.c133 #define ADD_PRED(preds, px, py)\ argument
/third_party/ffmpeg/libavcodec/
Dvp9recon.c384 px, py, pw, ph, bw, bh, w, h, i) \ argument
388 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
412 int px, int py, int pw, int ph, in mc_luma_scaled()
472 int px, int py, int pw, int ph, in mc_chroma_scaled()
545 px, py, pw, ph, bw, bh, w, h, i) \ argument
550 row, col, mv, px, py, pw, ph, bw, bh, w, h, i) \ argument
Dvc1_pred.c219 int px, py; in ff_vc1_pred_mv() local
476 int px = 0, py = 0; in ff_vc1_pred_mv_intfr() local
697 int px, py; in ff_vc1_pred_b_mv() local
Dh263.c191 int *px, int *py) in ff_h263_pred_motion()
Dv210dec.c115 int16_t *py = (uint16_t*)frame->data[0] + slice_start * frame->linesize[0] / 2; in v210_decode_slice() local
/third_party/vk-gl-cts/modules/egl/
DteglPreservingSwapTests.cpp213 const int py = height; in render() local
260 const int py = target->getHeight(); in render() local
502 const int py = height; in iterate() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-comparison.c322 const ecma_value_t py = left_first ? prim_second_converted_value : prim_first_converted_value; in ecma_op_abstract_relational_compare() local
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dpngpixel.c248 png_uint_32 py; in main() local
/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c64 pa_usec_t px, py; /* Point p, where we want to reach stability */ member
245 pa_usec_t ex, ey, px, py; in calc_abc() local
/third_party/cups-filters/filter/
Dimagetoraster.c2099 int pc, pm, py; /* CMY pixels */ in format_CMYK() local
2612 int pc, pm, py; /* CMY pixels */ in format_KCMY() local
3029 int pc, pm, py, pk; /* Cyan, magenta, yellow, and black values */ in format_KCMYcm() local
4120 int pc, pm, py; /* CMY pixels */ in format_YMCK() local
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp252 uint8_t *py = y; in teletext_data_unit_from_vbi_data_10bit() local
267 static uint8_t* teletext_data_unit_from_op47_vbi_packet(int line, uint16_t *py, uint8_t *tgt) in teletext_data_unit_from_op47_vbi_packet()
295 static uint8_t* teletext_data_unit_from_op47_data(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64… in teletext_data_unit_from_op47_data()
312 static uint8_t* teletext_data_unit_from_ancillary_packet(uint16_t *py, uint16_t *pend, uint8_t *tgt… in teletext_data_unit_from_ancillary_packet()
/third_party/skia/gm/
Dlcdtext.cpp66 static void ScaleAbout(SkCanvas* canvas, SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in ScaleAbout()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp490 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected() local
534 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected() local
672 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureCube() local
881 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureProjected() local
948 for (int py = 0; py < dst.getHeight(); py++) in sampleTextureCubeArray() local
1332 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff() local
1458 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff() local
1682 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff() local
1873 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff() local
2040 for (int py = 0; py < result.getHeight(); py++) in computeTextureLookupDiff() local
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c104 GLint px, GLint py, GLsizei width, GLsizei height, in unpack_bitmap()
479 int px = -999, py = -999; in accum_bitmap() local
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.cpp329 int py = (w + d + h) - (x + y + z + 1); in writeImage() local
360 int py = (w + d + h) - (x + y + z + 1); in writeImage() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp76 for (int py = 0; py < dst.getHeight(); py++) in renderReference() local

123