Searched refs:descSuffix (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/stress/ |
D | es3sLongRunningTests.cpp | 62 const char* const descSuffix; in init() member 65 …MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), red… in init() 120 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 136 const char* const descSuffix; in init() member 139 …MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), num… in init() 188 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 289 const char* const descSuffix; in init() member 292 …MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), … in init() 306 … "Use both buffers and textures wastefully" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 329 … (string() + "Highly random behavior" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init()
|
/third_party/vk-gl-cts/modules/gles2/stress/ |
D | es2sLongRunningTests.cpp | 62 const char* const descSuffix; in init() member 65 …MemCase (const char* n, const char* d, int l, int r) : nameSuffix(n), descSuffix(d), limit(l), red… in init() 120 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 136 const char* const descSuffix; in init() member 139 …MemCase (const char* n, const char* d, int l, int t) : nameSuffix(n), descSuffix(d), limit(l), num… in init() 188 … (string() + cases[caseNdx].desc + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 289 const char* const descSuffix; in init() member 292 …MemCase (const char* n, const char* d, int t, int b) : nameSuffix(n), descSuffix(d), texLimit(t), … in init() 306 … "Use both buffers and textures wastefully" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init() 329 … (string() + "Highly random behavior" + memoryLimitCases[memoryLimitNdx].descSuffix).c_str(), in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationTests.cpp | 6581 const std::string descSuffix; in createRasterizationTests() member 6658 const auto& descSuffix = sfCase.descSuffix; in createRasterizationTests() local 6660 …ves as VK_PRIMITIVE_TOPOLOGY_LINE_LIST, verify rasterization result" + descSuffix, PRIMITIVEW… in createRasterizationTests() 6661 …es as VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, verify rasterization result" + descSuffix, PRIMITIVEW… in createRasterizationTests() 6662 …IVE_TOPOLOGY_LINE_LIST with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDEN… in createRasterizationTests() 6663 …VE_TOPOLOGY_LINE_STRIP with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDEN… in createRasterizationTests() 6665 …ves as VK_PRIMITIVE_TOPOLOGY_LINE_LIST, verify rasterization result" + descSuffix, PRIMITIVEW… in createRasterizationTests() 6666 …es as VK_PRIMITIVE_TOPOLOGY_LINE_STRIP, verify rasterization result" + descSuffix, PRIMITIVEW… in createRasterizationTests() 6667 …IVE_TOPOLOGY_LINE_LIST with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDEN… in createRasterizationTests() 6668 …VE_TOPOLOGY_LINE_STRIP with wide lines, verify rasterization result" + descSuffix, PRIMITIVEWIDEN… in createRasterizationTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 5717 …const std::string descSuffix = (flag ? "one unused attachment reference" : "no attachment referenc… in createMultisampleTests() local 5719 …fer with " + fbCountStr + " samples, subpass with " + emptyCountStr + " samples and " + descSuffix; in createMultisampleTests()
|