Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexUtil.cpp1068 std::vector<Vertex4Tex4>::iterator vertexItr = vertices.begin(); in createQuadMosaicCube() local
1074 vertexItr->texCoord.xyz() = texCoordsCube[texCoordCubeIndices[quadNdx][vertexNdx]]; in createQuadMosaicCube()
1075 vertexItr++; in createQuadMosaicCube()
1085 std::vector<Vertex4Tex4>::iterator vertexItr = vertices.begin(); in createQuadMosaicCubeArray() local
1091 vertexItr->texCoord.w() = (float)faceArrayIndices[quadNdx]; in createQuadMosaicCubeArray()
1092 vertexItr++; in createQuadMosaicCubeArray()