Searched refs:topology_ (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | pipeline_data.h | 42 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 D | command.h | 229 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 D | vktDrawUtil.hpp | 81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
|
H A D | vktDrawUtil.cpp | 118 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 D | vktDrawUtil.hpp | 81 DrawCallData(const vk::VkPrimitiveTopology topology_, const std::vector<tcu::Vec4>& vertices_);
|
H A D | vktDrawUtil.cpp | 118 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 D | vktDrawIndexedTest.cpp | 75 vk::VkPrimitiveTopology topology_, in TestSpec2() 81 : TestSpecBase {shaders_, topology_, groupParams_} in TestSpec2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/ |
H A D | vktClippingTests.cpp | 1036 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 D | vktClippingTests.cpp | 1036 CaseDefinition (const VkPrimitiveTopology topology_, in CaseDefinition() 1043 : topology (topology_) in CaseDefinition()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
Completed in 102 milliseconds