Home
last modified time | relevance | path

Searched refs:intTypes (Results 1 – 9 of 9) sorted by relevance

/external/python/pyasn1/pyasn1/type/
Duniv.py713 elif isinstance(value, intTypes):
1117 intTypes = (int, long) variable
1119 intTypes = (int,) variable
1121 numericTypes = intTypes + (float,)
1343 not isinstance(value[1], intTypes) or
1344 not isinstance(value[2], intTypes)):
1356 elif isinstance(value, intTypes):
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp1074 static void addFunctionCases (TestCaseGroup* parent, const char* functionName, bool intTypes, bool … in addFunctionCases() argument
1089 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
Des31fShaderCommonFunctionTests.cpp2083 …(TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes, … in addFunctionCases() argument
2100 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp221 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, bool intTypes, … in addFunctionCases() argument
236 if ((!intTypes && scalarType == glu::TYPE_INT) || (!uintTypes && scalarType == glu::TYPE_UINT)) in addFunctionCases()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1596 …s (TestCaseGroup* parent, const char* functionName, bool floatTypes, bool intTypes, bool uintTypes) in addFunctionCases() argument
1613 (!intTypes && scalarType == glu::TYPE_INT) || in addFunctionCases()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DInitialize.cpp2197 static const char *intTypes[] = { in initialize() local
2241 for (size_t j = 0; j < sizeof(intTypes)/sizeof(intTypes[0]); ++j) { in initialize()
2242 snprintf(buf, bufSize, op, intTypes[j], intTypes[j]); in initialize()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp2197 static const char *intTypes[] = { in initialize() local
2241 for (size_t j = 0; j < sizeof(intTypes)/sizeof(intTypes[0]); ++j) { in initialize()
2242 snprintf(buf, bufSize, op, intTypes[j], intTypes[j]); in initialize()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1990 static const DataType intTypes[] = in init() local
2220 : isInt ? intTypes[typeArrayNdx] in init()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2002 static const DataType intTypes[] = in init() local
2265 : isInt ? intTypes[typeArrayNdx] in init()