Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_prim.h33 #define _3DPRIM_QUADLIST 0x07 macro
Dbrw_compile_ff_gs.c616 case _3DPRIM_QUADLIST: in brw_compile_ff_gs_prog()
632 case _3DPRIM_QUADLIST: in brw_compile_ff_gs_prog()
Dgfx6_gs_visitor.cpp543 case _3DPRIM_QUADLIST: in xfb_write()
Dbrw_vec4_gs_visitor.cpp572 [SHADER_PRIM_QUADS] = _3DPRIM_QUADLIST,
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2372 if (key.primitive == _3DPRIM_QUADLIST && !rs_state->flatshade) { in crocus_update_compiled_ff_gs()
2388 key.need_gs_prog = (key.primitive == _3DPRIM_QUADLIST || in crocus_update_compiled_ff_gs()
Dcrocus_state.c200 [PIPE_PRIM_QUADS] = _3DPRIM_QUADLIST, in translate_prim_type()
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c599 case _3DPRIM_QUADLIST: in genX()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c199 [PIPE_PRIM_QUADS] = _3DPRIM_QUADLIST, in translate_prim_type()