Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c136 case TGSI_OPCODE_POW: /* reads src0.x and src1.x */ in tgsi_util_get_src_usage_mask()
Dtgsi_lowering.c1355 case TGSI_OPCODE_POW: in transform_instr()
Dtgsi_exec.c5025 case TGSI_OPCODE_POW: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h376 TGSI_OPCODE_POW = 30, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c61 case TGSI_OPCODE_POW: return RC_OPCODE_POW; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c109 [TGSI_OPCODE_POW] = {false, false, 0, 1, 2},
Di915_fpc_translate.c672 case TGSI_OPCODE_POW: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c416 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_POW, in lit_emit()
1172 bld_base->op_actions[TGSI_OPCODE_POW] = pow_action; in lp_set_default_actions()
2572 bld_base->op_actions[TGSI_OPCODE_POW].emit = pow_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c586 case TGSI_OPCODE_POW: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1818 [TGSI_OPCODE_POW] = nir_op_fpow,
2017 case TGSI_OPCODE_POW: in ttn_emit_instruction()
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/
Dnvfx_vertprog.c638 case TGSI_OPCODE_POW: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c668 case TGSI_OPCODE_POW: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
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/
Dsvga_tgsi_insn.c2914 case TGSI_OPCODE_POW: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c11025 case TGSI_OPCODE_POW: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
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},