Searched defs:dPdy (Results 1 – 10 of 10) sorted by relevance
419 TIntermSymbol *dPdy = new TIntermSymbol(dPdyVar); in declareCoordTranslationFunction() local703 TIntermTyped *dPdy, in createCoordTransformationCall()717 TIntermTyped *dPdy = CreateZeroNode(*vec3Type); in createImplicitCoordTransformationCall() local850 TIntermTyped *dPdy = nullptr; in convertBuiltinFunction() local
166 SIMD::Float dPdy; in emitSamplerRoutine() local
48 tcu::Vec4 dPdy; member
776 const Vec4& dPdy, in verifySampleCubemapFace()860 …const Vec4 dPdy = (m_sampleLookupSettings.lookupLodMode == LOOKUP_LOD_MODE_DERIVATIVES) ? args.dPd… in verifySampleImpl() local
269 const Vec3& dPdy, in calcLodBounds()
1154 Vec4 dPdy; in getSampleArgs() member
542 nir_ssa_def *dPdy = in lower_gradient_cube_map() local657 nir_ssa_def *dPdy = nir_fmul(b, ddy, size); in lower_gradient() local
1966 ir_rvalue *dPdy; /**< Partial derivative of coordinate wrt Y */ member
6511 ir_variable *dPdy = in_var(glsl_type::vec(grad_size), "dPdy"); in _texture() local
1094 ValueRef dPdy[3]; variable