Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh163 vertex_t* v = vertices_.push (); in graph_t()
164 if (check_success (!vertices_.in_error ())) in graph_t()
175 vertices_.fini_deep (); in ~graph_t()
181 vertices_.in_error () || in in_error()
187 return vertices_[root_idx ()]; in root()
195 return vertices_.length - 1; in root_idx()
200 return vertices_[i].obj; in object()
209 for (unsigned i = 0; i < vertices_.length; i++) { in serialize()
212 size_t size = vertices_[i].obj.tail - vertices_[i].obj.head; in serialize()
216 memcpy (start, vertices_[i].obj.head, size); in serialize()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp61 const std::vector<Vertex4Tex4>& vertices_, in ImageSamplingInstanceParams()
78 , vertices (vertices_) in ImageSamplingInstanceParams()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.hpp61 const std::vector<Vertex4Tex4>& vertices_, in ImageSamplingInstanceParams()
78 , vertices (vertices_) in ImageSamplingInstanceParams()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationImageLayoutTransitionTests.cpp138 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationImageLayoutTransitionTests.cpp138 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktDrawUtil.hpp81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
DvktDrawUtil.cpp118 …ata::DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_) in DrawCallData() argument
119 : topology(topology_), vertices(vertices_) in DrawCallData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.hpp81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
DvktDrawUtil.cpp118 …ata::DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_) in DrawCallData() argument
119 : topology(topology_), vertices(vertices_) in DrawCallData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageSampleDrawnCubeFaceTests.cpp186 Vertex(Vec4 vertices_, Vec2 uv_) : vertices(vertices_), uv(uv_) {} in Vertex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSampleDrawnCubeFaceTests.cpp186 Vertex(Vec4 vertices_, Vec2 uv_) : vertices(vertices_), uv(uv_) {} in Vertex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp131 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp131 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dtessellation.txt193 vertices_ that are positioned on the edge of the patch if an inner
284 produce _inner vertices_ positioned on the edge of the triangle.
397 produce _inner vertices_ positioned on the edge of the rectangle.
Dtessellation.adoc240 vertices_ that are positioned on the edge of the patch if an inner
331 produce _inner vertices_ positioned on the edge of the triangle.
444 produce _inner vertices_ positioned on the edge of the rectangle.