Searched refs:topo (Results 1 – 13 of 13) sorted by relevance
49 for (auto& topo : topologies) { in NameToTopology() local50 if (topo.name == name) in NameToTopology()51 return topo.val; in NameToTopology()
52 for (const auto& topo : topologies) { in TEST_F() local53 EXPECT_EQ(topo.val, NameToTopology(topo.name)); in TEST_F()
42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
239 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
319 Topology topo = NameToTopology(token->AsString()); in ProcessDrawArrays() local320 if (topo != Topology::kUnknown) { in ProcessDrawArrays()321 cmd->SetTopology(topo); in ProcessDrawArrays()1082 std::string topo = token->AsString(); in ProcessTopology() local1084 if (topo == "VK_PRIMITIVE_TOPOLOGY_PATCH_LIST") in ProcessTopology()1086 else if (topo == "VK_PRIMITIVE_TOPOLOGY_POINT_LIST") in ProcessTopology()1088 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_LIST") in ProcessTopology()1090 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_LIST_WITH_ADJACENCY") in ProcessTopology()1092 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_STRIP") in ProcessTopology()1094 else if (topo == "VK_PRIMITIVE_TOPOLOGY_LINE_STRIP_WITH_ADJACENCY") in ProcessTopology()[all …]
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()
110 …new_commits=$(git rev-list --no-merges --topo-order --reverse ${baseline_tag}..${tip_tag} -- "${LI…
603 blorp_emit(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) { in blorp_emit_vertex_elements()604 topo.PrimitiveTopologyType = _3DPRIM_RECTLIST; in blorp_emit_vertex_elements()
2686 Topology topo = NameToTopology(token->AsString()); in ParseRun() local2687 if (topo == Topology::kUnknown) in ParseRun()2776 cmd->SetTopology(topo); in ParseRun()
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()
7550 crocus_emit_cmd(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) {7551 topo.PrimitiveTopologyType =
755 test-types-stability/pr19142-topo.o \
25430 * tests/data/test-types-stability/pr19142-topo.o: Likewise.