Home
last modified time | relevance | path

Searched refs:_3DPRIM_QUADLIST (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs.c99 case _3DPRIM_QUADLIST: in brw_codegen_ff_gs_prog()
115 case _3DPRIM_QUADLIST: in brw_codegen_ff_gs_prog()
187 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) { in brw_ff_gs_populate_key()
228 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST || in brw_ff_gs_populate_key()
Dbrw_util.c111 [GL_QUADS] = _3DPRIM_QUADLIST,
/external/igt-gpu-tools/lib/
Dgen4_render.h97 #define _3DPRIM_QUADLIST 0x07 macro
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp581 case _3DPRIM_QUADLIST: in xfb_write()
Dbrw_eu_defines.h67 #define _3DPRIM_QUADLIST 0x07 macro
Dbrw_vec4_gs_visitor.cpp573 [GL_QUADS] = _3DPRIM_QUADLIST,
/external/igt-gpu-tools/assembler/
Dbrw_defines.h64 #define _3DPRIM_QUADLIST 0x07 macro
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c484 case _3DPRIM_QUADLIST: in anv_raster_polygon_mode()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c195 [PIPE_PRIM_QUADS] = _3DPRIM_QUADLIST, in translate_prim_type()