/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 190 tcu::Vec4 lookupScale (1.0f); in createRefProgram() local 198 lookupScale = fmtInfo.lookupScale; in createRefProgram() 212 …gram<tcu::Texture1D>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 226 …:Texture1DArray>(renderTargetFormat, textureView, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 230 …tcu::Texture1DArray>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 239 …gram<tcu::Texture2D>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 248 …am<tcu::TextureCube>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 266 …extureCubeArray>(renderTargetFormat, textureView, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 271 …u::TextureCubeArray>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() 289 …:Texture2DArray>(renderTargetFormat, textureView, sampler, samplerLod, lookupScale, lookupBias, co… in createRefProgram() [all …]
|
D | vktPipelineClearUtil.cpp | 43 return (defaultClearColorUnorm() - formatInfo.lookupBias) / formatInfo.lookupScale; in defaultClearColor() 50 …tcu::Vec4 color = (defaultClearColorUnorm() - formatInfo.lookupBias) / formatInfo.lookupScale; in defaultClearColorInt() 61 …tcu::Vec4 color = (defaultClearColorUnorm() - formatInfo.lookupBias) / formatInfo.lookupScale; in defaultClearColorUint()
|
D | vktPipelineReferenceRenderer.hpp | 179 …ype& texture, const tcu::Sampler& sampler, float lod, const tcu::Vec4& lookupScale, const tcu::Vec… in SamplerFragmentShader() argument 186 , m_lookupScale (lookupScale) in SamplerFragmentShader() 251 …onst tcu::Vec4 color = (swizColor + m_colorFormatInfo.lookupBias) / m_colorFormatInfo.lookupScale; in shadeFragments() 273 …ype& texture, const tcu::Sampler& sampler, float lod, const tcu::Vec4& lookupScale, const tcu::Vec… in SamplerProgram() argument 275 , m_fragmentShader (colorFormat, texture, sampler, lod, lookupScale, lookupBias, swizzle) in SamplerProgram()
|
D | vktPipelineImageTests.cpp | 143 …ds." << texCoordSwizzle << std::scientific << ") * vec4" << formatInfo.lookupScale << ") + vec4" <… in initPrograms()
|
D | vktPipelineImageViewTests.cpp | 137 tcu::Vec4 swizzledScale = swizzle(formatInfo.lookupScale, m_componentMapping); in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 513 tcu::Vec4 lookupScale; member 1265 refParams.colorScale = config.lookupScale; in genSamplerParams() 1449 iteration.lookupScale = tcu::Vec4(texFormatInfo.lookupScale.x()); in init() 1454 iteration.lookupScale = texFormatInfo.lookupScale; in init() 1526 …iteration.lookupScale = tcu::Vec4(0.5f); // scale & bias to [0.25, 0.5] range to make out-of-range… in init() 1536 iteration.lookupScale = tcu::Vec4(0.5f); in init() 1567 iteration.lookupScale = tcu::Vec4(0.5f) / divSafeRange.cast<float>(); in init() 1581 iteration.lookupScale = tcu::Vec4(0.5f) / divSafeRange.cast<float>(); in init() 1594 iteration.lookupScale = tcu::Vec4(0.5f) / divSafeRange.cast<float>(); in init() 1608 iteration.lookupScale = tcu::Vec4(0.5f) / divSafeRange.cast<float>(); in init() [all …]
|
D | es31fTextureFormatTests.cpp | 189 renderParams.colorScale = spec.lookupScale; in testLayerFace() 335 renderParams.colorScale = spec.lookupScale; in iterate() 363 …derTarget().getPixelFormat()), effectiveRefTexture, &texCoord[0], spec.lookupScale, spec.lookupBia… in iterate()
|
D | es31fTextureSpecificationTests.cpp | 248 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 601 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexImageCubeArrayDepthCase() 646 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexSubImageCubeArrayDepthCase() 715 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexImageCubeArrayDepthBufferCase()
|
D | es31fFboColorbufferTests.cpp | 148 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
|
D | es31fTextureFilteringTests.cpp | 340 refParams.colorScale = fmtInfo.lookupScale; in iterate()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 90 Vec4 lookupScale; member 96 , lookupScale (lookupScale_) in TextureFormatInfo()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 239 multiTexShader.setTexScaleBias(0, fmtInfo0.lookupScale * 0.5f, fmtInfo0.lookupBias * 0.5f); in render() 240 multiTexShader.setTexScaleBias(1, fmtInfo1.lookupScale * 0.5f, fmtInfo1.lookupBias * 0.5f); in render() 372 cubeTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 501 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 627 tdTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 882 …readPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias… in render() 948 …readPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias… in render() 1010 …readPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias… in render()
|
D | es3fFramebufferBlitTests.cpp | 359 …tcu::select(dstFmtRangeInfo.lookupScale, srcFmtRangeInfo.lookupScale, tcu::logicalAnd(copyMask, sr… in render() 363 …tcu::select(dstFmtRangeInfo.lookupScale, srcFmtRangeInfo.lookupScale, tcu::logicalOr(tcu::logicalN… in render() 422 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), dstFormat, dstRangeInfo.lookupScale, dstRangeInfo.lo… in render()
|
D | es3fFboRenderTest.cpp | 548 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 601 …readPixels(context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.… in render() 1135 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1242 …readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRang… in render() 1295 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1442 …readPixels(ctx, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.look… in render()
|
D | es3fTextureFormatTests.cpp | 172 renderParams.colorScale = spec.lookupScale; in iterate() 358 renderParams.colorScale = spec.lookupScale; in testFace() 519 renderParams.colorScale = spec.lookupScale; in testLayer() 672 renderParams.colorScale = spec.lookupScale; in testSlice() 818 renderParams.colorScale = spec.lookupScale; in iterate() 970 renderParams.colorScale = spec.lookupScale; in testFace()
|
D | es3fFboInvalidateTests.cpp | 545 …readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lo… in render() 643 texShader.setTexScaleBias(0, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render() 901 …readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lo… in render() 1015 texShader.setTexScaleBias(0, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render() 1311 …readPixels(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lo… in render()
|
D | es3fFboMultisampleTests.cpp | 224 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.loo… in render()
|
D | es3fTextureSwizzleTests.cpp | 158 renderParams.colorScale = spec.lookupScale; in iterate()
|
D | es3fTextureSpecificationTests.cpp | 285 shader.setTexScaleBias(0, m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 368 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 469 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 569 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 3028 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexImage2DDepthCase() 3075 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexImage2DArrayDepthCase() 3121 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexSubImage2DDepthCase() 3191 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexSubImage2DArrayDepthCase() 3262 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexImage2DDepthBufferCase() 3323 m_texFormatInfo.lookupScale = Vec4(0.5f, 1.0f, 1.0f, 0.0f); in TexImage2DArrayDepthBufferCase()
|
D | es3fTextureFilteringTests.cpp | 281 refParams.colorScale = fmtInfo.lookupScale; in iterate() 587 sampleParams.colorScale = fmtInfo.lookupScale; in iterate() 845 refParams.colorScale = fmtInfo.lookupScale; in iterate() 1085 refParams.colorScale = fmtInfo.lookupScale; in iterate()
|
D | es3fTextureWrapTests.cpp | 322 refParams.colorScale = useDefaultColorScaleAndBias ? texFormatInfo.lookupScale : tcu::Vec4(1.0f); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 155 renderParams.colorScale = spec.lookupScale; in iterate() 327 renderParams.colorScale = spec.lookupScale; in testFace()
|
D | es2fTextureFilteringTests.cpp | 281 refParams.colorScale = fmtInfo.lookupScale; in iterate() 560 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 224 refParams.colorScale = fmtInfo.lookupScale; in iterate() 556 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 233 refParams.colorScale = fmtInfo.lookupScale; in iterate() 546 sampleParams.colorScale = fmtInfo.lookupScale; in iterate()
|