Home
last modified time | relevance | path

Searched defs:dPdx (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3179 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter() local
3229 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter() local
3316 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter() local
3348 const TType &dPdx = func.getParam(2)->getType(); in BuildFuncToEmitter() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp418 TIntermSymbol *dPdx = new TIntermSymbol(dPdxVar); in declareCoordTranslationFunction() local
705 TIntermTyped *dPdx, in createCoordTransformationCall()
719 TIntermTyped *dPdx = CreateZeroNode(*vec3Type); in createImplicitCoordTransformationCall() local
852 TIntermTyped *dPdx = nullptr; in convertBuiltinFunction() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp522 TIntermSymbol *dPdx = new TIntermSymbol(dPdxVar); in declareCoordTranslationFunction() local
751 TIntermTyped *dPdx, in createCoordTransformationCall()
865 TIntermTyped *dPdx = nullptr; in convertBuiltinFunction() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifier.hpp47 tcu::Vec4 dPdx; member
DvktSampleVerifier.cpp775 const Vec4& dPdx, in verifySampleCubemapFace()
859 …const Vec4 dPdx = (m_sampleLookupSettings.lookupLodMode == LOOKUP_LOD_MODE_DERIVATIVES) ? args.dPd… in verifySampleImpl() local
DvktSampleVerifierUtil.cpp268 Vec2 calcLodBounds (const Vec3& dPdx, in calcLodBounds()
DvktTextureFilteringExplicitLodTests.cpp1154 Vec4 dPdx; in getSampleArgs() member
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c622 nir_ssa_def *dPdx = in lower_gradient_cube_map() local
738 nir_ssa_def *dPdx = nir_fmul(b, ddx, size); in lower_gradient() local
/third_party/mesa3d/src/compiler/glsl/
Dir.h1971 ir_rvalue *dPdx; /**< Partial derivative of coordinate wrt X */ member
Dbuiltin_functions.cpp6539 ir_variable *dPdx = in_var(glsl_type::vec(grad_size), "dPdx"); in _texture() local
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1119 ValueRef dPdx[3]; variable