Home
last modified time | relevance | path

Searched refs:_3DPRIM_POINTLIST (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_clip_state.c50 _3DPRIM_POINTLIST; in brw_is_drawing_points()
57 return brw->primitive == _3DPRIM_POINTLIST; in brw_is_drawing_points()
Dbrw_util.c104 [GL_POINTS] =_3DPRIM_POINTLIST,
Dbrw_ff_gs.c82 case _3DPRIM_POINTLIST: in brw_codegen_ff_gs_prog()
Dbrw_misc_state.c511 OUT_BATCH(_3DPRIM_POINTLIST); in brw_emit_select_pipeline()
/external/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c257 topo.PrimitiveTopologyType = _3DPRIM_POINTLIST; in genX()
267 prim.PrimitiveTopologyType = _3DPRIM_POINTLIST; in genX()
Danv_pipeline.c232 [VK_PRIMITIVE_TOPOLOGY_POINT_LIST] = _3DPRIM_POINTLIST,
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp185 emit(MOV(dst, brw_imm_d((_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) | in gs_emit_vertex()
567 case _3DPRIM_POINTLIST: in xfb_write()
Dbrw_eu_defines.h52 #define _3DPRIM_POINTLIST 0x01 macro
Dbrw_clip_unfilled.c380 (_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) in emit_points()
Dbrw_vec4_gs_visitor.cpp597 [GL_POINTS] =_3DPRIM_POINTLIST,