Home
last modified time | relevance | path

Searched refs:topo (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand_data_test.cc52 for (const auto& topo : topologies) { in TEST_F()
53 EXPECT_EQ(topo.val, NameToTopology(topo.name)); in TEST_F()
H A Dcommand_data.cc49 for (auto& topo : topologies) { in NameToTopology()
50 if (topo.name == name) in NameToTopology()
51 return topo.val; in NameToTopology()
H A Dpipeline_data.h42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
H A Dcommand.h229 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_topo_manager_test.cpp216 TopoInfo *topo = CreateTopoInfo(INVALID_UUID, OLD_RELATION, RELATION_LEN); in HWTEST_F() local
217 EXPECT_EQ(topo, nullptr); in HWTEST_F()
218 topo = CreateTopoInfo(UDID, OLD_RELATION, INVALID_RELATION_LEN); in HWTEST_F()
219 EXPECT_EQ(topo, nullptr); in HWTEST_F()
221 EXPECT_EQ(topo, nullptr); in HWTEST_F()
223 EXPECT_EQ(topo, nullptr); in HWTEST_F()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser.cc319 Topology topo = NameToTopology(token->AsString()); in ProcessDrawArrays() local
320 if (topo != Topology::kUnknown) { in ProcessDrawArrays()
321 cmd->SetTopology(topo); in ProcessDrawArrays()
1080 std::string topo = token->AsString(); in ProcessTopology() local
1082 if (topo == "VK_PRIMITIVE_TOPOLOGY_PATCH_LIST") in ProcessTopology()
1084 else if (topo == "VK_PRIMITIVE_TOPOLOGY_POINT_LIST") in ProcessTopology()
1086 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_LIST") in ProcessTopology()
1088 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY") in ProcessTopology()
1090 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_STRIP") in ProcessTopology()
1092 else if (topo in ProcessTopology()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp496 auto topo = [](VkPrimitiveTopology topology) -> const char* { in rep() local
508 os << topo(dynamicTopo) << dynamicWidth << '_' << topo(staticTopo) << staticWidth; in rep()
510 os << topo(staticTopo) << staticWidth << '_' << topo(dynamicTopo) << dynamicWidth; in rep()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_gpu_memcpy.c104 anv_batch_emit(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) { in emit_common_so_memcpy()
105 topo.PrimitiveTopologyType = _3DPRIM_POINTLIST; in emit_common_so_memcpy()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp1429 for (const auto& topo : topos) in createCmdBindVertexBuffers2Tests()
1431 de::MovePtr<tcu::TestCaseGroup> topoGroup(new tcu::TestCaseGroup(testCtx, topo.second, "")); in createCmdBindVertexBuffers2Tests()
1448 p.topology = topo.first; in createCmdBindVertexBuffers2Tests()
1464 for (const auto& topo : topos) in createCmdBindVertexBuffers2Tests()
1466 de::MovePtr<tcu::TestCaseGroup> topoGroup(new tcu::TestCaseGroup(testCtx, topo.second, "")); in createCmdBindVertexBuffers2Tests()
1485 p.topology = topo.first; in createCmdBindVertexBuffers2Tests()
/third_party/libbpf/scripts/
H A Dsync-kernel.sh112 new_commits=$(git rev-list --no-merges --topo-order --reverse ${baseline_tag}..${tip_tag} -- "${LIBBPF_PATHS[@]}")
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser.cc2782 Topology topo = NameToTopology(token->AsString()); in ParseRun() local
2783 if (topo == Topology::kUnknown) in ParseRun()
2872 cmd->SetTopology(topo); in ParseRun()
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h603 blorp_emit(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) { in blorp_emit_vertex_elements()
604 topo.PrimitiveTopologyType = _3DPRIM_RECTLIST; in blorp_emit_vertex_elements()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c6552 iris_emit_cmd(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) { in iris_upload_dirty_render_state()
6553 topo.PrimitiveTopologyType = in iris_upload_dirty_render_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c7550 crocus_emit_cmd(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) {
7551 topo.PrimitiveTopologyType =

Completed in 44 milliseconds