Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c109 [GL_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Dbrw_draw.c95 hw_prim = _3DPRIM_TRISTRIP; in brw_set_prim()
/third_party/mesa3d/src/intel/compiler/
Dgfx6_gs_visitor.cpp538 case _3DPRIM_TRISTRIP: in xfb_write()
Dbrw_compile_ff_gs.c610 case _3DPRIM_TRISTRIP: in brw_compile_ff_gs_prog()
Dbrw_vec4_gs_visitor.cpp572 [GL_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Dbrw_eu_defines.h66 #define _3DPRIM_TRISTRIP 0x05 macro
Dbrw_compile_sf.c771 (1<<_3DPRIM_TRISTRIP) | in brw_emit_anyprim_setup()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c472 case _3DPRIM_TRISTRIP: in genX()
947 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Danv_pipeline.c371 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c193 [PIPE_PRIM_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP, in translate_prim_type()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c196 [PIPE_PRIM_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP, in translate_prim_type()