Home
last modified time | relevance | path

Searched refs:isMatrixVariableType (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp1517 bool Utils::isMatrixVariableType(_variable_type type) in isMatrixVariableType() function in gl4cts::Utils
7692 if (n_src_components > 1 && !Utils::isMatrixVariableType(test_case.src_type)) in getVertexShaderBody()
7953 if (!Utils::isMatrixVariableType(test_case.src_type)) in verifyXFBData()
9322 if (Utils::isMatrixVariableType(input_variable_type)) in getCodeOfFragmentShaderWithNonFlatDoublePrecisionInput()
9497 bool is_variable_type_matrix = Utils::isMatrixVariableType(variable_type); in getFragmentShaderBody()
9927 if (Utils::isMatrixVariableType(variables[n_variable].type)) in getVertexShaderBody()
10298 const bool is_matrix_type = Utils::isMatrixVariableType(variable.type); in setInputAttributeValues()
10577 if (Utils::isMatrixVariableType(current_node_ptr->type)) in getArgumentListsForVariableType()
10605 if (!Utils::isMatrixVariableType(current_node_ptr->type)) in getArgumentListsForVariableType()
11401 Utils::isMatrixVariableType(test_case.variable_type)) in getVertexShaderBody()
[all …]
Dgl4cGPUShaderFP64Tests.hpp152 static bool isMatrixVariableType(_variable_type type);