/third_party/skia/src/core/ |
H A D | SkDrawShadowInfo.cpp | 81 SkScalar dz = lightPos.fZ - pts3D[i].fZ; in GetSpotShadowTransform() local
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsConic.cpp | 142 double dz = conic_eval_denominator(fWeight, midT); in subDivide() local
|
/third_party/glfw/examples/ |
H A D | heightmap.c | 323 GLfloat dz = center_z - map_vertices[2][ii]; in update_map() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 1380 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 D | nvc0_surface.c | 1209 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 D | RewriteCubeMapSamplersAs2DArray.cpp | 77 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 D | ShaderCore.cpp | 990 Float4 dz = src0.z - src1.z; in dist3() local 999 Float4 dz = src0.z - src1.z; in dist4() local
|