| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 129 case TGSI_OPCODE_LG2:
|
| H A D | tgsi_lowering.c | 385 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 D | p_shader_tokens.h | 372 TGSI_OPCODE_LG2 = 29, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 58 case TGSI_OPCODE_LG2: return RC_OPCODE_LG2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_util.c | 190 case TGSI_OPCODE_LG2:
|
| H A D | tgsi_lowering.c | 384 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 D | p_shader_tokens.h | 374 TGSI_OPCODE_LG2 = 29, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 60 case TGSI_OPCODE_LG2: return RC_OPCODE_LG2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_tgsi_alu.c | 751 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 D | lp_bld_tgsi_action.c | 446 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 D | lp_bld_tgsi_aos.c | 579 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 446 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 D | lp_bld_tgsi_aos.c | 579 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 468 return TGSI_OPCODE_LG2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 95 [ TGSI_OPCODE_LG2 ] = { false, false, 0, 1, 1 },
|
| H A D | i915_fpc_translate.c | 657 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| H A D | i915_fpc_optimize.c | 100 [TGSI_OPCODE_LG2] = {false, false, 0, 1, 1},
|
| H A D | i915_fpc_translate.c | 540 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1547 [TGSI_OPCODE_LG2] = nir_op_flog2, 1719 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1813 [TGSI_OPCODE_LG2] = nir_op_flog2, 2009 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 606 case TGSI_OPCODE_LG2:
|
| H A D | nvfx_fragprog.c | 618 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 607 case TGSI_OPCODE_LG2:
|
| H A D | nvfx_fragprog.c | 618 case TGSI_OPCODE_LG2:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 302 case TGSI_OPCODE_LG2: 3261 case TGSI_OPCODE_LG2:
|