Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp2138 const bool outputTypeSignedInteger = outputType == DrawTestSpec::OUTPUTTYPE_INT || outputType == DrawTestSpec::OUTPUTTYPE_IVEC2 || outputType == DrawTestSpec::OUTPUTTYPE_IVEC3 || outputType == DrawTestSpec::OUTPUTTYPE_IVEC4; in valid() local
2150 if (inputType == DrawTestSpec::INPUTTYPE_INT && !outputTypeSignedInteger) in valid()
2166 if (inputTypeUnsignedInteger && outputTypeSignedInteger) in valid()

Completed in 7 milliseconds