Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp83 bool SupportedInTCS(int requiredTCS) in SupportedInTCS() argument
87 if (imagesTCS >= requiredTCS) in SupportedInTCS()
92 …reason << "Required " << requiredTCS << " TCS image uniforms but only " << imagesTCS << " availabl… in SupportedInTCS()
Dgl4cShaderStorageBufferObjectTests.cpp117 bool SupportedInTCS(int requiredTCS) in SupportedInTCS() argument
121 if (blocksTCS >= requiredTCS) in SupportedInTCS()
126 …reason << "Required " << requiredTCS << " TCS storage blocks but only " << blocksTCS << " availabl… in SupportedInTCS()
Dgl4cShaderImageLoadStoreTests.cpp93 bool SupportedInTCS(int requiredTCS) in SupportedInTCS() argument
97 if (imagesTCS >= requiredTCS) in SupportedInTCS()
102 …reason << "Required " << requiredTCS << " TCS image uniforms but only " << imagesTCS << " availabl… in SupportedInTCS()