Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp1148 std::vector<Vertex4Tex4>::iterator vertexItr = vertices.begin(); in createQuadMosaicCube() local
1154 vertexItr->texCoord.xyz() = texCoordsCube[texCoordCubeIndices[quadNdx][vertexNdx]]; in createQuadMosaicCube()
1155 vertexItr++; in createQuadMosaicCube()
1165 std::vector<Vertex4Tex4>::iterator vertexItr = vertices.begin(); in createQuadMosaicCubeArray() local
1171 vertexItr->texCoord.w() = (float)faceArrayIndices[quadNdx]; in createQuadMosaicCubeArray()
1172 vertexItr++; in createQuadMosaicCubeArray()
/third_party/boost/boost/graph/
Ddominator_tree.hpp375 typedef typename graph_traits< Graph >::vertex_iterator vertexItr; in iterative_bit_vector_dominator_tree() typedef
389 vertexItr vi, viend; in iterative_bit_vector_dominator_tree()