Home
last modified time | relevance | path

Searched refs:statNdx0 (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp395 for (deUint32 statNdx0 = 0; statNdx0 < statistics[0].size(); statNdx0++) in verifyStatistics() local
400 if (deMemCmp(statistics[0][statNdx0].name, statistics[1][statNdx1].name, in verifyStatistics()
401 DE_LENGTH_OF_ARRAY(statistics[0][statNdx0].name)) == 0) in verifyStatistics()
411 if (deMemCmp(statistics[0][statNdx0].description, statistics[1][statNdx1].description, in verifyStatistics()
412 DE_LENGTH_OF_ARRAY(statistics[0][statNdx0].description)) != 0) in verifyStatistics()
417 if (statistics[0][statNdx0].format != statistics[1][statNdx1].format) in verifyStatistics()
422 switch (statistics[0][statNdx0].format) in verifyStatistics()
426 bool match = statistics[0][statNdx0].value.b32 == statistics[1][statNdx1].value.b32; in verifyStatistics()
428 << statistics[0][statNdx0].name << ": " in verifyStatistics()
429 << (statistics[0][statNdx0].value.b32 ? "VK_TRUE" : "VK_FALSE") in verifyStatistics()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp395 for (deUint32 statNdx0 = 0; statNdx0 < statistics[0].size(); statNdx0++) in verifyStatistics() local
400 if (deMemCmp(statistics[0][statNdx0].name, statistics[1][statNdx1].name, in verifyStatistics()
401 DE_LENGTH_OF_ARRAY(statistics[0][statNdx0].name)) == 0) in verifyStatistics()
411 if (deMemCmp(statistics[0][statNdx0].description, statistics[1][statNdx1].description, in verifyStatistics()
412 DE_LENGTH_OF_ARRAY(statistics[0][statNdx0].description)) != 0) in verifyStatistics()
417 if (statistics[0][statNdx0].format != statistics[1][statNdx1].format) in verifyStatistics()
422 switch (statistics[0][statNdx0].format) in verifyStatistics()
426 bool match = statistics[0][statNdx0].value.b32 == statistics[1][statNdx1].value.b32; in verifyStatistics()
428 << statistics[0][statNdx0].name << ": " in verifyStatistics()
429 << (statistics[0][statNdx0].value.b32 ? "VK_TRUE" : "VK_FALSE") in verifyStatistics()
[all …]