Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h66 /// char vb[] = "Vertex B"; // Vertices are referenced by String Refs.
81 /// Determined by the Vertices DenseMap
115 VertexMapT Vertices; member in llvm::xray::Graph
284 iterator begin() { return G.Vertices.begin(); } in begin()
285 iterator end() { return G.Vertices.end(); } in end()
286 const_iterator cbegin() const { return G.Vertices.cbegin(); } in cbegin()
287 const_iterator cend() const { return G.Vertices.cend(); } in cend()
288 const_iterator begin() const { return G.Vertices.begin(); } in begin()
289 const_iterator end() const { return G.Vertices.end(); } in end()
290 size_type size() const { return G.Vertices in end()
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrQuadUtils.h156 struct Vertices { struct in GrAA::TessellationHelper
185 Vertices fOriginal;
194 // Validity of Vertices/EdgeVectors (always true after first call to set()).
209 void adjustVertices(const skvx::Vec<4, float>& signedEdgeDistances, Vertices* vertices);
213 Vertices* vertices);
215 friend int ClipToW0(DrawQuad*, DrawQuad*); // To reuse Vertices struct
H A DGrQuadUtils.cpp392 using Vertices = TessellationHelper::Vertices;
419 Vertices v;
429 Vertices clip;
475 Vertices mid;
486 Vertices v2;
930 //** Vertices implementation
932 void TessellationHelper::Vertices::reset(const GrQuad& deviceQuad, const GrQuad* localQuad) {
948 void TessellationHelper::Vertices::asGrQuads(GrQuad* deviceOut, GrQuad::Type deviceType,
970 void TessellationHelper::Vertices
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp472 Vertices, enumerator
678 const float dx = (points == Points::Vertices ? 2.0f : 1.0f) / float(divX); in createSurface()
679 const float dy = (points == Points::Vertices ? 2.0f : 1.0f) / float(divY); in createSurface()
687 float y = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
691 float x = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
949 const std::vector<Vec3> vertices = createSurface(Points::Vertices, m_params.model.first, m_params.model.second, funcs); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp472 Vertices, enumerator
678 const float dx = (points == Points::Vertices ? 2.0f : 1.0f) / float(divX); in createSurface()
679 const float dy = (points == Points::Vertices ? 2.0f : 1.0f) / float(divY); in createSurface()
687 float y = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
691 float x = (points == Points::Vertices) ? -1.0f : 0.0f; in createSurface()
948 const std::vector<Vec3> vertices = createSurface(Points::Vertices, m_params.model.first, m_params.model.second, funcs); in iterate()
/third_party/skia/tests/
H A DVerticesTest.cpp78 DEF_TEST(Vertices, reporter) { in DEF_TEST()
/third_party/skia/modules/canvaskit/
H A Dexterns.js729 Vertices: {
H A Dinterface.js1083 CanvasKit.Vertices.prototype.bounds = function(optionalOutputArray) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp125 struct Vertices struct
133 const Vertices verticesByTopology[] =
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp125 struct Vertices struct
133 const Vertices verticesByTopology[] =

Completed in 18 milliseconds