/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_pipeline.c | 53 VkPrimitiveTopology primitive_topology) in zink_create_gfx_pipeline() argument 84 primitive_state.topology = primitive_topology; in zink_create_gfx_pipeline() 86 switch (primitive_topology) { in zink_create_gfx_pipeline() 99 … mesa_loge("zink: restart_index set with unsupported primitive topology %u\n", primitive_topology); in zink_create_gfx_pipeline() 270 switch (primitive_topology) { in zink_create_gfx_pipeline()
|
D | zink_pipeline.h | 126 VkPrimitiveTopology primitive_topology);
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/ |
D | dynamic-state.txt | 39 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.primitive_topology.before 40 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.primitive_topology.after 99 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.primitive_topology.before 100 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.primitive_topology.after
|
/third_party/mesa3d/src/intel/vulkan/ |
D | gfx7_cmd_buffer.c | 79 dyn->ia.primitive_topology); in genX() 230 dyn->ia.primitive_topology); in genX()
|
D | anv_genX.h | 170 VkPrimitiveTopology primitive_topology);
|
D | genX_cmd_buffer.c | 3507 dyn->ia.primitive_topology); in cmd_buffer_emit_clip() 4059 topology = genX(vk_to_intel_primitive_type)[dyn->ia.primitive_topology]; in genX() 4061 cmd_buffer->state.gfx.primitive_topology = topology; in genX() 4227 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() 4277 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() 4325 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() 4391 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() 4414 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() 4433 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() 4520 prim.PrimitiveTopologyType = cmd_buffer->state.gfx.primitive_topology; in genX() [all …]
|
D | gfx8_cmd_buffer.c | 363 dyn->ia.primitive_topology); in genX()
|
D | genX_pipeline.c | 572 VkPrimitiveTopology primitive_topology) in genX() 619 switch (primitive_topology) { in genX()
|
D | anv_private.h | 2673 uint32_t primitive_topology; member
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/main/vk-default/ |
D | dynamic-state.txt | 131 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.primitive_topology.before 132 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.primitive_topology.after 191 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.primitive_topology.before 192 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.primitive_topology.after
|
/third_party/vk-gl-cts/android/cts/main/vk-master/ |
D | dynamic-state.txt | 131 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.primitive_topology.before 132 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.compute.primitive_topology.after 191 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.primitive_topology.before 192 dEQP-VK.dynamic_state.monolithic.compute_transfer.single.transfer.primitive_topology.after
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta.c | 125 state->dynamic.primitive_topology = cmd_buffer->state.dynamic.primitive_topology; in radv_meta_save() 255 cmd_buffer->state.dynamic.primitive_topology = state->dynamic.primitive_topology; in radv_meta_restore()
|
D | radv_cmd_buffer.c | 110 .primitive_topology = 0u, 258 if (dest->primitive_topology != src->primitive_topology) { in radv_bind_dynamic_state() 259 dest->primitive_topology = src->primitive_topology; in radv_bind_dynamic_state() 1669 rast_prim = si_conv_prim_to_gs_out(cmd_buffer->state.dynamic.primitive_topology); in radv_write_scissors() 1765 if (d->primitive_topology == V_008958_DI_PT_LINESTRIP) in radv_emit_line_stipple() 1813 R_030908_VGT_PRIMITIVE_TYPE, 1, d->primitive_topology); in radv_emit_primitive_topology() 1815 radeon_set_config_reg(cmd_buffer->cs, R_008958_VGT_PRIMITIVE_TYPE, d->primitive_topology); in radv_emit_primitive_topology() 4139 unsigned topology = state->dynamic.primitive_topology; in si_emit_ia_multi_vgt_param() 4167 uint32_t topology = state->dynamic.primitive_topology; in radv_emit_draw_registers() 5850 unsigned primitive_topology = si_translate_prim(primitiveTopology); in radv_CmdSetPrimitiveTopology() local [all …]
|
D | radv_private.h | 1304 unsigned primitive_topology; member 1966 uint8_t primitive_topology; /* VkPrimitiveTopology */ member
|
D | radv_pipeline.c | 1601 info.primitive_topology = si_translate_prim(ia->topology); in radv_pipeline_init_input_assembly_info() 2022 dynamic->primitive_topology = info->ia.primitive_topology; in radv_pipeline_init_dynamic_state() 3353 key.vs.topology = info->ia.primitive_topology; in radv_generate_graphics_pipeline_key() 6852 gs_out = si_conv_prim_to_gs_out(info->ia.primitive_topology); in radv_pipeline_init_vgt_gs_out() 6885 dynamic->primitive_topology = V_008958_DI_PT_RECTLIST; in radv_pipeline_init_extra()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.h | 134 uint8_t primitive_topology; member
|
D | vk_graphics_state.c | 298 ia->primitive_topology = -1; in vk_input_assembly_state_init() 301 ia->primitive_topology = ia_info->topology; in vk_input_assembly_state_init() 1542 COPY_IF_SET(IA_PRIMITIVE_TOPOLOGY, ia.primitive_topology); in vk_dynamic_graphics_state_copy() 1726 ia.primitive_topology, primitiveTopology); in vk_common_CmdSetPrimitiveTopology()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 925 state->info.mode = vk_conv_topology(ps->ia->primitive_topology); in handle_graphics_pipeline() 3695 state->info.mode = vk_conv_topology(cmd->u.set_primitive_topology.primitive_topology); in handle_set_primitive_topology()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_cmd_buffer.c | 4627 list0.primitive_topology = pvr_get_hw_primitive_topology(topology); in pvr_emit_vdm_index_list()
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | pipeline.txt | 44826 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.point_list 44827 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.line_list 44828 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.line_strip 44829 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.triangle_list 44830 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.triangle_strip 44831 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.triangle_fan 44832 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.line_list_with_adjacency 44833 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.line_strip_with_adjacency 44834 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.triangle_list_with_adjacency 44835 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint16.triangle_strip_with_adjacency [all …]
|
/third_party/vk-gl-cts/android/cts/main/vk-master-2020-03-01/ |
D | pipeline.txt | 44826 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.point_list 44827 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.line_list 44828 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.line_strip 44829 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.triangle_list 44830 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.triangle_strip 44831 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.triangle_fan 44832 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.line_list_with_adja… 44833 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.line_strip_with_adj… 44834 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.triangle_list_with_… 44835 dEQP-VK.pipeline.monolithic.input_assembly.primitive_topology.index_type_uint16.triangle_strip_with… [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.2.0.rst | 5495 - radv: reduce radv_input_assembly_info::primitive_topology to 8-bit
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/ |
D | pipeline.txt | 85438 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.point_list 85439 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.line_list 85440 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.line_strip 85441 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.triangle_list 85442 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.triangle_strip 85443 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.triangle_fan 85444 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.line_list_with_adjacency 85445 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.line_strip_with_adjacency 85446 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.triangle_list_with_adjacency 85447 dEQP-VK.pipeline.input_assembly.primitive_topology.index_type_uint32.triangle_strip_with_adjacency
|