Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLimitTests.cpp231 const std::string notSupportedStr = "Unsupported number of fragment input components (" + in createInstance() local
234 TCU_THROW(NotSupportedError, notSupportedStr.c_str()); in createInstance()
239 …const std::string notSupportedStr = "Unsupported number of user specified vertex output components… in createInstance() local
242 TCU_THROW(NotSupportedError, notSupportedStr.c_str()); in createInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp468 …const std::string notSupportedStr = "Unsupported number of vertex input attributes, maxVertexInput… in createInstance() local
469 TCU_THROW(NotSupportedError, notSupportedStr.c_str()); in createInstance()
592 …const std::string notSupportedStr = "Unsupported number of vertex input bindings, maxVertexInputBi… in createInstance() local
593 TCU_THROW(NotSupportedError, notSupportedStr.c_str()); in createInstance()