Searched refs:_3DPRIM_QUADLIST (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.c99 case _3DPRIM_QUADLIST:
115 case _3DPRIM_QUADLIST:
187 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) {
228 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST ||
H A Dbrw_util.c111 [GL_QUADS] = _3DPRIM_QUADLIST,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs.c105 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) {
146 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST ||
H A Dbrw_util.c111 [GL_QUADS] = _3DPRIM_QUADLIST,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_ff_gs.c615 case _3DPRIM_QUADLIST:
631 case _3DPRIM_QUADLIST:
H A Dbrw_vec4_gs_visitor.cpp574 [GL_QUADS] = _3DPRIM_QUADLIST,
H A Dgfx6_gs_visitor.cpp542 case _3DPRIM_QUADLIST:
H A Dbrw_eu_defines.h68 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h65 #define _3DPRIM_QUADLIST 0x07 macro
H A Dbrw_vec4_gs_visitor.cpp604 [GL_QUADS] = _3DPRIM_QUADLIST,
H A Dgen6_gs_visitor.cpp581 case _3DPRIM_QUADLIST:
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h135 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h135 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h135 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h135 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h135 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen6_render.h633 #define _3DPRIM_QUADLIST 0x07 macro
H A Dgen7_render.h319 #define _3DPRIM_QUADLIST 0x07 macro
H A Dgen4_render.h308 #define _3DPRIM_QUADLIST 0x07 macro
H A Dgen5_render.h396 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen6_render.h633 #define _3DPRIM_QUADLIST 0x07 macro
H A Dgen7_render.h319 #define _3DPRIM_QUADLIST 0x07 macro
H A Dgen4_render.h308 #define _3DPRIM_QUADLIST 0x07 macro
H A Dgen5_render.h396 #define _3DPRIM_QUADLIST 0x07 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c2343 if (key.primitive == _3DPRIM_QUADLIST && !rs_state->flatshade) {
2359 key.need_gs_prog = (key.primitive == _3DPRIM_QUADLIST ||

Completed in 104 milliseconds

123