Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_prim.h27 #define _3DPRIM_POINTLIST 0x01 macro
Dgfx6_gs_visitor.cpp184 emit(MOV(dst, brw_imm_d((_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) | in gs_emit_vertex()
529 case _3DPRIM_POINTLIST: in xfb_write()
Dbrw_compile_ff_gs.c599 case _3DPRIM_POINTLIST: in brw_compile_ff_gs_prog()
Dbrw_clip_unfilled.c381 (_3DPRIM_POINTLIST << URB_WRITE_PRIM_TYPE_SHIFT) in emit_points()
Dbrw_vec4_gs_visitor.cpp565 [SHADER_PRIM_POINTS] =_3DPRIM_POINTLIST,
/third_party/mesa3d/src/intel/vulkan/
DgenX_gpu_memcpy.c105 topo.PrimitiveTopologyType = _3DPRIM_POINTLIST; in emit_common_so_memcpy()
228 prim.PrimitiveTopologyType = _3DPRIM_POINTLIST; in emit_so_memcpy()
DgenX_pipeline.c587 case _3DPRIM_POINTLIST: in genX()
965 [VK_PRIMITIVE_TOPOLOGY_POINT_LIST] = _3DPRIM_POINTLIST,
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2197 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in iris_update_compiled_shaders()
Diris_state.c192 [PIPE_PRIM_POINTS] = _3DPRIM_POINTLIST, in translate_prim_type()
4273 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in iris_is_drawing_points()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c193 [PIPE_PRIM_POINTS] = _3DPRIM_POINTLIST, in translate_prim_type()
1285 prim.PrimitiveTopologyType = _3DPRIM_POINTLIST; in emit_pipeline_select()
4447 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in crocus_is_drawing_points()
Dcrocus_program.c2468 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in crocus_update_compiled_shaders()