Searched refs:TGSI_OPCODE_EMIT (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 442 TGSI_OPCODE_EMIT = 97, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_util.c | 127 case TGSI_OPCODE_EMIT: in tgsi_util_get_src_usage_mask()
|
H A D | tgsi_point_sprite.c | 446 if (inst->Instruction.Opcode == TGSI_OPCODE_EMIT) { in psprite_inst()
|
H A D | tgsi_exec.c | 5379 case TGSI_OPCODE_EMIT: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 831 case TGSI_OPCODE_EMIT: in lp_emit_instruction_aos()
|
H A D | lp_bld_tgsi_soa.c | 4586 bld.bld_base.op_actions[TGSI_OPCODE_EMIT].emit = emit_vertex; in lp_build_tgsi_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_simple_shaders.c | 907 ureg_insn(ureg, TGSI_OPCODE_EMIT, NULL, 0, &imm, 1, 0); in util_make_geometry_passthrough_shader()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1875 [TGSI_OPCODE_EMIT] = 0, /* XXX */
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11882 [TGSI_OPCODE_EMIT] = { CF_OP_EMIT_VERTEX, tgsi_gs_emit}, 12079 [TGSI_OPCODE_EMIT] = { CF_OP_EMIT_VERTEX, tgsi_gs_emit}, 12306 [TGSI_OPCODE_EMIT] = { CF_OP_EMIT_VERTEX, tgsi_gs_emit},
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 3589 case TGSI_OPCODE_EMIT: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 922 case TGSI_OPCODE_EMIT: in translate_opcode() 10984 case TGSI_OPCODE_EMIT: in emit_instruction() 11420 * Translate the TGSI_OPCODE_EMIT GS instruction.
|
Completed in 54 milliseconds