Searched refs:TGSI_OPCODE_AND (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c131 case TGSI_OPCODE_AND:
H A Dtgsi_exec.c5721 case TGSI_OPCODE_AND:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c131 case TGSI_OPCODE_AND:
H A Dtgsi_exec.c5434 case TGSI_OPCODE_AND:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h431 TGSI_OPCODE_AND = 89, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h433 TGSI_OPCODE_AND = 89, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1646 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1652 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1656 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1661 emit_asm(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2);
1799 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], op[1]);
1836 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0],
1855 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0],
1979 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], op[1]);
2276 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, op[0], st_src_reg_for_int(1));
2302 emit_asm(ir, TGSI_OPCODE_AND, temp_ds
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1714 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1720 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1724 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, temp1, temp2);
1729 emit_asm(ir, TGSI_OPCODE_AND, result_dst, temp1, temp2);
1867 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], op[1]);
1904 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0],
1923 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0],
2050 emit_asm(ir, TGSI_OPCODE_AND, result_dst, op[0], op[1]);
2347 emit_asm(ir, TGSI_OPCODE_AND, temp_dst, op[0], st_src_reg_for_int(1));
2373 emit_asm(ir, TGSI_OPCODE_AND, temp_ds
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c797 case TGSI_OPCODE_AND:
H A Dlp_bld_tgsi_action.c1267 /* TGSI_OPCODE_AND (CPU Only) */
2408 bld_base->op_actions[TGSI_OPCODE_AND].emit = and_emit_cpu;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c797 case TGSI_OPCODE_AND:
H A Dlp_bld_tgsi_action.c1267 /* TGSI_OPCODE_AND (CPU Only) */
2536 bld_base->op_actions[TGSI_OPCODE_AND].emit = and_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c684 bld_base->op_actions[TGSI_OPCODE_AND].emit = emit_and;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c954 [nir_op_iand] = { TGSI_OPCODE_AND, TGSI_OPCODE_AND },
H A Dtgsi_to_nir.c1862 [TGSI_OPCODE_AND] = nir_op_iand,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1596 [TGSI_OPCODE_AND] = nir_op_iand,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c67 {D3D10_SB_OPCODE_AND, OF_UINT, TGSI_OPCODE_AND},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c574 case TGSI_OPCODE_AND:
5818 case TGSI_OPCODE_AND:
H A Dsvga_tgsi_insn.c2883 case TGSI_OPCODE_AND:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp580 case TGSI_OPCODE_AND:
3174 case TGSI_OPCODE_AND:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp518 case TGSI_OPCODE_AND:
3197 case TGSI_OPCODE_AND:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2881 case TGSI_OPCODE_AND:
H A Dsvga_tgsi_vgpu10.c839 case TGSI_OPCODE_AND:
9282 case TGSI_OPCODE_AND:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11677 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
11874 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
12100 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c11846 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
12043 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},
12270 [TGSI_OPCODE_AND] = { ALU_OP2_AND_INT, tgsi_op2},

Completed in 113 milliseconds