Searched refs:TGSI_OPCODE_SEQ (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 390 TGSI_OPCODE_SEQ = 45, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 70 case TGSI_OPCODE_SEQ: return RC_OPCODE_SEQ; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 113 [TGSI_OPCODE_SEQ] = {false, false, 0, 1, 2},
|
D | i915_fpc_translate.c | 660 case TGSI_OPCODE_SEQ: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 626 case TGSI_OPCODE_SEQ: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2575 bld_base->op_actions[TGSI_OPCODE_SEQ].emit = seq_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2828 case TGSI_OPCODE_SEQ: in svga_emit_instruction() 3517 emit->info.opcode_count[TGSI_OPCODE_SEQ] >= 1 || in needs_to_create_common_immediate()
|
D | svga_tgsi_vgpu10.c | 9421 case TGSI_OPCODE_SEQ: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 650 case TGSI_OPCODE_SEQ: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 692 case TGSI_OPCODE_SEQ: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 710 case TGSI_OPCODE_SEQ: in getSetCond() 3416 case TGSI_OPCODE_SEQ: in handleInstruction()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1681 emit_asm(ir, TGSI_OPCODE_SEQ, result_dst, op[0], op[1]); in visit_expression() 1703 emit_asm(ir, TGSI_OPCODE_SEQ, st_dst_reg(temp), op[0], op[1]); in visit_expression() 1748 emit_asm(ir, TGSI_OPCODE_SEQ, result_dst, op[0], op[1]); in visit_expression()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1823 [TGSI_OPCODE_SEQ] = nir_op_seq,
|
D | nir_to_tgsi.c | 901 [nir_op_seq] = { TGSI_OPCODE_SEQ }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11802 [TGSI_OPCODE_SEQ] = { ALU_OP2_SETE, tgsi_op2}, 12000 [TGSI_OPCODE_SEQ] = { ALU_OP2_SETE, tgsi_op2}, 12227 [TGSI_OPCODE_SEQ] = { ALU_OP2_SETE, tgsi_op2},
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_shader.c | 1986 case NINED3DSHADER_REL_OP_EQ: return TGSI_OPCODE_SEQ; in sm1_insn_flags_to_tgsi_setop()
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 5156 case TGSI_OPCODE_SEQ: in exec_instruction()
|