| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 128 case TGSI_OPCODE_EX2:
|
| H A D | tgsi_lowering.c | 404 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 494 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 602 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 626 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 737 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 371 TGSI_OPCODE_EX2 = 28, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 57 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 189 case TGSI_OPCODE_EX2:
|
| H A D | tgsi_lowering.c | 403 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 493 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 601 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 625 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2; 736 new_inst.Instruction.Opcode = TGSI_OPCODE_EX2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 373 TGSI_OPCODE_EX2 = 28, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 59 case TGSI_OPCODE_EX2: return RC_OPCODE_EX2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_tgsi.c | 742 inst.Instruction.Opcode = TGSI_OPCODE_EX2; 779 inst.Instruction.Opcode = TGSI_OPCODE_EX2;
|
| H A D | st_mesa_to_tgsi.c | 458 return TGSI_OPCODE_EX2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 309 TGSI_OPCODE_EX2, floor_x); 317 TGSI_OPCODE_EX2, emit_data->args[0] /* src0.x */); 456 ex2_flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_EX2, 1178 bld_base->op_actions[TGSI_OPCODE_EX2].fetch_args = scalar_unary_fetch_args; 1367 /* TGSI_OPCODE_EX2 (CPU Only) */ 2415 bld_base->op_actions[TGSI_OPCODE_EX2].emit = ex2_emit_cpu;
|
| H A D | lp_bld_tgsi_aos.c | 573 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 309 TGSI_OPCODE_EX2, floor_x); 317 TGSI_OPCODE_EX2, emit_data->args[0] /* src0.x */); 456 ex2_flr_log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_EX2, 1178 bld_base->op_actions[TGSI_OPCODE_EX2].fetch_args = scalar_unary_fetch_args; 1367 /* TGSI_OPCODE_EX2 (CPU Only) */ 2543 bld_base->op_actions[TGSI_OPCODE_EX2].emit = ex2_emit_cpu;
|
| H A D | lp_bld_tgsi_aos.c | 573 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 721 bld_base->op_actions[TGSI_OPCODE_EX2].emit = build_tgsi_intrinsic_nomem; 722 bld_base->op_actions[TGSI_OPCODE_EX2].intr_name = "llvm.exp2.f32";
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 90 [ TGSI_OPCODE_EX2 ] = { false, false, 0, 1, 1 },
|
| H A D | i915_fpc_translate.c | 612 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 95 [TGSI_OPCODE_EX2] = {false, false, 0, 1, 1},
|
| H A D | i915_fpc_translate.c | 498 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1546 [TGSI_OPCODE_EX2] = nir_op_fexp2, 1715 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1812 [TGSI_OPCODE_EX2] = nir_op_fexp2, 2005 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 594 case TGSI_OPCODE_EX2:
|
| H A D | nvfx_fragprog.c | 597 case TGSI_OPCODE_EX2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 595 case TGSI_OPCODE_EX2:
|
| H A D | nvfx_fragprog.c | 597 case TGSI_OPCODE_EX2:
|