Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c200 case TGSI_OPCODE_POW: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c70 { 1, 2, 0, 0, 0, 0, REPL, "POW", TGSI_OPCODE_POW },
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c193 case TGSI_OPCODE_POW: /* reads src0.x and src1.x */ in tgsi_util_get_inst_usage_mask()
Dtgsi_lowering.c1355 case TGSI_OPCODE_POW: in transform_instr()
Dtgsi_exec.c5341 case TGSI_OPCODE_POW: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h381 TGSI_OPCODE_POW = 30, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h365 #define TGSI_OPCODE_POW 30 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c59 case TGSI_OPCODE_POW: return RC_OPCODE_POW; in translate_opcode()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c104 [ TGSI_OPCODE_POW ] = { false, false, 0, 1, 2 },
Di915_fpc_translate.c745 case TGSI_OPCODE_POW: in i915_translate_instruction()
/external/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.c585 case TGSI_OPCODE_POW: in lp_emit_instruction_aos()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c498 return TGSI_OPCODE_POW; in translate_opcode()
Dst_glsl_to_tgsi.cpp1933 emit_scalar(ir, TGSI_OPCODE_POW, result_dst, op[0], op[1]); in visit_expression()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c517 if (tgsi_op == TGSI_OPCODE_POW) { in ntt_emit_scalar()
824 ntt_emit_scalar(c, TGSI_OPCODE_POW, dst, src[0], src[1]); in ntt_emit_alu()
Dtgsi_to_nir.c1817 [TGSI_OPCODE_POW] = nir_op_fpow,
2014 case TGSI_OPCODE_POW: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c637 case TGSI_OPCODE_POW: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c668 case TGSI_OPCODE_POW: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp302 case TGSI_OPCODE_POW: in srcMask()
3219 case TGSI_OPCODE_POW: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2848 case TGSI_OPCODE_POW: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9358 case TGSI_OPCODE_POW: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11703 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, tgsi_pow},
11901 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, tgsi_pow},
12127 [TGSI_OPCODE_POW] = { ALU_OP0_NOP, cayman_pow},
/external/virglrenderer/src/
Dvrend_shader.c5152 case TGSI_OPCODE_POW: in iter_instruction()