Home
last modified time | relevance | path

Searched refs:requiredGS (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp115 bool SupportedInGS(int requiredGS) in SupportedInGS() argument
119 if (imagesGS >= requiredGS) in SupportedInGS()
124 … reason << "Required " << requiredGS << " GS image uniforms but only " << imagesGS << " available." in SupportedInGS()
Dgl4cShaderStorageBufferObjectTests.cpp149 bool SupportedInGS(int requiredGS) in SupportedInGS() argument
153 if (blocksGS >= requiredGS) in SupportedInGS()
158 … reason << "Required " << requiredGS << " GS storage blocks but only " << blocksGS << " available." in SupportedInGS()
Dgl4cShaderImageLoadStoreTests.cpp125 bool SupportedInGS(int requiredGS) in SupportedInGS() argument
129 if (imagesGS >= requiredGS) in SupportedInGS()
134 … reason << "Required " << requiredGS << " GS image uniforms but only " << imagesGS << " available." in SupportedInGS()