/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
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 | vktPipelineImageSamplingInstance.cpp | 893 const tcu::Vec4& lookupBias, in validateResultImage() argument 906 const tcu::Vec4 resultColor = (resultPixel - lookupBias) / lookupScale; in validateResultImage() 1123 const tcu::Vec4& lookupBias, in validateResultImage() argument 1128 …(texture, sampler, texCoords, lodBounds, lookupPrecision, lookupScale, lookupBias, result, errorMa… in validateResultImage() 1135 …pPrecision, swizzleScaleBias(lookupScale, swz, 1.0f), swizzleScaleBias(lookupBias, swz, 0.0f), res… in validateResultImage() 1314 const tcu::Vec4& lookupBias, in validateResultImage() argument 1326 …omponentMapping, coordAccess, lodBounds, lookupPrecision, lookupScale, lookupBias, resultAccess, e… in validateResultImage() 1333 …omponentMapping, coordAccess, lodBounds, lookupPrecision, lookupScale, lookupBias, resultAccess, e… in validateResultImage() 1340 …omponentMapping, coordAccess, lodBounds, lookupPrecision, lookupScale, lookupBias, resultAccess, e… in validateResultImage() 1347 …omponentMapping, coordAccess, lodBounds, lookupPrecision, lookupScale, lookupBias, resultAccess, e… in validateResultImage() [all …]
|
D | vktPipelineImageTests.cpp | 192 tcu::Vec4 lookupBias; in initPrograms() local 194 getLookupScaleBias(m_imageFormat, lookupScale, lookupBias); in initPrograms() 251 …CoordSwizzle << std::scientific << ") * vec4" << lookupScale << ") + vec4" << lookupBias << "; \n"; in initPrograms() 254 …CoordSwizzle << std::scientific << ") * vec4" << lookupScale << ") + vec4" << lookupBias << "; \n"; in initPrograms()
|
D | vktPipelineImageViewTests.cpp | 179 tcu::Vec4 lookupBias; in initPrograms() local 181 getLookupScaleBias(m_imageFormat, lookupScale, lookupBias); in initPrograms() 184 tcu::Vec4 swizzledBias = swizzle(lookupBias, m_componentMapping); in initPrograms()
|
D | vktPipelineImageUtil.cpp | 157 void getLookupScaleBias (vk::VkFormat format, tcu::Vec4& lookupScale, tcu::Vec4& lookupBias) in getLookupScaleBias() argument 165 lookupBias = fmtInfo.lookupBias; in getLookupScaleBias() 173 lookupBias = tcu::Vec4(0.5f, 0.0f, 0.0f, 0.0f); in getLookupScaleBias() 178 lookupBias = tcu::Vec4(0.5f, 0.5f, 0.0f, 0.0f); in getLookupScaleBias() 187 lookupBias = tcu::Vec4(0.0f); in getLookupScaleBias()
|
D | vktPipelineSamplerTests.cpp | 309 tcu::Vec4 lookupBias; in initPrograms() local 311 getLookupScaleBias(m_imageFormat, lookupScale, lookupBias); in initPrograms() 314 tcu::Vec4 swizzledBias = swizzle(lookupBias, getComponentMapping(), 0.0f); in initPrograms()
|
D | vktPipelineImageUtil.hpp | 70 tcu::Vec4& lookupBias);
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 136 const float lookupBias = tcu::getTextureFormatInfo(textureFormat).lookupBias[0]; in iterate() local 146 sampleParams.colorBias = tcu::Vec4(lookupBias); in iterate() 154 log << TestLog::Message << "Lookup bias = " << lookupBias << TestLog::EndMessage; in iterate() 225 const deUint8 one = deUint8(255.0f * (lookupScale + lookupBias)); in iterate() 226 const deUint8 zero = deUint8(255.0f * lookupBias); in iterate()
|
D | vktTextureCompressedFormatTests.cpp | 132 sampleParams.colorBias = formatInfo.lookupBias; in iterate()
|
/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 | 214 renderParams.colorBias = spec.lookupBias; in testLayerFace() 362 renderParams.colorBias = spec.lookupBias; in iterate() 389 …rTarget().getPixelFormat()), effectiveRefTexture, &texCoord[0], spec.lookupScale, spec.lookupBias); in iterate()
|
D | es31fTextureSpecificationTests.cpp | 250 shader.setTexScaleBias(m_texFormatInfo.lookupScale, m_texFormatInfo.lookupBias); in verifyTexture() 602 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImageCubeArrayDepthCase() 647 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexSubImageCubeArrayDepthCase() 716 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()
|
/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 | es3fTextureFormatTests.cpp | 195 renderParams.colorBias = spec.lookupBias; in iterate() 386 renderParams.colorBias = spec.lookupBias; in testFace() 552 renderParams.colorBias = spec.lookupBias; in testLayer() 710 renderParams.colorBias = spec.lookupBias; in testSlice() 856 renderParams.colorBias = spec.lookupBias; in iterate() 1008 renderParams.colorBias = spec.lookupBias; in testFace()
|
D | es3fFboRenderTest.cpp | 550 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 603 …context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1137 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1244 …t, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1297 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1444 …els(ctx, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render()
|
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 | es3fTextureSwizzleTests.cpp | 160 renderParams.colorBias = spec.lookupBias; in iterate()
|
D | es3fFboMultisampleTests.cpp | 225 …ls(dst, 0, 0, m_size.x(), m_size.y(), colorFmt, colorFmtInfo.lookupScale, colorFmtInfo.lookupBias); in render()
|
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() 3026 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DDepthCase() 3073 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DArrayDepthCase() 3119 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexSubImage2DDepthCase() 3189 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexSubImage2DArrayDepthCase() 3260 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DDepthBufferCase() 3321 m_texFormatInfo.lookupBias = Vec4(0.25f, 0.0f, 0.0f, 1.0f); in TexImage2DArrayDepthBufferCase()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 91 Vec4 lookupBias; member 97 , lookupBias (lookupBias_) in TextureFormatInfo()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 158 renderParams.colorBias = spec.lookupBias; in iterate() 330 renderParams.colorBias = spec.lookupBias; in testFace()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 224 refParams.colorBias = fmtInfo.lookupBias; in iterate() 556 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 234 refParams.colorBias = fmtInfo.lookupBias; in iterate() 547 sampleParams.colorBias = fmtInfo.lookupBias; in iterate()
|