Searched refs:intTypes (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
D | univ.py | 431 intTypes = (int, long) variable 433 intTypes = int variable 497 if not isinstance(x, intTypes) or x < 0: 530 if not isinstance(d, intTypes): 541 elif isinstance(value, intTypes):
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 1110 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases() argument 1125 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
|
D | es31fShaderCommonFunctionTests.cpp | 2118 …(TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument 2135 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 277 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, … in addFunctionCases() argument 292 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
|
D | vktShaderCommonFunctionTests.cpp | 406 …:TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument 423 (!intTypes && scalarType == glu::TYPE_INT) || 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 1650 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1990 static const DataType intTypes[] = in init() local 2220 : isInt ? intTypes[typeArrayNdx] in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 2002 static const DataType intTypes[] = in init() local 2265 : isInt ? intTypes[typeArrayNdx] in init()
|