Home
last modified time | relevance | path

Searched refs:_3DPRIM_TRISTRIP (Results 1 – 12 of 12) 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.c95 hw_prim = _3DPRIM_TRISTRIP; in brw_set_prim()
/external/igt-gpu-tools/lib/
Dgen4_render.h95 #define _3DPRIM_TRISTRIP 0x05 macro
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp577 case _3DPRIM_TRISTRIP: in xfb_write()
Dbrw_eu_defines.h65 #define _3DPRIM_TRISTRIP 0x05 macro
Dbrw_vec4_gs_visitor.cpp571 [GL_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Dbrw_compile_sf.c771 (1<<_3DPRIM_TRISTRIP) | in brw_emit_anyprim_setup()
/external/igt-gpu-tools/assembler/
Dbrw_defines.h62 #define _3DPRIM_TRISTRIP 0x05 macro
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c482 case _3DPRIM_TRISTRIP: in anv_raster_polygon_mode()
873 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
Danv_pipeline.c401 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c193 [PIPE_PRIM_TRIANGLE_STRIP] = _3DPRIM_TRISTRIP, in translate_prim_type()