HomeSort by relevance Sort by last modified time
    Searched refs:dy0 (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/mtl/
GrMtlCopyManager.mm 162 float dy0 = 2.f * dstPoint.fY / dh - 1.f;
165 dy0 = -dy0;
187 {dx1 - dx0, dy1 - dy0, dx0, dy0}, // posXform
  /external/skqp/src/gpu/mtl/
GrMtlCopyManager.mm 162 float dy0 = 2.f * dstPoint.fY / dh - 1.f;
165 dy0 = -dy0;
187 {dx1 - dx0, dy1 - dy0, dx0, dy0}, // posXform
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/
KernelDataForRenderScriptd1new.java 109 float dy0 = -0.5f + 1.0f / (2 * getNumSubPixels()); local
114 float dy = dy0 + (float) v / (float) getNumSubPixels();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/
KernelDataForRenderScriptF32.java 108 float dy0 = -0.5f + 1.0f / (2 * getNumSubPixels()); local
113 float dy = dy0 + (float) v / (float) getNumSubPixels();
  /external/mesa3d/src/mesa/swrast/
s_aatriangle.c 195 const GLfloat dy0 = v1[1] - v0[1]; local
203 assert(dx0 * dy1 - dx1 * dy0 >= 0.0); /* area >= 0.0 */
209 GLfloat cross = (dx0 * (sy - v0[1]) - dy0 * (sx - v0[0]));
214 cross = dx0 + dy0;
s_aaline.c 283 const GLfloat area = dx0 * dy1 - dx1 * dy0;
  /external/tensorflow/tensorflow/core/ops/
array_grad_test.cc 77 std::vector<Tensor> UnpackGrad(const Tensor& x, const Tensor& dy0,
83 f::NDef("dy0", "Placeholder", {}, {{"dtype", T}}),
85 f::NDef("dx", "SymbolicGradient", {"x", "dy0", "dy1"},
96 {"dy0:0", dy0},
107 Tensor dy0(DT_FLOAT, {2, 3});
109 test::FillIota<float>(&dy0, 0);
111 auto dx = UnpackGrad(x, dy0, dy1, 0);
213 std::vector<Tensor> SplitGrad(int dim, const Tensor& x, const Tensor& dy0,
219 f::NDef("dy0", "Placeholder", {}, {{"dtype", T}})
    [all...]
  /external/skia/src/gpu/vk/
GrVkCopyManager.cpp 203 float dy0 = 2.f * dstPoint.fY / dh - 1.f; local
206 dy0 = -dy0;
227 float uniData[] = { dx1 - dx0, dy1 - dy0, dx0, dy0, // posXform
  /external/skqp/src/gpu/vk/
GrVkCopyManager.cpp 203 float dy0 = 2.f * dstPoint.fY / dh - 1.f; local
206 dy0 = -dy0;
227 float uniData[] = { dx1 - dx0, dy1 - dy0, dx0, dy0, // posXform
  /external/mesa3d/src/intel/compiler/
brw_compile_sf.c 38 struct brw_reg dy0; member in struct:brw_sf_compile
290 c->dy0 = brw_vec1_grf(1, 5);
493 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0));
573 brw_MUL(p, c->tmp, c->a1_sub_a0, c->dy0);
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 3637 GrGLfloat dy0 = 2.f * dstPoint.fY \/ dh - 1.f; local
    [all...]
  /external/swiftshader/src/Device/
Renderer.cpp 1483 float dy0 = lineWidth * 0.5f * P0.w \/ H; local
    [all...]
  /external/swiftshader/src/Renderer/
Renderer.cpp 1861 float dy0 = lineWidth * 0.5f * P0.w \/ H; local
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 3665 GrGLfloat dy0 = 2.f * dstPoint.fY \/ dh - 1.f; local
    [all...]

Completed in 7128 milliseconds