OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comparisonName
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp
130
const std::string
comparisonName
= "Comparison" + de::toString(layerNdx);
154
ok = tcu::intThresholdCompare(testCtx.getLog(),
comparisonName
.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
156
ok = tcu::floatThresholdCompare(testCtx.getLog(),
comparisonName
.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
vktImageLoadStoreTests.cpp
113
const std::string
comparisonName
= "Comparison" + de::toString(layerNdx);
123
ok = tcu::intThresholdCompare(log,
comparisonName
.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
125
ok = tcu::floatThresholdCompare(log,
comparisonName
.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineRenderToImageTests.cpp
[
all
...]
/external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp
[
all
...]
Completed in 92 milliseconds