Searched refs:uintTypes (Results 1 – 5 of 5) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 1110 …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()
|
D | es31fShaderCommonFunctionTests.cpp | 2118 … 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/ |
D | vktShaderIntegerFunctionTests.cpp | 277 …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()
|
D | vktShaderCommonFunctionTests.cpp | 406 … 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/ |
D | es3fShaderCommonFunctionTests.cpp | 1633 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument 1651 (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
|