Home
last modified time | relevance | path

Searched refs:componentMsg (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp516 std::string componentMsg; in init() local
520 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init()
521 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break; in init()
528 << (componentMsg.empty() ? std::string() : componentMsg + "\n") in init()
620 std::string componentMsg; in init() local
624 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init()
625 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break; in init()
632 << (componentMsg.empty() ? std::string() : componentMsg in init()
803 std::string componentMsg; init() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleInterpolationTests.cpp514 std::string componentMsg; in init() local
518 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init()
519 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break; in init()
526 << (componentMsg.empty() ? std::string() : componentMsg + "\n") in init()
618 std::string componentMsg; in init() local
622 case multisample::ComponentSource::CONSTANT: componentMsg = "Using single constant component " + indexStr; break; in init()
623 case multisample::ComponentSource::PUSH_CONSTANT: componentMsg = "Using single component via push constant " + indexStr; break; in init()
630 << (componentMsg.empty() ? std::string() : componentMsg in init()
801 std::string componentMsg; init() local
[all...]

Completed in 3 milliseconds