Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c202 case TGSI_OPCODE_POW: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c70 { 1, 2, 0, 0, 0, 0, 0, REPL, "POW", TGSI_OPCODE_POW },
Dtgsi_lowering.c1516 case TGSI_OPCODE_POW: in transform_instr()
Dtgsi_exec.c5257 case TGSI_OPCODE_POW: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h361 #define TGSI_OPCODE_POW 30 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c61 case TGSI_OPCODE_POW: return RC_OPCODE_POW; in translate_opcode()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c59 [TGSI_OPCODE_POW] = { TOY_OPCODE_POW, 1, 2 },
174 case TGSI_OPCODE_POW: in aos_simple()
784 [TGSI_OPCODE_POW] = aos_simple,
994 case TGSI_OPCODE_POW: in soa_scalar_replicate()
1325 [TGSI_OPCODE_POW] = soa_scalar_replicate,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c847 bld_base->op_actions[TGSI_OPCODE_POW].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
848 bld_base->op_actions[TGSI_OPCODE_POW].intr_name = "llvm.pow.f32"; in si_shader_context_init_alu()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c473 return TGSI_OPCODE_POW; in translate_opcode()
Dst_glsl_to_tgsi.cpp2040 emit_scalar(ir, TGSI_OPCODE_POW, result_dst, op[0], op[1]); in visit_expression()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c105 [ TGSI_OPCODE_POW ] = { false, false, 0, 1, 2 },
Di915_fpc_translate.c772 case TGSI_OPCODE_POW: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c475 tmp1 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_POW, in lit_emit()
1313 bld_base->op_actions[TGSI_OPCODE_POW] = pow_action; in lp_set_default_actions()
2589 bld_base->op_actions[TGSI_OPCODE_POW].emit = pow_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c642 case TGSI_OPCODE_POW: in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1547 [TGSI_OPCODE_POW] = nir_op_fpow,
1734 case TGSI_OPCODE_POW: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1080 case TGSI_OPCODE_POW: in translate_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c639 case TGSI_OPCODE_POW: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c672 case TGSI_OPCODE_POW: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp289 case TGSI_OPCODE_POW: in srcMask()
3086 case TGSI_OPCODE_POW: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2968 case TGSI_OPCODE_POW: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c5753 case TGSI_OPCODE_POW: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9091 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, tgsi_pow},
9289 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, tgsi_pow},
9512 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, cayman_pow},