Searched defs:dwdx (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 188 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; in interpolate_active_attribs() local 531 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; in interpolate_texcoords() local 572 const GLfloat dwdx = span->attrStepX[VARYING_SLOT_POS][3]; in interpolate_texcoords() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureUnitTests.cpp | 306 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); in calculateLodMax() local 322 float dwdx = derivateParts[2].x() * (float)textureSize.z() * screenDerivate.x(); in calculateLodMin() local
|
D | es3fShaderTextureFunctionTests.cpp | 724 …float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
|
D | es3fVertexTextureTests.cpp | 1645 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x(); in calculateLod() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 321 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() 1017 …float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local 2701 …const float dwdx = (m_maxCoord[2]-m_minCoord[2])*0.5f*(float)m_textureSpec.depth / (float)viewport… in TextureQueryLodInstance() local
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 250 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() 336 float dwdx = triDerivateX(w, projection, wx, width, wy/height); in computeProjectedTriLod() local
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2211 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
|