Home
last modified time | relevance | path

Searched defs:wx (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/test/
H A Dtest-lower-pseudo.cpp46 agx_index wx, wy, wz; member in LowerPseudo
[all...]
H A Dtest-optimizer.cpp64 agx_index wx, wy, wz, hx; member in Optimizer
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_pel.c167 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_uni_w() local
261 const int *denom, *wx, *ox; in checkasm_check_hevc_qpel_bi_w() local
399 const int *denom, *wx, *ox; checkasm_check_hevc_epel_uni_w() local
493 const int *denom, *wx, *ox; checkasm_check_hevc_epel_bi_w() local
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp171 const int wx = RECT_SIZE_X(rect); in IsDialogSizeOK() local
/third_party/skia/src/opts/
H A DSkBitmapProcState_opts.h247 __m128i wx; S32_alpha_D32_filter_DX() local
290 int x0, x1, wx; S32_alpha_D32_filter_DX() local
332 int x0, x1, wx; S32_alpha_D32_filter_DX() local
489 int x0, x1, wx; S32_alpha_D32_filter_DX() local
516 x0, x1, wx; S32_alpha_D32_filter_DXDY() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c326 double wx = bicubic[abs(dx)][0]; in alpha_calc() local
387 double wx = fabs(arg->x1-arg->x2)/2; in square_check_line() local
496 double wx = fabs(arg->x1-arg->x2)/2; circle_check_line() local
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp78 float wx = (float)px + 0.5f; in renderReference() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp80 float wx = (float)px + 0.5f; in renderReference() local
/third_party/backends/backend/
H A Dapple.h236 double wx; member
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp221 MakeCustomLinearFilterInset( GrSurfaceProxyView view, SkAlphaType alphaType, const SkMatrix& matrix, Wrap wx, Wrap wy, const SkRect& subset, const SkRect* domain, SkVector inset, const GrCaps& caps, const float border[4]) MakeCustomLinearFilterInset() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c467 float wx, wy; member
H A Dvf_ciescope.c1196 int wx, wy; in plot_white_point() local
1418 int wx, wy, pos; filter_frame() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpngenc.c299 double rx, ry, gx, gy, bx, by, wx = 0.3127, wy = 0.3290; in png_get_chrm() local
H A Dhevcdsp_template.c554 put_hevc_pel_uni_w_pixels(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_pel_uni_w_pixels() argument
870 put_hevc_qpel_uni_w_h(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_h() argument
925 put_hevc_qpel_uni_w_v(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_v() argument
980 put_hevc_qpel_uni_w_hv(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_qpel_uni_w_hv() argument
1313 put_hevc_epel_uni_w_h(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_h() argument
1365 put_hevc_epel_uni_w_v(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_v() argument
1417 put_hevc_epel_uni_w_hv(uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) put_hevc_epel_uni_w_hv() argument
[all...]
/third_party/backends/backend/pixma/
H A Dpixma.h332 unsigned x, y, w, h, xs, wx; member
H A Dpixma_mp150.c712 unsigned wx = calc_raw_width (mp, s->param); in send_scan_param() local
1092 shrink_image(uint8_t * dptr, uint8_t * sptr, unsigned xs, unsigned w, unsigned wx, unsigned scale, unsigned c) shrink_image() argument
[all...]
/third_party/skia/src/codec/
H A DSkPngCodec.cpp401 float wx = png_fixed_point_to_float(chrm[0]); in read_color_profile() local
/third_party/python/Objects/
H A Dfloatobject.c646 double vx, wx; in float_rem() local
672 _float_div_mod(double vx, double wx, double *floordiv, double *mod) in _float_div_mod() argument
712 double vx, wx; float_divmod() local
727 double vx, wx; float_floor_div() local
[all...]
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp296 static inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) in triDerivateX() argument
309 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& projection, float wx, float wy, float width, float height) in computeProjectedTriLod() argument
319 static float computeProjectedTriLod (LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& projection, float wx, float wy, float width, float height) in computeProjectedTriLod() argument
331 computeProjectedTriLod(LodMode mode, const tcu::Vec3& u, const tcu::Vec3& v, const tcu::Vec3& w, const tcu::Vec3& projection, float wx, float wy, float width, float height) computeProjectedTriLod() argument
494 float wx = (float)px + 0.5f; sampleTextureProjected() local
538 float wx = (float)px + 0.5f; sampleTextureProjected() local
676 const float wx = (float)px + 0.5f; sampleTextureCube() local
885 float wx = (float)px + 0.5f; sampleTextureProjected() local
952 const float wx = (float)px + 0.5f; sampleTextureCubeArray() local
1346 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
1472 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
1696 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
1887 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
2054 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
2163 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
2370 const float wx = (float)px + 0.5f; computeTextureLookupDiff() local
2547 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local
2663 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local
2785 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local
2897 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local
3004 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local
3115 const float wx = (float)px + 0.5f; computeTextureCompareDiff() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp1579 Swizzle2<Vector4, 0x3000> wx; member
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c3331 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c12793 uint32_t wx = h->num_digits - 1 + num_new_digits; // Write index. in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
12839 uint32_t wx = 0; // Write index. in wuffs_base__private_implementation__high_prec_dec__small_rshift() local
[all...]
/third_party/sqlite/src/
H A Dshell.c17886 int wx = p->colWidth[i]; in exec_prepared_stmt_columnar() local
17907 int wx = p->colWidth[i]; in exec_prepared_stmt_columnar() local
[all...]
H A Dsqlite3.c30246 unsigned wx = c - '0'; sqlite3_str_vappendf() local
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c13689 uint32_t wx = h->num_digits - 1 + num_new_digits; // Write index. in wuffs_base__private_implementation__high_prec_dec__small_lshift() local
13735 uint32_t wx = 0; // Write index. wuffs_base__private_implementation__high_prec_dec__small_rshift() local
[all...]

Completed in 259 milliseconds