Home
last modified time | relevance | path

Searched refs:_3DPRIM_TRISTRIP_ADJ (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c117 [GL_TRIANGLE_STRIP_ADJACENCY] = _3DPRIM_TRISTRIP_ADJ,
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp580 [GL_TRIANGLE_STRIP_ADJACENCY] = _3DPRIM_TRISTRIP_ADJ,
Dbrw_eu_defines.h73 #define _3DPRIM_TRISTRIP_ADJ 0x0C /* G45+ */ macro
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c952 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY] = _3DPRIM_TRISTRIP_ADJ,
Danv_pipeline.c376 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP_WITH_ADJACENCY] = _3DPRIM_TRISTRIP_ADJ,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c201 [PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY] = _3DPRIM_TRISTRIP_ADJ, in translate_prim_type()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c205 [PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY] = _3DPRIM_TRISTRIP_ADJ, in translate_prim_type()