Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c124 case TGSI_OPCODE_ENDPRIM: in tgsi_util_get_inst_usage_mask()
Dtgsi_point_sprite.c410 inst.Instruction.Opcode = TGSI_OPCODE_ENDPRIM; in psprite_emit_vertex_inst()
Dtgsi_exec.c5462 case TGSI_OPCODE_ENDPRIM: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h442 TGSI_OPCODE_ENDPRIM = 98, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c834 case TGSI_OPCODE_ENDPRIM: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c4580 bld.bld_base.op_actions[TGSI_OPCODE_ENDPRIM].emit = end_primitive; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1872 [TGSI_OPCODE_ENDPRIM] = 0, /* XXX */
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c849 case TGSI_OPCODE_ENDPRIM: in translate_opcode()
9374 case TGSI_OPCODE_ENDPRIM: in emit_vgpu10_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3596 case TGSI_OPCODE_ENDPRIM: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11855 [TGSI_OPCODE_ENDPRIM] = { CF_OP_CUT_VERTEX, tgsi_gs_emit},
12052 [TGSI_OPCODE_ENDPRIM] = { CF_OP_CUT_VERTEX, tgsi_gs_emit},
12279 [TGSI_OPCODE_ENDPRIM] = { CF_OP_CUT_VERTEX, tgsi_gs_emit},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4793 emit_asm(ir, TGSI_OPCODE_ENDPRIM, undef_dst, this->result); in visit()