Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1332 int n_components_used; member
Dgl4cGPUShaderFP64Tests.cpp7052 …const unsigned int n_components_used = n_type + 1; /* n_type=0: double, n_type=1: dvec2, etc.. … in verifyUniformValues() local
7118 … for (unsigned int n_component = 0; n_component < n_components_used && can_continue; ++n_component) in verifyUniformValues()
10585 root.n_components_used = 0; in getArgumentListsForVariableType()
10605 const int n_components_remaining = n_total_components - current_node_ptr->n_components_used; in getArgumentListsForVariableType()
10622 new_subnode->n_components_used = n_total_components; in getArgumentListsForVariableType()
10651 … new_subnode->n_components_used = n_new_argument_components + current_node_ptr->n_components_used; in getArgumentListsForVariableType()