Searched refs:relaxedPrecision (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2155 bool relaxedPrecision); 2199 bool relaxedPrecision) in ImageExtendOperandTestInstance() 2202 , m_relaxedPrecision (relaxedPrecision) in ImageExtendOperandTestInstance() 2415 const bool relaxedPrecision, 2440 const bool relaxedPrecision, in ImageExtendOperandTest() 2447 , m_relaxedPrecision (relaxedPrecision) in ImageExtendOperandTest() 3163 const bool relaxedPrecision = (prec != 0); in createImageExtendOperandsTests() local 3165 const char* precisionName = (relaxedPrecision ? "relaxed_precision" : "normal_precision"); in createImageExtendOperandsTests() 3171 if (relaxedPrecision && !relaxedOK(readFormat)) in createImageExtendOperandsTests() 3177 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testTyp in createImageExtendOperandsTests() 2195 ImageExtendOperandTestInstance(Context& context, const Texture& texture, const VkFormat readFormat, const VkFormat writeFormat, bool relaxedPrecision) ImageExtendOperandTestInstance() argument 2434 ImageExtendOperandTest(tcu::TestContext& testCtx, const std::string& name, const Texture texture, const VkFormat readFormat, const VkFormat writeFormat, const bool operandForce, const bool relaxedPrecision, ExtendTestType extendTestType) ImageExtendOperandTest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 2126 bool relaxedPrecision); 2170 bool relaxedPrecision) in ImageExtendOperandTestInstance() 2173 , m_relaxedPrecision (relaxedPrecision) in ImageExtendOperandTestInstance() 2386 const bool relaxedPrecision, 2411 const bool relaxedPrecision, in ImageExtendOperandTest() 2418 , m_relaxedPrecision (relaxedPrecision) in ImageExtendOperandTest() 3103 const bool relaxedPrecision = (prec != 0); in createImageExtendOperandsTests() local 3105 const char* precisionName = (relaxedPrecision ? "relaxed_precision" : "normal_precision"); in createImageExtendOperandsTests() 3111 if (relaxedPrecision && !relaxedOK(readFormat)) in createImageExtendOperandsTests() 3117 matchGroup->addChild(new ImageExtendOperandTest(testCtx, precisionName, texture, readFormat, writeFormat, mismatched, relaxedPrecision, testTyp in createImageExtendOperandsTests() 2166 ImageExtendOperandTestInstance(Context& context, const Texture& texture, const VkFormat readFormat, const VkFormat writeFormat, bool relaxedPrecision) ImageExtendOperandTestInstance() argument 2405 ImageExtendOperandTest(tcu::TestContext& testCtx, const std::string& name, const Texture texture, const VkFormat readFormat, const VkFormat writeFormat, const bool operandForce, const bool relaxedPrecision, ExtendTestType extendTestType) ImageExtendOperandTest() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureFilteringExplicitLodTests.cpp | 626 std::vector<de::SharedPtr<tcu::FloatFormat>> relaxedPrecision = tcuFormat.type == tcu::TextureFormat::HALF_FLOAT ? getPrecision(m_imParams.format, -6) : getPrecision(m_imParams.format, -2); in verify() local 645 relaxedPrecision, in verify()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktTextureFilteringExplicitLodTests.cpp | 626 std::vector<de::SharedPtr<tcu::FloatFormat>> relaxedPrecision = tcuFormat.type == tcu::TextureFormat::HALF_FLOAT ? getPrecision(m_imParams.format, -6) : getPrecision(m_imParams.format, -2); in verify() local 645 relaxedPrecision, in verify()
|
Completed in 15 milliseconds