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

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c129 case TGSI_OPCODE_LG2:
H A Dtgsi_lowering.c385 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2;
475 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2;
692 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h372 TGSI_OPCODE_LG2 = 29, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c58 case TGSI_OPCODE_LG2: return RC_OPCODE_LG2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c190 case TGSI_OPCODE_LG2:
H A Dtgsi_lowering.c384 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2;
474 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2;
691 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h374 TGSI_OPCODE_LG2 = 29, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c60 case TGSI_OPCODE_LG2: return RC_OPCODE_LG2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c751 bld_base->op_actions[TGSI_OPCODE_LG2].emit = build_tgsi_intrinsic_nomem;
752 bld_base->op_actions[TGSI_OPCODE_LG2].intr_name = "llvm.log2.f32";
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c446 log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_LG2,
1185 bld_base->op_actions[TGSI_OPCODE_LG2].fetch_args = scalar_unary_fetch_args;
1608 /* TGSI_OPCODE_LG2 (CPU Only) */
2436 bld_base->op_actions[TGSI_OPCODE_LG2].emit = lg2_emit_cpu;
H A Dlp_bld_tgsi_aos.c579 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c446 log_abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_LG2,
1185 bld_base->op_actions[TGSI_OPCODE_LG2].fetch_args = scalar_unary_fetch_args;
1608 /* TGSI_OPCODE_LG2 (CPU Only) */
2564 bld_base->op_actions[TGSI_OPCODE_LG2].emit = lg2_emit_cpu;
H A Dlp_bld_tgsi_aos.c579 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c468 return TGSI_OPCODE_LG2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c95 [ TGSI_OPCODE_LG2 ] = { false, false, 0, 1, 1 },
H A Di915_fpc_translate.c657 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c100 [TGSI_OPCODE_LG2] = {false, false, 0, 1, 1},
H A Di915_fpc_translate.c540 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1547 [TGSI_OPCODE_LG2] = nir_op_flog2,
1719 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1813 [TGSI_OPCODE_LG2] = nir_op_flog2,
2009 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c606 case TGSI_OPCODE_LG2:
H A Dnvfx_fragprog.c618 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c607 case TGSI_OPCODE_LG2:
H A Dnvfx_fragprog.c618 case TGSI_OPCODE_LG2:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp302 case TGSI_OPCODE_LG2:
3261 case TGSI_OPCODE_LG2:

Completed in 47 milliseconds

12