Home
last modified time | relevance | path

Searched defs:dz (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/core/
H A DSkDrawShadowInfo.cpp81 SkScalar dz = lightPos.fZ - pts3D[i].fZ; in GetSpotShadowTransform() local
/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp142 double dz = conic_eval_denominator(fWeight, midT); in subDivide() local
/third_party/glfw/examples/
H A Dheightmap.c323 GLfloat dz = center_z - map_vertices[2][ii]; in update_map() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c1380 float dz; in nv50_blit_3d() local
1528 const int32_t dz = info->dst.box.z; in nv50_blit_eng2d() local
151 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) nv50_2d_texture_do_copy() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1209 float dz; in nvc0_blit_3d() local
1435 const int dz = info->dst.box.z; in nvc0_blit_eng2d() local
161 nvc0_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) nvc0_2d_texture_do_copy() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRewriteCubeMapSamplersAs2DArray.cpp77 TransformDerivativeXMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *xRecip) TransformDerivativeXMajor() argument
130 TransformDerivativeYMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *yRecip) TransformDerivativeYMajor() argument
183 TransformDerivativeZMajor(TIntermBlock *block, TSymbolTable *symbolTable, TIntermTyped *x, TIntermTyped *y, TIntermTyped *z, TIntermTyped *dx, TIntermTyped *dy, TIntermTyped *dz, TIntermTyped *du, TIntermTyped *dv, TIntermTyped *zRecip) TransformDerivativeZMajor() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp990 Float4 dz = src0.z - src1.z; in dist3() local
999 Float4 dz = src0.z - src1.z; in dist4() local

Completed in 13 milliseconds