Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dgcgraph.hpp58 class Vtx class in GCGraph
61 Vtx *next; // initialized and used in maxFlow() only
77 std::vector<Vtx> vtcs;
107 Vtx v; in addVtx()
108 memset( &v, 0, sizeof(Vtx)); in addVtx()
156 Vtx stub, *nilNode = &stub, *first = nilNode, *last = nilNode; in maxFlow()
159 Vtx *vtxPtr = &vtcs[0]; in maxFlow()
162 std::vector<Vtx*> orphans; in maxFlow()
167 Vtx* v = vtxPtr + i; in maxFlow()
186 Vtx* v, *u; in maxFlow()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md43 …H_LIST primitive topology is only set for tessellation pipelines, and that Vtx Shader specified | …
45 | Vtx Buffer Bounds | Check if VBO index too large for PSO Vtx binding count, and that at least one…