Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c128 case TGSI_OPCODE_ENDPRIM: in tgsi_util_get_src_usage_mask()
Dtgsi_point_sprite.c429 inst.Instruction.Opcode = TGSI_OPCODE_ENDPRIM; in psprite_emit_vertex_inst()
Dtgsi_exec.c5383 case TGSI_OPCODE_ENDPRIM: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h443 TGSI_OPCODE_ENDPRIM = 98, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c835 case TGSI_OPCODE_ENDPRIM: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c4587 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.c1876 [TGSI_OPCODE_ENDPRIM] = 0, /* XXX */
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3600 case TGSI_OPCODE_ENDPRIM: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11883 [TGSI_OPCODE_ENDPRIM] = { CF_OP_CUT_VERTEX, tgsi_gs_emit},
12080 [TGSI_OPCODE_ENDPRIM] = { CF_OP_CUT_VERTEX, tgsi_gs_emit},
12307 [TGSI_OPCODE_ENDPRIM] = { CF_OP_CUT_VERTEX, tgsi_gs_emit},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c924 case TGSI_OPCODE_ENDPRIM: in translate_opcode()
10986 case TGSI_OPCODE_ENDPRIM: in emit_instruction()