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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp277 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) argument
292 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT))
H A DvktShaderCommonFunctionTests.cpp406 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shaderBits)
423 (!intTypes && scalarType == glu::TYPE_INT) ||
/external/deqp/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp1110 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, deUint32 shaderBits) argument
1125 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT))
H A Des31fShaderCommonFunctionTests.cpp2121 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shaderBits)
2138 (!intTypes && scalarType == glu::TYPE_INT) ||
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1990 static const DataType intTypes[] =
2220 : isInt ? intTypes[typeArrayNdx]
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp1633 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) argument
1650 (!intTypes && scalarType == glu::TYPE_INT) ||
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp2002 static const DataType intTypes[] =
2265 : isInt ? intTypes[typeArrayNdx]

Completed in 167 milliseconds