Home
last modified time | relevance | path

Searched refs:_3DPRIM_TRILIST (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c108 [GL_TRIANGLES] = _3DPRIM_TRILIST,
Dbrw_ff_gs.c92 case _3DPRIM_TRILIST: in brw_codegen_ff_gs_prog()
/external/igt-gpu-tools/tools/null_state_gen/
Dintel_renderstate_gen9.c122 OUT_BATCH(_3DPRIM_TRILIST); in gen8_emit_vf_topology()
Dintel_renderstate_gen8.c123 OUT_BATCH(_3DPRIM_TRILIST); in gen8_emit_vf_topology()
/external/igt-gpu-tools/lib/
Dgen4_render.h94 #define _3DPRIM_TRILIST 0x04 macro
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp575 case _3DPRIM_TRILIST: in xfb_write()
Dbrw_eu_defines.h64 #define _3DPRIM_TRILIST 0x04 macro
Dbrw_vec4_gs_visitor.cpp570 [GL_TRIANGLES] = _3DPRIM_TRILIST,
Dbrw_compile_sf.c770 brw_AND(p, v1_null_ud, primmask, brw_imm_ud((1<<_3DPRIM_TRILIST) | in brw_emit_anyprim_setup()
/external/igt-gpu-tools/assembler/
Dbrw_defines.h61 #define _3DPRIM_TRILIST 0x04 macro
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c480 case _3DPRIM_TRILIST: in anv_raster_polygon_mode()
872 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST] = _3DPRIM_TRILIST,
Danv_pipeline.c400 [VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST] = _3DPRIM_TRILIST,
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c192 [PIPE_PRIM_TRIANGLES] = _3DPRIM_TRILIST, in translate_prim_type()