Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_data.h42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology()
43 Topology GetTopology() const { return topology_; } in GetTopology()
197 Topology topology_ = Topology::kTriangleStrip; variable
Dcommand.h239 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology()
240 Topology GetTopology() const { return topology_; } in GetTopology()
259 Topology topology_ = Topology::kUnknown; variable
/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 DrawCallData::DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& v… 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 DrawCallData::DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& v… in DrawCallData() argument
119 : topology(topology_), vertices(vertices_) in DrawCallData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp1036 CaseDefinition (const VkPrimitiveTopology topology_, in CaseDefinition()
1043 : topology (topology_) in CaseDefinition()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
DvktClippingTests.cpp1036 CaseDefinition (const VkPrimitiveTopology topology_, in CaseDefinition()
1043 : topology (topology_) in CaseDefinition()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddrawing.adoc182 _Primitive topology_ determines how consecutive vertices are organized into
Ddrawing.txt172 _Primitive topology_ determines how consecutive vertices are organized into
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp27613 …VULKAN_HPP_NAMESPACE::PrimitiveTopology topology_ = VULKAN_HPP_NAMESPACE::PrimitiveTopology::ePoin…
27616 , topology( topology_ )
27653 setTopology( VULKAN_HPP_NAMESPACE::PrimitiveTopology topology_ ) VULKAN_HPP_NOEXCEPT in setTopology()
27655 topology = topology_; in setTopology()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp33843 …VULKAN_HPP_NAMESPACE::PrimitiveTopology topology_ = VULKAN_HPP_NAMESPACE::PrimitiveTopology::ePoin…
33848 , topology( topology_ )
33883 …yStateCreateInfo & setTopology( VULKAN_HPP_NAMESPACE::PrimitiveTopology topology_ ) VULKAN_HPP_NOE… in setTopology()
33885 topology = topology_; in setTopology()