Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_POW (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h376 TGSI_OPCODE_POW = 30, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c136 case TGSI_OPCODE_POW: /* reads src0.x and src1.x */ in tgsi_util_get_src_usage_mask()
H A Dtgsi_lowering.c1355 case TGSI_OPCODE_POW: in transform_instr()
H A Dtgsi_exec.c5025 case TGSI_OPCODE_POW: in exec_instruction()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c61 case TGSI_OPCODE_POW: return RC_OPCODE_POW; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c109 [TGSI_OPCODE_POW] = {false, false, 0, 1, 2},
H A Di915_fpc_translate.c672 case TGSI_OPCODE_POW: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c416 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_POW, in lit_emit()
631 /* TGSI_OPCODE_POW */
1172 bld_base->op_actions[TGSI_OPCODE_POW] = pow_action; in lp_set_default_actions()
1732 /* TGSI_OPCODE_POW (CPU Only) */
2572 bld_base->op_actions[TGSI_OPCODE_POW].emit = pow_emit_cpu; in lp_set_default_actions_cpu()
H A Dlp_bld_tgsi_aos.c586 case TGSI_OPCODE_POW: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1818 [TGSI_OPCODE_POW] = nir_op_fpow,
2017 case TGSI_OPCODE_POW: in ttn_emit_instruction()
H A Dnir_to_tgsi.c1303 if (tgsi_op != TGSI_OPCODE_POW) in ntt_emit_scalar()
1605 ntt_emit_scalar(c, TGSI_OPCODE_POW, dst, src[0], src[1]); in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c638 case TGSI_OPCODE_POW: in nvfx_vertprog_parse_instruction()
H A Dnvfx_fragprog.c668 case TGSI_OPCODE_POW: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp302 case TGSI_OPCODE_POW: in srcMask()
3282 case TGSI_OPCODE_POW: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2914 case TGSI_OPCODE_POW: in svga_emit_instruction()
H A Dsvga_tgsi_vgpu10.c7730 * Emit code for TGSI_OPCODE_POW instruction.
7736 /* Note that TGSI_OPCODE_POW computes only one value from src0.x and in emit_pow()
11025 case TGSI_OPCODE_POW: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c11815 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, tgsi_pow},
12013 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, tgsi_pow},
12240 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, cayman_pow},

Completed in 68 milliseconds