OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notSupportedStr
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLimitTests.cpp
231
const std::string
notSupportedStr
= "Unsupported number of fragment input components (" +
234
TCU_THROW(NotSupportedError,
notSupportedStr
.c_str());
239
const std::string
notSupportedStr
= "Unsupported number of user specified vertex output components (" +
242
TCU_THROW(NotSupportedError,
notSupportedStr
.c_str());
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp
468
const std::string
notSupportedStr
= "Unsupported number of vertex input attributes, maxVertexInputAttributes: " + de::toString(maxAttributes);
469
TCU_THROW(NotSupportedError,
notSupportedStr
.c_str());
592
const std::string
notSupportedStr
= "Unsupported number of vertex input bindings, maxVertexInputBindings: " + de::toString(maxBindings);
593
TCU_THROW(NotSupportedError,
notSupportedStr
.c_str());
[
all
...]
Completed in 584 milliseconds