/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 191 tcu::Vec4 lookupBias (0.0f); in createRefProgram() local 199 lookupBias = fmtInfo.lookupBias; in createRefProgram() 212 …ture1D>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 226 …ay>(renderTargetFormat, textureView, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 230 …DArray>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 239 …ture2D>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 248 …reCube>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 266 …ay>(renderTargetFormat, textureView, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 271 …eArray>(renderTargetFormat, texture, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() 289 …ay>(renderTargetFormat, textureView, sampler, samplerLod, lookupScale, lookupBias, componentMappin… in createRefProgram() [all …]
|
D | vktPipelineClearUtil.cpp | 43 return (defaultClearColorUnorm() - formatInfo.lookupBias) / formatInfo.lookupScale; in defaultClearColor() 50 …const tcu::Vec4 color = (defaultClearColorUnorm() - formatInfo.lookupBias) / formatInfo.looku… in defaultClearColorInt() 61 …const tcu::Vec4 color = (defaultClearColorUnorm() - formatInfo.lookupBias) / formatInfo.looku… in defaultClearColorUint()
|
D | vktPipelineReferenceRenderer.hpp | 179 …er& sampler, float lod, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::UVec… in SamplerFragmentShader() argument 187 , m_lookupBias (lookupBias) in SamplerFragmentShader() 251 …const tcu::Vec4 color = (swizColor + m_colorFormatInfo.lookupBias) / m_colorFormatInfo.lookupScal… in shadeFragments() 273 …er& sampler, float lod, const tcu::Vec4& lookupScale, const tcu::Vec4& lookupBias, const tcu::UVec… in SamplerProgram() argument 275 , m_fragmentShader (colorFormat, texture, sampler, lod, lookupScale, lookupBias, swizzle) in SamplerProgram()
|
D | vktPipelineImageTests.cpp | 143 …:scientific << ") * vec4" << formatInfo.lookupScale << ") + vec4" << formatInfo.lookupBias << ";\n" in initPrograms()
|
D | vktPipelineImageViewTests.cpp | 138 tcu::Vec4 swizzledBias = swizzle(formatInfo.lookupBias, m_componentMapping); in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 514 tcu::Vec4 lookupBias; member 1266 refParams.colorBias = config.lookupBias; in genSamplerParams() 1450 iteration.lookupBias = tcu::Vec4(texFormatInfo.lookupBias.x()); in init() 1455 iteration.lookupBias = texFormatInfo.lookupBias; in init() 1527 iteration.lookupBias = tcu::Vec4(0.25f); in init() 1537 iteration.lookupBias = tcu::Vec4(0.25f); in init() 1568 iteration.lookupBias = (isSigned) ? (tcu::Vec4(0.5f)) : (tcu::Vec4(0.25f)); in init() 1582 iteration.lookupBias = tcu::Vec4(0.5f); in init() 1595 iteration.lookupBias = tcu::Vec4(0.25f); in init() 1609 iteration.lookupBias = tcu::Vec4(0.25f); in init() [all …]
|
D | es31fTextureFormatTests.cpp | 190 renderParams.colorBias = spec.lookupBias; in testLayerFace() 336 renderParams.colorBias = spec.lookupBias; in iterate() 363 …rTarget().getPixelFormat()), effectiveRefTexture, &texCoord[0], spec.lookupScale, spec.lookupBias); in iterate()
|
D | es31fTextureSpecificationTests.cpp | 248 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 600 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImageCubeArrayDepthCase() 645 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexSubImageCubeArrayDepthCase() 714 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImageCubeArrayDepthBufferCase()
|
D | es31fFboColorbufferTests.cpp | 148 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
|
D | es31fTextureFilteringTests.cpp | 339 refParams.colorBias = fmtInfo.lookupBias; in iterate()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 91 Vec4 lookupBias; member 97 , lookupBias (lookupBias_) 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 …eadPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 948 …eadPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias); in render() 1010 …eadPixels(dst, 0, 0, fboSizes[1], fboSizes[1], fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias); in render()
|
D | es3fFramebufferBlitTests.cpp | 360 …tcu::select(dstFmtRangeInfo.lookupBias, srcFmtRangeInfo.lookupBias, tcu::logicalAnd(copyMask, src… in render() 364 …tcu::select(dstFmtRangeInfo.lookupBias, srcFmtRangeInfo.lookupBias, tcu::logicalOr(tcu::logicalNo… in render() 422 …s(dst, 0, 0, m_size.x(), m_size.y(), dstFormat, dstRangeInfo.lookupScale, dstRangeInfo.lookupBias); in render()
|
D | es3fFboRenderTest.cpp | 548 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 601 …context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1135 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1242 …t, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1295 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1442 …els(ctx, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render()
|
D | es3fTextureFormatTests.cpp | 173 renderParams.colorBias = spec.lookupBias; in iterate() 359 renderParams.colorBias = spec.lookupBias; in testFace() 520 renderParams.colorBias = spec.lookupBias; in testLayer() 673 renderParams.colorBias = spec.lookupBias; in testSlice() 819 renderParams.colorBias = spec.lookupBias; in iterate() 971 renderParams.colorBias = spec.lookupBias; in testFace()
|
D | es3fFboInvalidateTests.cpp | 545 …s(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render() 643 texShader.setTexScaleBias(0, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render() 901 …s(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render() 1015 texShader.setTexScaleBias(0, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render() 1311 …s(dst, 0, 0, getWidth(), getHeight(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render()
|
D | es3fFboMultisampleTests.cpp | 224 …ls(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render()
|
D | es3fTextureSwizzleTests.cpp | 159 renderParams.colorBias = spec.lookupBias; 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() 3027 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DDepthCase() 3074 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DArrayDepthCase() 3120 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexSubImage2DDepthCase() 3190 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexSubImage2DArrayDepthCase() 3261 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DDepthBufferCase() 3322 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DArrayDepthBufferCase()
|
D | es3fTextureFilteringTests.cpp | 280 refParams.colorBias = fmtInfo.lookupBias; in iterate() 586 sampleParams.colorBias = fmtInfo.lookupBias; in iterate() 844 refParams.colorBias = fmtInfo.lookupBias; in iterate() 1084 refParams.colorBias = fmtInfo.lookupBias; in iterate()
|
D | es3fTextureWrapTests.cpp | 323 refParams.colorBias = useDefaultColorScaleAndBias ? texFormatInfo.lookupBias : tcu::Vec4(0.0f); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 156 renderParams.colorBias = spec.lookupBias; in iterate() 328 renderParams.colorBias = spec.lookupBias; in testFace()
|
D | es2fTextureFilteringTests.cpp | 280 refParams.colorBias = fmtInfo.lookupBias; in iterate() 559 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 223 refParams.colorBias = fmtInfo.lookupBias; in iterate() 555 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 232 refParams.colorBias = fmtInfo.lookupBias; in iterate() 545 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
|