Home
last modified time | relevance | path

Searched refs:_3DPRIM_LINELOOP (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c88 case _3DPRIM_LINELOOP: in brw_codegen_ff_gs_prog()
121 case _3DPRIM_LINELOOP: in brw_codegen_ff_gs_prog()
230 brw->primitive == _3DPRIM_LINELOOP); in brw_ff_gs_populate_key()
Dgen6_clip_state.c84 case _3DPRIM_LINELOOP: in brw_is_drawing_lines()
Dbrw_util.c106 [GL_LINE_LOOP] = _3DPRIM_LINELOOP,
Dbrw_draw.c966 if (brw->primitive == _3DPRIM_LINELOOP) in gen9_emit_preempt_wa()
/external/igt-gpu-tools/lib/
Dgen4_render.h106 #define _3DPRIM_LINELOOP 0x10 macro
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp572 case _3DPRIM_LINELOOP: in xfb_write()
Dbrw_eu_defines.h76 #define _3DPRIM_LINELOOP 0x10 macro
Dbrw_vec4_gs_visitor.cpp568 [GL_LINE_LOOP] = _3DPRIM_LINELOOP,
Dbrw_compile_sf.c784 (1<<_3DPRIM_LINELOOP) | in brw_emit_anyprim_setup()
/external/igt-gpu-tools/assembler/
Dbrw_defines.h73 #define _3DPRIM_LINELOOP 0x10 macro
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c477 case _3DPRIM_LINELOOP: in anv_raster_polygon_mode()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c190 [PIPE_PRIM_LINE_LOOP] = _3DPRIM_LINELOOP, in translate_prim_type()