Searched refs:_3DPRIM_POINTLIST (Results 1 – 15 of 15) sorted by relevance
50 _3DPRIM_POINTLIST; in brw_is_drawing_points()57 return brw->primitive == _3DPRIM_POINTLIST; in brw_is_drawing_points()
104 [GL_POINTS] =_3DPRIM_POINTLIST,
82 case _3DPRIM_POINTLIST: in brw_codegen_ff_gs_prog()
579 OUT_BATCH(_3DPRIM_POINTLIST); in brw_emit_select_pipeline()
222 topo.PrimitiveTopologyType = _3DPRIM_POINTLIST; in genX()237 prim.PrimitiveTopologyType = _3DPRIM_POINTLIST; in genX()
472 case _3DPRIM_POINTLIST: in anv_raster_polygon_mode()869 [VK_PRIMITIVE_TOPOLOGY_POINT_LIST] = _3DPRIM_POINTLIST,
397 [VK_PRIMITIVE_TOPOLOGY_POINT_LIST] = _3DPRIM_POINTLIST,
185 emit(MOV(dst, brw_imm_d((_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) | in gs_emit_vertex()567 case _3DPRIM_POINTLIST: in xfb_write()
61 #define _3DPRIM_POINTLIST 0x01 macro
380 (_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) in emit_points()
566 [GL_POINTS] =_3DPRIM_POINTLIST,
91 #define _3DPRIM_POINTLIST 0x01 macro
58 #define _3DPRIM_POINTLIST 0x01 macro
1914 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in iris_update_compiled_shaders()
188 [PIPE_PRIM_POINTS] = _3DPRIM_POINTLIST, in translate_prim_type()4080 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in iris_is_drawing_points()