Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_SEQ (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h391 TGSI_OPCODE_SEQ = 45, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c70 case TGSI_OPCODE_SEQ: return RC_OPCODE_SEQ; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c113 [TGSI_OPCODE_SEQ] = {false, false, 0, 1, 2},
Di915_fpc_translate.c709 case TGSI_OPCODE_SEQ: { in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c627 case TGSI_OPCODE_SEQ: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2575 bld_base->op_actions[TGSI_OPCODE_SEQ].emit = seq_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2896 case TGSI_OPCODE_SEQ: in svga_emit_instruction()
3588 emit->info.opcode_count[TGSI_OPCODE_SEQ] >= 1 || in needs_to_create_common_immediate()
Dsvga_tgsi_vgpu10.c11033 case TGSI_OPCODE_SEQ: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c692 case TGSI_OPCODE_SEQ: in nvfx_fragprog_parse_instruction()
Dnvfx_vertprog.c650 case TGSI_OPCODE_SEQ: in nvfx_vertprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp710 case TGSI_OPCODE_SEQ: in getSetCond()
3420 case TGSI_OPCODE_SEQ: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1827 [TGSI_OPCODE_SEQ] = nir_op_seq,
Dnir_to_tgsi.c1386 [nir_op_seq] = { TGSI_OPCODE_SEQ }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11830 [TGSI_OPCODE_SEQ] = { ALU_OP2_SETE, tgsi_op2},
12028 [TGSI_OPCODE_SEQ] = { ALU_OP2_SETE, tgsi_op2},
12255 [TGSI_OPCODE_SEQ] = { ALU_OP2_SETE, tgsi_op2},
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1986 case NINED3DSHADER_REL_OP_EQ: return TGSI_OPCODE_SEQ; in sm1_insn_flags_to_tgsi_setop()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c5077 case TGSI_OPCODE_SEQ: in exec_instruction()