Home
last modified time | relevance | path

Searched refs:zScale (Results 1 – 8 of 8) sorted by relevance

/external/angle/src/compiler/translator/
DTranslatorMetal.cpp269 TIntermBinary *zScale = new TIntermBinary(EOpMul, positionZ->deepCopy(), viewportZScale); in transformDepthBeforeCorrection() local
273 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection()
DTranslatorMetalDirect.cpp597 TIntermBinary *zScale = new TIntermBinary(EOpMul, positionZ->deepCopy(), viewportZScale); in transformDepthBeforeCorrection() local
601 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c782 static void drawModels(float zScale) in drawModels() argument
790 Matrix4x4_Scale(sModelView, 1.f, 1.f, zScale); in drawModels()
792 glScalef(1.f, 1.f, zScale); in drawModels()
/external/mesa3d/src/mesa/swrast/
Ds_span.c630 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF; in interpolate_wpos() local
649 wpos[i][2] = (GLfloat) span->array->z[i] * zScale; in interpolate_wpos()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3709 float zScale; member
3819 m_layers[layerNdx].zScale = (2.0f / (float)m_numLayers); in init()
3876 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()
3886 1.0f, 1.0f, (m_layers[layerNdx].zOffset + m_layers[layerNdx].zScale + posPadding), 1.0f); in iterate()
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3013 setupCamera(area: InputRect, zScale: number, cam: Camera): number[];
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2871 …const float zScale = static_cast<float>(blit.srcOffsets[1].z - blit.srcOffsets[0].z) / static_cast… in forEach() local
2884 …(zScale * (static_cast<float>(z - blit.dstOffsets[0].z) + 0.5f) + static_cast<float>(blit.srcOffse… in forEach()
3214 const int zScale = (mirrorMode & MIRROR_MODE_Z) ? -1 : 1; in blit() local
3220 … * sY, ((float)z + 0.5f) * sZ)), x * xScale + xOffset, y * yScale + yOffset, z * zScale + zOffset); in blit()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c10072 Fixed zScale; in Qt_Media3DScaleNamedObjectTo() local
10080 PyMac_GetFixed, &zScale)) in Qt_Media3DScaleNamedObjectTo()
10086 zScale); in Qt_Media3DScaleNamedObjectTo()