Home
last modified time | relevance | path

Searched refs:topology_ (Results 1 - 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline_data.h42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology()
43 Topology GetTopology() const { return topology_; } in GetTopology()
197 Topology topology_ = Topology::kTriangleStrip; member in amber::PipelineData
H A Dcommand.h229 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology()
230 Topology GetTopology() const { return topology_; } in GetTopology()
249 Topology topology_ = Topology::kUnknown; member in amber::DrawArraysCommand
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
H A DvktDrawUtil.cpp118 DrawCallData::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/util/
H A DvktDrawUtil.hpp81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
H A DvktDrawUtil.cpp118 DrawCallData::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/draw/
H A DvktDrawIndexedTest.cpp75 vk::VkPrimitiveTopology topology_, in TestSpec2()
81 : TestSpecBase {shaders_, topology_, groupParams_} in TestSpec2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A 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/
H A DvktClippingTests.cpp1036 CaseDefinition (const VkPrimitiveTopology topology_, in CaseDefinition()
1043 : topology (topology_) in CaseDefinition()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp[all...]

Completed in 102 milliseconds