Home | History | Annotate | Download | only in functional

Lines Matching defs:depth

708 void Texture3DShader::setDepth (float depth)
710 m_depth = depth;
744 const float depth = m_uniforms[3].value.f;
756 texCoords[fragNdx] = tcu::Vec3(coord.x(), coord.y(), depth);
845 // running this shader without a depth buffer does not make any sense