Home
last modified time | relevance | path

Searched refs:topo (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dcommand_data.cc49 for (auto& topo : topologies) { in NameToTopology() local
50 if (topo.name == name) in NameToTopology()
51 return topo.val; in NameToTopology()
Dcommand_data_test.cc52 for (const auto& topo : topologies) { in TEST_F() local
53 EXPECT_EQ(topo.val, NameToTopology(topo.name)); in TEST_F()
Dpipeline_data.h42 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
Dcommand.h239 void SetTopology(Topology topo) { topology_ = topo; } in SetTopology() argument
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc319 Topology topo = NameToTopology(token->AsString()); in ProcessDrawArrays() local
320 if (topo != Topology::kUnknown) { in ProcessDrawArrays()
321 cmd->SetTopology(topo); in ProcessDrawArrays()
1082 std::string topo = token->AsString(); in ProcessTopology() local
1084 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 …]
/third_party/mesa3d/src/intel/vulkan/
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/libbpf/scripts/
Dsync-kernel.sh110 …new_commits=$(git rev-list --no-merges --topo-order --reverse ${baseline_tag}..${tip_tag} -- "${LI…
/third_party/mesa3d/src/intel/blorp/
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/vk-gl-cts/external/amber/src/src/amberscript/
Dparser.cc2686 Topology topo = NameToTopology(token->AsString()); in ParseRun() local
2687 if (topo == Topology::kUnknown) in ParseRun()
2776 cmd->SetTopology(topo); in ParseRun()
/third_party/mesa3d/src/gallium/drivers/iris/
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/
Dcrocus_state.c7550 crocus_emit_cmd(batch, GENX(3DSTATE_VF_TOPOLOGY), topo) {
7551 topo.PrimitiveTopologyType =
/third_party/libabigail/tests/data/
DMakefile.am755 test-types-stability/pr19142-topo.o \
/third_party/libabigail/
DChangeLog25430 * tests/data/test-types-stability/pr19142-topo.o: Likewise.