Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp205 TIntermBinary *zScale = new TIntermBinary(EOpMul, positionZ->deepCopy(), viewportZScale); in transformDepthBeforeCorrection() local
209 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection()
DTranslatorMetalDirect.cpp591 TIntermBinary *zScale = new TIntermBinary(EOpMul, positionZ->deepCopy(), viewportZScale); in transformDepthBeforeCorrection() local
595 TIntermBinary *assignment = new TIntermBinary(TOperator::EOpAssign, positionZLHS, zScale); in transformDepthBeforeCorrection()
/third_party/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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3812 float zScale; member
3930 m_layers[layerNdx].zScale = (2.0f / (float)m_numLayers); in init()
3995 gl.uniform1f(depthScaleLocation, m_layers[layerNdx].zScale); in iterate()
4005 1.0f, 1.0f, (m_layers[layerNdx].zOffset + m_layers[layerNdx].zScale + posPadding), 1.0f); in iterate()
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts3081 setupCamera(area: InputRect, zScale: number, cam: Camera): number[];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3761 …const float zScale = static_cast<float>(blit.srcOffsets[1].z - blit.srcOffsets[0].z) / static_cast… in forEach() local
3774 …(zScale * (static_cast<float>(z - blit.dstOffsets[0].z) + 0.5f) + static_cast<float>(blit.srcOffse… in forEach()
4243 const int zScale = (mirrorMode & MIRROR_MODE_Z) ? -1 : 1; in blit() local
4249 … * sY, ((float)z + 0.5f) * sZ)), x * xScale + xOffset, y * yScale + yOffset, z * zScale + zOffset); in blit()