Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp1918 static const char *intTypes[] = { in initialize() local
1962 for (size_t j = 0; j < sizeof(intTypes)/sizeof(intTypes[0]); ++j) { in initialize()
1963 snprintf(buf, bufSize, op, intTypes[j], intTypes[j]); in initialize()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1990 static const DataType intTypes[] = in init() local
2220 : isInt ? intTypes[typeArrayNdx] in init()
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp2002 static const DataType intTypes[] = in init() local
2265 : isInt ? intTypes[typeArrayNdx] in init()