Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp10567 _argument_list_tree_node* current_node_ptr = nodes_queue.front(); in getArgumentListsForVariableType() local
10575 const int n_components_remaining = n_total_components - current_node_ptr->n_components_used; in getArgumentListsForVariableType()
10577 if (Utils::isMatrixVariableType(current_node_ptr->type)) in getArgumentListsForVariableType()
10593 new_subnode->parent = current_node_ptr; in getArgumentListsForVariableType()
10600 current_node_ptr->children.push_back(new_subnode); in getArgumentListsForVariableType()
10605 if (!Utils::isMatrixVariableType(current_node_ptr->type)) in getArgumentListsForVariableType()
10621 new_subnode->n_components_used = n_new_argument_components + current_node_ptr->n_components_used; in getArgumentListsForVariableType()
10622 new_subnode->parent = current_node_ptr; in getArgumentListsForVariableType()
10625 current_node_ptr->children.push_back(new_subnode); in getArgumentListsForVariableType()
10629 } /* if (!Utils::isMatrixVariableType(current_node_ptr in getArgumentListsForVariableType()
10643 _argument_list_tree_node* current_node_ptr = nodes_queue.front(); getArgumentListsForVariableType() local
10670 _argument_list_tree_node* current_node_ptr = leaf_nodes[n_leaf_node]; getArgumentListsForVariableType() local
[all...]

Completed in 15 milliseconds