Searched defs:fmtInfo (Results 1 - 25 of 26) sorted by relevance

12

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp96 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); local
203 fmtInfo.valueMin.swizzle(sw[0], sw[1], sw[2], sw[3]),
204 fmtInfo.valueMax.swizzle(sw[0], sw[1], sw[2], sw[3]));
/external/deqp/modules/gles31/functional/
H A Des31fFboColorbufferTests.cpp138 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
140 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
148 arrayTexShader.setTexScaleBias(fmtInfo.lookupScale, fmtInfo.lookupBias);
H A Des31fTextureFilteringTests.cpp206 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
207 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
208 const tcu::Vec4 cBias = fmtInfo.valueMin;
329 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
340 refParams.colorBias = fmtInfo.lookupBias;
341 refParams.colorScale = fmtInfo.lookupScale;
H A Des31fShaderFramebufferFetchTests.cpp251 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(format); local
252 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
253 const tcu::Vec4 cBias = fmtInfo.valueMin;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp322 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
335 sampleParams.colorBias = fmtInfo.lookupBias;
336 sampleParams.colorScale = fmtInfo.lookupScale;
440 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); local
441 const tcu::Vec4 cBias = fmtInfo.valueMin;
442 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
658 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); local
659 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo
[all...]
H A DvktTextureFilteringTests.cpp118 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); local
119 const tcu::Vec4 cBias = fmtInfo.valueMin;
120 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
200 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
211 refParams.colorBias = fmtInfo.lookupBias;
212 refParams.colorScale = fmtInfo.lookupScale;
313 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); local
314 const tcu::Vec4 cBias = fmtInfo.valueMin;
315 const tcu::Vec4 cScale = fmtInfo
414 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
534 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); local
612 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
737 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(vk::mapVkFormat(m_testParameters.format)); local
796 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A DvktTextureFilteringExplicitLodTests.cpp1222 const TextureFormatInfo fmtInfo = getTextureFormatInfo(m_testCase->m_format); local
1224 const Vec4 cBias = fmtInfo.valueMin;
1225 const Vec4 cScale = fmtInfo.valueMax - fmtInfo.valueMin;
H A DvktTextureMipmapTests.cpp675 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
676 const tcu::Vec4& cScale = fmtInfo.lookupScale;
677 const tcu::Vec4& cBias = fmtInfo.lookupBias;
771 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
794 refParams.colorBias = fmtInfo.lookupBias;
795 refParams.colorScale = fmtInfo.lookupScale;
1473 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(mapVkFormat(format)); local
1474 const tcu::Vec4& cScale = fmtInfo.lookupScale;
1475 const tcu::Vec4& cBias = fmtInfo.lookupBias;
1508 const tcu::TextureFormatInfo fmtInfo local
[all...]
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp146 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
147 tcu::Vec4 cBias = fmtInfo.valueMin;
148 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
204 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
234 refParams.colorBias = fmtInfo.lookupBias;
235 refParams.colorScale = fmtInfo.lookupScale;
407 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
408 tcu::Vec4 cBias = fmtInfo.valueMin;
409 tcu::Vec4 cScale = fmtInfo
529 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des2aTextureMipmapTests.cpp256 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
287 sampleParams.colorBias = fmtInfo.lookupBias;
288 sampleParams.colorScale = fmtInfo.lookupScale;
/external/deqp/modules/gles2/functional/
H A Des2fTextureFilteringTests.cpp176 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
177 tcu::Vec4 cBias = fmtInfo.valueMin;
178 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
267 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
281 refParams.colorBias = fmtInfo.lookupBias;
282 refParams.colorScale = fmtInfo.lookupScale;
439 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
440 tcu::Vec4 cBias = fmtInfo.valueMin;
441 tcu::Vec4 cScale = fmtInfo
540 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des2fShaderTextureFunctionTests.cpp324 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
334 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
335 Vec4 cBias = fmtInfo.valueMin;
364 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
365 Vec4 cBias = fmtInfo.valueMin;
411 m_lookupParams.scale = fmtInfo.lookupScale;
412 m_lookupParams.bias = fmtInfo.lookupBias;
H A Des2fTextureUnitTests.cpp684 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(is2d ? m_textures2d.back()->getFormat() : m_texturesCube.back()->getFormat()); local
685 Vec4 cBias = fmtInfo.valueMin;
686 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
H A Des2fVertexTextureTests.cpp492 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
493 const Vec4 cBias = fmtInfo.valueMin;
494 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
798 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
799 const Vec4 cBias = fmtInfo.valueMin;
800 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp136 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
137 tcu::Vec4 cBias = fmtInfo.valueMin;
138 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
194 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
224 refParams.colorBias = fmtInfo.lookupBias;
225 refParams.colorScale = fmtInfo.lookupScale;
393 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
394 tcu::Vec4 cBias = fmtInfo.valueMin;
395 tcu::Vec4 cScale = fmtInfo
538 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des3aTextureMipmapTests.cpp247 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
279 sampleParams.colorBias = fmtInfo.lookupBias;
280 sampleParams.colorScale = fmtInfo.lookupScale;
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp120 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
169 Vec4 color = randomVector<4>(rnd, fmtInfo.valueMin, fmtInfo.valueMax);
195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias);
362 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
364 Texture2DShader texToFboShader (DataTypes() << glu::TYPE_SAMPLER_2D, getFragmentOutputType(texFmt), fmtInfo.valueMax-fmtInfo.valueMin, fmtInfo.valueMin);
372 cubeTexShader.setTexScaleBias(fmtInfo
491 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
617 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
832 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
904 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
970 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fboFormat); local
[all...]
H A Des3fTextureFilteringTests.cpp176 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
177 const tcu::Vec4 cBias = fmtInfo.valueMin;
178 const tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
267 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
281 refParams.colorBias = fmtInfo.lookupBias;
282 refParams.colorScale = fmtInfo.lookupScale;
454 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
455 tcu::Vec4 cBias = fmtInfo.valueMin;
456 tcu::Vec4 cScale = fmtInfo
567 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
737 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
832 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1002 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1072 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
[all...]
H A Des3fTextureShadowTests.cpp488 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
489 tcu::Vec4 cBias = fmtInfo.valueMin;
490 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
780 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
781 tcu::Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
782 tcu::Vec4 cBias = fmtInfo.valueMin;
H A Des3fFragmentOutputTests.cpp654 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(attachments[output.location+vecNdx].format); local
655 minVal = tcu::max(minVal, fmtInfo.valueMin);
656 maxVal = tcu::min(maxVal, fmtInfo.valueMax);
H A Des3fTextureMipmapTests.cpp1141 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1142 const tcu::Vec4& cScale = fmtInfo.lookupScale;
1143 const tcu::Vec4& cBias = fmtInfo.lookupBias;
1248 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
1273 sampleParams.colorBias = fmtInfo.lookupBias;
1274 sampleParams.colorScale = fmtInfo.lookupScale;
2084 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
2085 const tcu::Vec4& cScale = fmtInfo.lookupScale;
2086 const tcu::Vec4& cBias = fmtInfo.lookupBias;
2125 const tcu::TextureFormatInfo fmtInfo local
[all...]
H A Des3fTextureUnitTests.cpp878 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFormat); local
879 Vec4 cBias = fmtInfo.valueMin;
880 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
950 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt); local
957 texScales.push_back(fmtInfo.lookupScale);
958 texBiases.push_back(fmtInfo.lookupBias);
H A Des3fVertexTextureTests.cpp592 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
593 const Vec4 cBias = fmtInfo.valueMin;
594 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
901 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
902 const Vec4 cBias = fmtInfo.valueMin;
903 const Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
1238 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
1239 const Vec4 cBias = fmtInfo
1578 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_textures[0]->getRefTexture().getFormat()); local
[all...]
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1470 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(m_format); local
1477 DE_UNREF(fmtInfo);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp655 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(texFmt); local
668 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
669 Vec4 cBias = fmtInfo.valueMin;
699 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
700 Vec4 cBias = fmtInfo.valueMin;
759 Vec4 cScale = fmtInfo.valueMax-fmtInfo.valueMin;
760 Vec4 cBias = fmtInfo
[all...]

Completed in 433 milliseconds

12