Home
last modified time | relevance | path

Searched refs:_3DPRIM_TRISTRIP (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_prim.h31 #define _3DPRIM_TRISTRIP 0x05 macro
Dgfx6_gs_visitor.cpp539 case _3DPRIM_TRISTRIP: in xfb_write()
Dbrw_compile_ff_gs.c611 case _3DPRIM_TRISTRIP: in brw_compile_ff_gs_prog()
Dbrw_vec4_gs_visitor.cpp570 [SHADER_PRIM_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Dbrw_compile_sf.c772 (1<<_3DPRIM_TRISTRIP) | in brw_emit_anyprim_setup()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c597 case _3DPRIM_TRISTRIP: in genX()
969 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c197 [PIPE_PRIM_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP, in translate_prim_type()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c198 [PIPE_PRIM_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP, in translate_prim_type()