Home
last modified time | relevance | path

Searched defs:dPdy (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp419 TIntermSymbol *dPdy = new TIntermSymbol(dPdyVar); in declareCoordTranslationFunction() local
703 TIntermTyped *dPdy, in createCoordTransformationCall()
717 TIntermTyped *dPdy = CreateZeroNode(*vec3Type); in createImplicitCoordTransformationCall() local
850 TIntermTyped *dPdy = nullptr; in convertBuiltinFunction() local
/external/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp166 SIMD::Float dPdy; in emitSamplerRoutine() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.hpp48 tcu::Vec4 dPdy; member
DvktSampleVerifier.cpp776 const Vec4& dPdy, in verifySampleCubemapFace()
860 …const Vec4 dPdy = (m_sampleLookupSettings.lookupLodMode == LOOKUP_LOD_MODE_DERIVATIVES) ? args.dPd… in verifySampleImpl() local
DvktSampleVerifierUtil.cpp269 const Vec3& dPdy, in calcLodBounds()
DvktTextureFilteringExplicitLodTests.cpp1154 Vec4 dPdy; in getSampleArgs() member
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c542 nir_ssa_def *dPdy = in lower_gradient_cube_map() local
657 nir_ssa_def *dPdy = nir_fmul(b, ddy, size); in lower_gradient() local
/external/mesa3d/src/compiler/glsl/
Dir.h1966 ir_rvalue *dPdy; /**< Partial derivative of coordinate wrt Y */ member
Dbuiltin_functions.cpp6511 ir_variable *dPdy = in_var(glsl_type::vec(grad_size), "dPdy"); in _texture() local
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1094 ValueRef dPdy[3]; variable