Home
last modified time | relevance | path

Searched defs:cScale (Results 1 – 25 of 25) sorted by relevance

/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/test/
Dgemm-microkernel-tester.h270 const double cScale = uint32_t(accMax - accMin) >= 256 in test() local
573 const double cScale = uint32_t(accMax - accMin) >= 256 in test() local
749 const double cScale = uint32_t(accMax - accMin) >= 256 in test() local
/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp488 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
523 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
563 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
628 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp483 tcu::Vec4 cScale = colorFmtInfo.valueMax - colorFmtInfo.valueMin; in render() local
877 tcu::Vec4 cScale = colorFmtInfo.valueMax - colorFmtInfo.valueMin; in render() local
1284 const tcu::Vec4 cScale = colorFmtInfo.valueMax - colorFmtInfo.valueMin; in render() local
Des3fTextureFilteringTests.cpp214 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
520 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
836 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
1129 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des3fTextureSpecificationTests.cpp1154 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
1217 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
1461 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
1903 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
2425 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
2569 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
2644 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
2730 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
2825 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
2923 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
[all …]
Des3fShaderTextureFunctionTests.cpp879 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
912 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
978 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1018 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
Des3fTextureShadowTests.cpp507 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
826 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des3fVertexTextureTests.cpp750 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
1068 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
1422 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
1753 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des3fTextureUnitTests.cpp800 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des3fTextureMipmapTests.cpp1112 const tcu::Vec4 &cScale = fmtInfo.lookupScale; in init() local
2089 const tcu::Vec4 &cScale = fmtInfo.lookupScale; in init() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp149 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
427 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp158 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
437 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp353 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
388 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
Des2fTextureFilteringTests.cpp188 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
466 tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des2fVertexTextureTests.cpp599 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
919 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des2fTextureUnitTests.cpp635 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp247 tcu::Vec4 cBias, cScale; in Texture2DFilteringTestInstance() local
482 tcu::Vec4 cBias, cScale; in TextureCubeFilteringTestInstance() local
757 tcu::Vec4 cBias, cScale; in Texture2DArrayFilteringTestInstance() local
1007 tcu::Vec4 cBias, cScale; in Texture3DFilteringTestInstance() local
DvktTextureShadowTests.cpp533 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in TextureCubeShadowTestInstance() local
794 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in Texture2DArrayShadowTestInstance() local
1266 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in Texture1DArrayShadowTestInstance() local
1528 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in TextureCubeArrayShadowTestInstance() local
DvktTextureFilteringExplicitLodTests.cpp1031 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in generate() local
DvktTextureMipmapTests.cpp683 const tcu::Vec4 &cScale = fmtInfo.lookupScale; in Texture3DMipmapTestInstance() local
1581 const tcu::Vec4 &cScale = fmtInfo.lookupScale; in Texture3DLodControlTestInstance() local
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp206 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local
Des31fTextureSpecificationTests.cpp460 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
558 Vec4 cScale = m_texFormatInfo.valueMax - m_texFormatInfo.valueMin; in createTexture() local
Des31fShaderFramebufferFetchTests.cpp262 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in scaleColorValue() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp1585 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1618 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1684 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1725 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1763 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1796 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
1836 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp545 const tcu::Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in init() local