Home
last modified time | relevance | path

Searched refs:V_008958_DI_PT_TRISTRIP (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c796 [V_008958_DI_PT_TRISTRIP] = {3, 1}, [V_008958_DI_PT_LINELIST_ADJ] = {4, 4},
914 (topology == V_008958_DI_PT_LINESTRIP || topology == V_008958_DI_PT_TRISTRIP || in si_get_ia_multi_vgt_param()
Dradv_private.h3101 case V_008958_DI_PT_TRISTRIP: in si_conv_prim_to_gs_out()
3125 return V_008958_DI_PT_TRISTRIP; in si_translate_prim()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreend.h1585 #define V_008958_DI_PT_TRISTRIP 0x00000006 macro
Dr600_state_common.c146 [PIPE_PRIM_TRIANGLE_STRIP] = V_008958_DI_PT_TRISTRIP, in r600_conv_pipe_prim()
Dr600d.h1381 #define V_008958_DI_PT_TRISTRIP 0x00000006 macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp393 [PIPE_PRIM_TRIANGLE_STRIP] = V_008958_DI_PT_TRISTRIP, in si_conv_pipe_prim()