Home
last modified time | relevance | path

Searched refs:uintTypes (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1110 …s (TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, d… in addFunctionCases() argument
1125 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2118 … parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shader… in addFunctionCases() argument
2136 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp277 …u::TestCaseGroup* parent, const char* functionName, bool intTypes, bool uintTypes, bool allPrec, d… in addFunctionCases() argument
292 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
DvktShaderCommonFunctionTests.cpp406 … parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, deUint32 shader… in addFunctionCases() argument
424 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1633 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument
1651 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()