Home
last modified time | relevance | path

Searched refs:_3DPRIM_POINTLIST (Results 1 – 15 of 15) 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.c579 OUT_BATCH(_3DPRIM_POINTLIST); in brw_emit_select_pipeline()
/external/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c222 topo.PrimitiveTopologyType = _3DPRIM_POINTLIST; in genX()
237 prim.PrimitiveTopologyType = _3DPRIM_POINTLIST; in genX()
DgenX_pipeline.c472 case _3DPRIM_POINTLIST: in anv_raster_polygon_mode()
869 [VK_PRIMITIVE_TOPOLOGY_POINT_LIST] = _3DPRIM_POINTLIST,
Danv_pipeline.c397 [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.h61 #define _3DPRIM_POINTLIST 0x01 macro
Dbrw_clip_unfilled.c380 (_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) in emit_points()
Dbrw_vec4_gs_visitor.cpp566 [GL_POINTS] =_3DPRIM_POINTLIST,
/external/igt-gpu-tools/lib/
Dgen4_render.h91 #define _3DPRIM_POINTLIST 0x01 macro
/external/igt-gpu-tools/assembler/
Dbrw_defines.h58 #define _3DPRIM_POINTLIST 0x01 macro
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c1914 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in iris_update_compiled_shaders()
Diris_state.c188 [PIPE_PRIM_POINTS] = _3DPRIM_POINTLIST, in translate_prim_type()
4080 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in iris_is_drawing_points()