Searched defs:dPdy (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifier.cpp | 723 … const Vec4 &dPdx, const Vec4 &dPdy, int face, std::ostream &report) const in verifySampleCubemapFace() argument 799 …const Vec4 dPdy = (m_sampleLookupSettings.lookupLodMode == LOOKUP_LOD_MODE_DERIVATIVES) ? args.dPd… in verifySampleImpl() local
|
H A D | vktSampleVerifier.hpp | 48 tcu::Vec4 dPdy; member
|
H A D | vktSampleVerifierUtil.cpp | 254 Vec2 calcLodBounds(const Vec3 &dPdx, const Vec3 &dPdy, const IVec3 size, const float lodBias, const… in calcLodBounds()
|
H A D | vktTextureFilteringExplicitLodTests.cpp | 1068 Vec4 dPdy; in getSampleArgs() member
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | PreTransformTextureCubeGradDerivatives.cpp | 74 const TVariable *dPdy = new TVariable(mSymbolTable, kEmptyImmutableString, kVec3InType, in getReplacementFunction() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_tex.c | 792 nir_def *dPdy = in lower_gradient_cube_map() local 906 nir_def *dPdy = nir_fmul(b, ddy, size); in lower_gradient() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir.h | 1988 ir_rvalue *dPdy; /**< Partial derivative of coordinate wrt Y */ member
|
H A D | builtin_functions.cpp | 7854 ir_variable *dPdy = in_var(glsl_vec_type(grad_size), "dPdy"); in _texture() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.h | 1125 ValueRef dPdy[3]; variable
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 2223 SpvId dPdy = this->writeExpression(*arguments[3], out); in writeSpecialIntrinsic() local
|