Home
last modified time | relevance | path

Searched refs:computeLodFromGrad1DArray (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp365 inline float computeLodFromGrad1DArray(const ShaderEvalContext &c) in computeLodFromGrad1DArray() function
1090 …c.color = texture1DArray(c, c.in[0].x(), c.in[0].y(), computeLodFromGrad1DArray(c)) * p.scale + p.… in evalTexture1DArrayGrad()
1118 …x() = texture1DArrayShadow(c, c.in[0].z(), c.in[0].x(), c.in[0].y(), computeLodFromGrad1DArray(c)); in evalTexture1DArrayShadowGrad()
1144 …c.color = texture1DArrayOffset(c, c.in[0].x(), c.in[0].y(), computeLodFromGrad1DArray(c), p.offset… in evalTexture1DArrayGradOffset()
1164 … texture1DArrayShadowOffset(c, c.in[0].z(), c.in[0].x(), c.in[0].y(), computeLodFromGrad1DArray(c), in evalTexture1DArrayShadowGradOffset()
1273 …c.color = texture1DArray(c, c.in[0].x(), c.in[0].y(), de::max(computeLodFromGrad1DArray(c), p.lodC… in evalTexture1DArrayGradClamp()
1306 de::max(computeLodFromGrad1DArray(c), p.lodClamp)); in evalTexture1DArrayShadowGradClamp()
1337 …c.color = texture1DArrayOffset(c, c.in[0].x(), c.in[0].y(), de::max(computeLodFromGrad1DArray(c), … in evalTexture1DArrayGradOffsetClamp()
1361 … de::max(computeLodFromGrad1DArray(c), p.lodClamp), p.offset.x()); in evalTexture1DArrayShadowGradOffsetClamp()