Searched defs:dwdx (Results 1 – 8 of 8) sorted by relevance
/third_party/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
|
/third_party/vk-gl-cts/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
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_linear.c | 265 float w0, float dwdx, float dwdy) in init_nearest_sampler()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 322 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates() 1031 …float dwdx = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local 2716 …const float dwdx = (m_maxCoord[2]-m_minCoord[2])*0.5f*(float)m_textureSpec.depth / (float)viewport… in TextureQueryLodInstance() local
|
/third_party/vk-gl-cts/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
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2211 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
|