Searched refs:vertices_ (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-repacker.hh | 163 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/ |
D | vktPipelineImageSamplingInstance.hpp | 61 const std::vector<Vertex4Tex4>& vertices_, in ImageSamplingInstanceParams() 78 , vertices (vertices_) in ImageSamplingInstanceParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.hpp | 61 const std::vector<Vertex4Tex4>& vertices_, in ImageSamplingInstanceParams() 78 , vertices (vertices_) in ImageSamplingInstanceParams()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationImageLayoutTransitionTests.cpp | 138 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationImageLayoutTransitionTests.cpp | 138 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/ |
D | vktDrawUtil.hpp | 81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
|
D | vktDrawUtil.cpp | 118 …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/ |
D | vktDrawUtil.hpp | 81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
|
D | vktDrawUtil.cpp | 118 …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/ |
D | vktImageSampleDrawnCubeFaceTests.cpp | 186 Vertex(Vec4 vertices_, Vec2 uv_) : vertices(vertices_), uv(uv_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageSampleDrawnCubeFaceTests.cpp | 186 Vertex(Vec4 vertices_, Vec2 uv_) : vertices(vertices_), uv(uv_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 131 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 131 Vertex(Vec4 vertices_) : vertices(vertices_) {} in Vertex()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | tessellation.txt | 193 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.
|
D | tessellation.adoc | 240 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.
|