/third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
D | torus.h | 63 float ny = -sinV * cosU; in GenerateTorus() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_miptree.c | 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, in nv50_tex_choose_tile_dims_helper() 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 59 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() 81 float ny = wy / dstH; in renderReference() local
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 61 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() 83 float ny = wy / dstH; in renderReference() local
|
/third_party/flutter/skia/src/effects/ |
D | SkEmbossMask.cpp | 74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss() local
|
/third_party/skia/src/effects/ |
D | SkEmbossMask.cpp | 74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss() local
|
/third_party/mtdev/src/ |
D | core.c | 85 int *nid, const int *nx, const int *ny, int nn, in solve() 126 int nid[DIM_FINGER], nx[DIM_FINGER], ny[DIM_FINGER], i; in assign_tracking_id() local
|
/third_party/musl/src/math/ |
D | fma.c | 47 struct num nx, ny, nz; in fma() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | fma.c | 47 struct num nx, ny, nz; in fma() local
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 291 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() 296 …inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) in triDerivateX() 494 float ny = wy / dstH; in sampleTextureProjected() local 538 float ny = wy / dstH; in sampleTextureProjected() local 656 const float ny = wy / dstH; in sampleTextureCube() local 852 float ny = wy / dstH; in sampleTextureProjected() local 909 const float ny = wy / dstH; in sampleTextureCubeArray() local 1303 const float ny = wy / dstH; in computeTextureLookupDiff() local 1410 const float ny = wy / dstH; in computeTextureLookupDiff() local 1617 const float ny = wy / dstH; in computeTextureLookupDiff() local [all …]
|
/third_party/glib/glib/tests/ |
D | gdatetime.c | 983 #define TEST_ADD_MONTHS(y,m,d,a,ny,nm,nd) G_STMT_START { \ in test_GDateTime_add_months() argument 1008 #define TEST_ADD_DAYS(y,m,d,a,ny,nm,nd) G_STMT_START { \ in test_GDateTime_add_days() argument 1031 #define TEST_ADD_WEEKS(y,m,d,a,ny,nm,nd) G_STMT_START { \ in test_GDateTime_add_weeks() argument 1051 #define TEST_ADD_HOURS(y,m,d,h,mi,s,a,ny,nm,nd,nh,nmi,ns) G_STMT_START { \ in test_GDateTime_add_hours() argument 1072 #define TEST_ADD_FULL(y,m,d,h,mi,s,ay,am,ad,ah,ami,as,ny,nm,nd,nh,nmi,ns) G_STMT_START { \ in test_GDateTime_add_full() argument
|
/third_party/flutter/glfw/examples/ |
D | splitview.c | 62 double s, t, x, y, z, nx, ny, nz, scale, twopi; in drawTorus() local
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 396 Node* ny = r->nodes_[y]; in CheckInvariants() local 498 Node* ny = FindNode(r, idy); in InsertEdge() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 396 Node* ny = r->nodes_[y]; in CheckInvariants() local 498 Node* ny = FindNode(r, idy); in InsertEdge() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbumper.c | 399 float nx, ny, nz; /* Normal */ member
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstfacedetect.cpp | 151 gchar *ny = g_strconcat (name, "->y", NULL); in structure_and_message() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_1_0.cpp | 394 void Context::normal3f(GLfloat nx, GLfloat ny, GLfloat nz) in normal3f() 399 void Context::normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in normal3x()
|
D | validationGL1.cpp | 646 bool ValidateNormal3b(Context *context, GLbyte nx, GLbyte ny, GLbyte nz) in ValidateNormal3b() 656 bool ValidateNormal3d(Context *context, GLdouble nx, GLdouble ny, GLdouble nz) in ValidateNormal3d() 671 bool ValidateNormal3i(Context *context, GLint nx, GLint ny, GLint nz) in ValidateNormal3i() 681 bool ValidateNormal3s(Context *context, GLshort nx, GLshort ny, GLshort nz) in ValidateNormal3s()
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 198 int ny = (target == PIPE_BUFFER ? 1 : in init_tex() local 239 int ny = (tex->target == PIPE_BUFFER ? 1 : in check_tex() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_nopfuncs.c | 246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 359 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gles_1_0.cpp | 409 void Context::normal3f(GLfloat nx, GLfloat ny, GLfloat nz) in normal3f() 414 void Context::normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in normal3x()
|
/third_party/flutter/skia/src/gpu/geometry/ |
D | GrPathUtils.cpp | 770 SkScalar ny = pts[0].x() - pts[3].x(); in calc_line_klm() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 603 Instruction* ny = in ReplaceCubeFaceCoord() local
|