Home
last modified time | relevance | path

Searched refs:scalarTypes (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument
345 for (const auto scalarType : scalarTypes) in addFunctionCases()
H A DvktShaderIntegerFunctionTests.cpp226 const glu::DataType scalarTypes[] = in addFunctionCases() local
232 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
234 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp340 static void addFunctionCases (tcu::TestCaseGroup* parent, const char* functionName, const std::vector<glu::DataType>& scalarTypes) in addFunctionCases() argument
345 for (const auto scalarType : scalarTypes) in addFunctionCases()
H A DvktShaderIntegerFunctionTests.cpp226 const glu::DataType scalarTypes[] = in addFunctionCases() local
232 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
234 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp1601 const glu::DataType scalarTypes[] = in addFunctionCases() local
1608 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
1610 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp1079 const glu::DataType scalarTypes[] = in addFunctionCases() local
1085 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++) in addFunctionCases()
1087 const glu::DataType scalarType = scalarTypes[scalarTypeNdx]; in addFunctionCases()
H A Des31fShaderCommonFunctionTests.cpp2088 const glu::DataType scalarTypes[] =
2095 for (int scalarTypeNdx = 0; scalarTypeNdx < DE_LENGTH_OF_ARRAY(scalarTypes); scalarTypeNdx++)
2097 const glu::DataType scalarType = scalarTypes[scalarTypeNdx];

Completed in 19 milliseconds