Home
last modified time | relevance | path

Searched defs:dx0 (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkMSAALoadManager.cpp179 float dx0 = 2.f * rect.fLeft / dw - 1.f; in loadMSAAFromResolve() local
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp201 float dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw() local
/external/mesa3d/src/mesa/swrast/
Ds_aatriangle.c193 const GLfloat dx0 = v1[0] - v0[0]; in compute_coveragef() local
/external/skia/samplecode/
DSampleFitCubicToCircle.cpp213 double dx0 = x - fCubicX[0]; in onFindClickHandler() local
/external/swiftshader/src/Device/
DRenderer.cpp954 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local
1063 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local
/external/mesa3d/src/intel/compiler/
Dbrw_compile_sf.c36 struct brw_reg dx0; member
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c352 dx0, dx1, in BilinearInterpFloat() local
405 dx0, dx1, in BilinearInterp16() local
/external/swiftshader/src/Renderer/
DRenderer.cpp1868 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local
1977 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local
/external/skia/src/gpu/gl/
DGrGLGpu.cpp3332 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw() local
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3635 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw() local
/external/mesa3d/src/imgui/
Dimstb_truetype.h3418 float dx0 = x1-x0; in stbtt__tesselate_cubic() local