Home
last modified time | relevance | path

Searched defs:topo (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dcommand_data.cc49 for (auto& topo : topologies) { in NameToTopology() local
Dcommand_data_test.cc52 for (const auto& topo : topologies) { in TEST_F() local
Dpipeline_data.h42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology()
Dcommand.h229 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc319 Topology topo = NameToTopology(token->AsString()); in ProcessDrawArrays() local
1080 std::string topo = token->AsString(); in ProcessTopology() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateLineWidthTests.cpp496 auto topo = [](VkPrimitiveTopology topology) -> const char* { in rep() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBindVertexBuffers2Tests.cpp1429 for (const auto& topo : topos) in createCmdBindVertexBuffers2Tests() local
1464 for (const auto& topo : topos) in createCmdBindVertexBuffers2Tests() local
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc2782 Topology topo = NameToTopology(token->AsString()); in ParseRun() local