Searched refs:TGSI_OPCODE_LG2 (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 375 TGSI_OPCODE_LG2 = 29, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_util.c | 133 case TGSI_OPCODE_LG2: in tgsi_util_get_src_usage_mask()
|
H A D | tgsi_lowering.c | 385 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2; in transform_pow() 475 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2; in transform_lit() 692 new_inst.Instruction.Opcode = TGSI_OPCODE_LG2; in transform_log()
|
H A D | tgsi_exec.c | 5021 case TGSI_OPCODE_LG2: in exec_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_tgsi_to_rc.c | 60 case TGSI_OPCODE_LG2: return RC_OPCODE_LG2; in translate_opcode()
|
/third_party/mesa3d/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 | 589 case TGSI_OPCODE_LG2: in i915_translate_instruction()
|
/third_party/mesa3d/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, in log_emit() 1185 bld_base->op_actions[TGSI_OPCODE_LG2].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions() 1608 /* TGSI_OPCODE_LG2 (CPU Only) */ 2564 bld_base->op_actions[TGSI_OPCODE_LG2].emit = lg2_emit_cpu; in lp_set_default_actions_cpu()
|
H A D | lp_bld_tgsi_aos.c | 580 case TGSI_OPCODE_LG2: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 1817 [TGSI_OPCODE_LG2] = nir_op_flog2, 2013 case TGSI_OPCODE_LG2: in ttn_emit_instruction()
|
H A D | nir_to_tgsi.c | 1541 ntt_emit_scalar(c, TGSI_OPCODE_LG2, dst, src[0], ureg_src_undef()); in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 607 case TGSI_OPCODE_LG2: in nvfx_vertprog_parse_instruction()
|
H A D | nvfx_fragprog.c | 618 case TGSI_OPCODE_LG2: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 300 case TGSI_OPCODE_LG2: in srcMask() 3288 case TGSI_OPCODE_LG2: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_insn.c | 2926 case TGSI_OPCODE_LG2: in svga_emit_instruction()
|
H A D | svga_tgsi_vgpu10.c | 7425 * Emit code for TGSI_OPCODE_LG2 instruction. 7431 /* Note that TGSI_OPCODE_LG2 computes only one value from src.x in emit_lg2() 11015 case TGSI_OPCODE_LG2: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 11814 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, tgsi_trans_srcx_replicate}, 12012 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, tgsi_trans_srcx_replicate}, 12239 [TGSI_OPCODE_LG2] = { ALU_OP1_LOG_IEEE, cayman_emit_float_instr},
|
Completed in 64 milliseconds