Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp486 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
521 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
561 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
626 Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in initTexture() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboInvalidateTests.cpp468 tcu::Vec4 cScale = colorFmtInfo.valueMax-colorFmtInfo.valueMin; in render() local
835 tcu::Vec4 cScale = colorFmtInfo.valueMax-colorFmtInfo.valueMin; in render() local
1213 const tcu::Vec4 cScale = colorFmtInfo.valueMax-colorFmtInfo.valueMin; in render() local
Des3fTextureFilteringTests.cpp199 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
479 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
763 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
1030 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
Des3fTextureSpecificationTests.cpp1091 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
1161 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
1399 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
1829 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
2329 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
2484 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
2566 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
2657 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
2756 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
2863 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
[all …]
Des3fShaderTextureFunctionTests.cpp580 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
610 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
669 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
704 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
Des3fTextureShadowTests.cpp490 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
781 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
Des3fVertexTextureTests.cpp594 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
903 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
1240 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
1580 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
Des3fTextureUnitTests.cpp882 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp234 tcu::Vec4 cBias, cScale; in Texture2DFilteringTestInstance() local
450 tcu::Vec4 cBias, cScale; in TextureCubeFilteringTestInstance() local
698 tcu::Vec4 cBias, cScale; in Texture2DArrayFilteringTestInstance() local
921 tcu::Vec4 cBias, cScale; in Texture3DFilteringTestInstance() local
DvktTextureShadowTests.cpp514 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance() local
750 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DArrayShadowTestInstance() local
1201 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture1DArrayShadowTestInstance() local
1429 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeArrayShadowTestInstance() local
DvktTextureFilteringExplicitLodTests.cpp1125 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in generate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureFilteringTests.cpp234 tcu::Vec4 cBias, cScale; in Texture2DFilteringTestInstance() local
450 tcu::Vec4 cBias, cScale; in TextureCubeFilteringTestInstance() local
698 tcu::Vec4 cBias, cScale; in Texture2DArrayFilteringTestInstance() local
921 tcu::Vec4 cBias, cScale; in Texture3DFilteringTestInstance() local
DvktTextureShadowTests.cpp514 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeShadowTestInstance() local
750 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture2DArrayShadowTestInstance() local
1201 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in Texture1DArrayShadowTestInstance() local
1429 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in TextureCubeArrayShadowTestInstance() local
DvktTextureFilteringExplicitLodTests.cpp1125 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin; in generate() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp138 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
395 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp334 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
364 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
Des2fTextureFilteringTests.cpp178 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
441 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
Des2fVertexTextureTests.cpp494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
805 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
Des2fTextureUnitTests.cpp688 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp148 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
409 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFilteringTests.cpp218 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in init() local
Des31fTextureSpecificationTests.cpp446 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
552 Vec4 cScale = m_texFormatInfo.valueMax-m_texFormatInfo.valueMin; in createTexture() local
Des31fShaderFramebufferFetchTests.cpp253 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in scaleColorValue() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp889 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
920 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
980 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1016 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1049 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1080 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1116 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp889 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
920 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
980 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1016 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1049 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1080 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local
1116 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin; in initTexture() local

12