Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c109 [GL_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Dbrw_ff_gs.c94 case _3DPRIM_TRISTRIP: in brw_codegen_ff_gs_prog()
Dbrw_draw.c93 hw_prim = _3DPRIM_TRISTRIP; in brw_set_prim()
/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h56 #define _3DPRIM_TRISTRIP 0x05 macro
Dgen6_gs_visitor.cpp577 case _3DPRIM_TRISTRIP: in xfb_write()
Dbrw_vec4_gs_visitor.cpp602 [GL_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Dbrw_compile_sf.c771 (1<<_3DPRIM_TRISTRIP) | in brw_emit_anyprim_setup()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c236 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,