Home
last modified time | relevance | path

Searched defs:ny (Results 1 – 25 of 55) sorted by relevance

123

/external/dtc/tests/
Dmultilabel.dts16 ny: n2: node2 { label
Dmultilabel_merge.dts51 ny: n2: node2 { label
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c32 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()
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc101 Node* ny = r->nodes_[y]; in CheckInvariants() local
177 Node* ny = r->nodes_[y]; in InsertEdge() local
346 Node* ny = r->nodes_[y]; in IsReachableNonConst() local
/external/OpenCL-CTS/test_conformance/clcpp/workgroups/
Dtest_wg_broadcast.hpp149 size_t nx, size_t ny, in verify_wg_broadcast_2D()
187 size_t nx, size_t ny, size_t nz, in verify_wg_broadcast_3D()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp59 …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
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp61 …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
/external/skqp/src/effects/
DSkEmbossMask.cpp74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss() local
/external/skia/src/effects/
DSkEmbossMask.cpp74 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss() local
/external/OpenCL-CTS/test_conformance/workgroups/
Dtest_wg_broadcast.cpp87 verify_wg_broadcast_2D(float *inptr, float *outptr, size_t nx, size_t ny, size_t wg_size_x, size_t … in verify_wg_broadcast_2D()
120 verify_wg_broadcast_3D(float *inptr, float *outptr, size_t nx, size_t ny, size_t nz, size_t wg_size… in verify_wg_broadcast_3D()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp291 …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()
487 float ny = wy / dstH; in sampleTextureProjected() local
530 float ny = wy / dstH; in sampleTextureProjected() local
636 const float ny = wy / dstH; in sampleTextureCube() local
832 float ny = wy / dstH; in sampleTextureProjected() local
889 const float ny = wy / dstH; in sampleTextureCubeArray() local
1283 const float ny = wy / dstH; in computeTextureLookupDiff() local
1390 const float ny = wy / dstH; in computeTextureLookupDiff() local
1597 const float ny = wy / dstH; in computeTextureLookupDiff() local
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp109 float ny = 1.0f; in GetFillPath() local
487 float ny = 1.0f; in GetPath() local
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
/external/tensorflow/tensorflow/java/src/main/native/
Dgraph_jni.cc150 const jint ny = env->GetArrayLength(y_handles); in Java_org_tensorflow_Graph_addGradients() local
/external/libyuv/files/util/
Dpsnr_main.cc111 int ny = (y - 16) * 256 / 224; in ScaleY() local
/external/pdfium/core/fxcodec/jpx/
Dcjpx_decoder.cpp186 const int* ny = nullptr; in sycc420_to_rgb() local
/external/ImageMagick/coders/
Dsixel.c437 int ny = imsy * 2; in sixel_decode() local
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c198 int ny = (target == PIPE_BUFFER ? 1 : in init_tex() local
239 int ny = (tex->target == PIPE_BUFFER ? 1 : in check_tex() local
/external/deqp/modules/gles2/functional/
Des2fShaderBuiltinVarTests.cpp359 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV()
/external/angle/src/libANGLE/
DContext_gles_1_0.cpp407 void Context::normal3f(GLfloat nx, GLfloat ny, GLfloat nz) in normal3f()
412 void Context::normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in normal3x()
DvalidationGL1.cpp646 bool ValidateNormal3b(const Context *, GLbyte nx, GLbyte ny, GLbyte nz) in ValidateNormal3b()
656 bool ValidateNormal3d(const Context *, GLdouble nx, GLdouble ny, GLdouble nz) in ValidateNormal3d()
671 bool ValidateNormal3i(const Context *, GLint nx, GLint ny, GLint nz) in ValidateNormal3i()
681 bool ValidateNormal3s(const Context *, GLshort nx, GLshort ny, GLshort nz) in ValidateNormal3s()
/external/ImageMagick/MagickCore/
Ddistort.c667 x,y,sx,sy,a,nx,ny; in GenerateCoefficients() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Damd_ext_to_khr.cpp603 Instruction* ny = in ReplaceCubeFaceCoord() local
/external/skia/src/gpu/geometry/
DGrPathUtils.cpp770 SkScalar ny = pts[0].x() - pts[3].x(); in calc_line_klm() local

123