Searched defs:getFormatThreshold (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.cpp1054 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) function in namespace:deqp::gles3::Functional::FboTestUtil
1064 tcu::RGBA getFormatThreshold (deUint32 glFormat) function in namespace:deqp::gles3::Functional::FboTestUtil
1068 return getFormatThreshold(format);
/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.cpp602 tcu::RGBA getFormatThreshold (const tcu::TextureFormat& format) function in namespace:deqp::gles31::Functional::FboTestUtil
612 tcu::RGBA getFormatThreshold (deUint32 glFormat) function in namespace:deqp::gles31::Functional::FboTestUtil
616 return getFormatThreshold(format);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp126 static tcu::Vec4 getFormatThreshold (const tcu::TextureFormat& format);
833 tcu::Vec4 BlendTestInstance::getFormatThreshold (const tcu::TextureFormat& format) function in class:vkt::pipeline::__anon3834::BlendTestInstance
953 const tcu::Vec4 threshold (getFormatThreshold(tcuColorFormat));
H A DvktPipelineVertexInputTests.cpp173 static tcu::Vec4 getFormatThreshold (VkFormat format);
508 const tcu::Vec4 threshold = getFormatThreshold(attributeInfo.vkType);
590 tcu::Vec4 VertexInputTest::getFormatThreshold (VkFormat format) function in class:vkt::pipeline::__anon3861::VertexInputTest

Completed in 45 milliseconds