| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | command_data_test.cc | 52 for (const auto& topo : topologies) { in TEST_F() 53 EXPECT_EQ(topo.val, NameToTopology(topo.name)); in TEST_F()
|
| H A D | command_data.cc | 49 for (auto& topo : topologies) { in NameToTopology() 50 if (topo.name == name) in NameToTopology() 51 return topo.val; in NameToTopology()
|
| H A D | pipeline_data.h | 42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
|
| H A D | command.h | 229 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
|
| /foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
| H A D | lnn_topo_manager_test.cpp | 216 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 D | command_parser.cc | 319 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 D | vktDynamicStateLineWidthTests.cpp | 496 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 D | genX_gpu_memcpy.c | 104 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 D | vktPipelineBindVertexBuffers2Tests.cpp | 1429 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 D | sync-kernel.sh | 112 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 D | parser.cc | 2782 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 D | blorp_genX_exec.h | 603 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 D | iris_state.c | 6552 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 D | crocus_state.c | 7550 crocus_emit_cmd(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) { 7551 topo.PrimitiveTopologyType =
|