Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c204 case TGSI_OPCODE_SIN: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c88 { 1, 1, 0, 0, 0, 0, 0, REPL, "SIN", TGSI_OPCODE_SIN },
Dtgsi_lowering.c365 new_inst.Instruction.Opcode = TGSI_OPCODE_SIN; in transform_scs()
Dtgsi_exec.c5313 case TGSI_OPCODE_SIN: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h379 #define TGSI_OPCODE_SIN 48 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c74 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN; in translate_opcode()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c63 [TGSI_OPCODE_SIN] = { TOY_OPCODE_SIN, 1, 1 },
171 case TGSI_OPCODE_SIN: in aos_simple()
797 [TGSI_OPCODE_SIN] = aos_simple,
991 case TGSI_OPCODE_SIN: in soa_scalar_replicate()
1338 [TGSI_OPCODE_SIN] = soa_scalar_replicate,
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c929 case TGSI_OPCODE_SIN: in translate_trig()
1084 case TGSI_OPCODE_SIN: in translate_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c859 bld_base->op_actions[TGSI_OPCODE_SIN].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
860 bld_base->op_actions[TGSI_OPCODE_SIN].intr_name = "llvm.sin.f32"; in si_shader_context_init_alu()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c481 return TGSI_OPCODE_SIN; in translate_opcode()
Dst_glsl_to_tgsi.cpp1635 emit_scalar(ir, TGSI_OPCODE_SIN, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c113 [ TGSI_OPCODE_SIN ] = { false, false, 0, 1, 1 },
Di915_fpc_translate.c913 case TGSI_OPCODE_SIN: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c760 TGSI_OPCODE_SIN, emit_data->args[0]); in scs_emit()
1328 bld_base->op_actions[TGSI_OPCODE_SIN].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
2595 bld_base->op_actions[TGSI_OPCODE_SIN].emit = sin_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c703 case TGSI_OPCODE_SIN: in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1560 [TGSI_OPCODE_SIN] = nir_op_fsin,
1744 case TGSI_OPCODE_SIN: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c660 case TGSI_OPCODE_SIN: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c722 case TGSI_OPCODE_SIN: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp273 case TGSI_OPCODE_SIN: in srcMask()
3098 case TGSI_OPCODE_SIN: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4508 if(inst->Instruction.Opcode == TGSI_OPCODE_SIN) in emit_sincos()
5769 case TGSI_OPCODE_SIN: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c2934 case TGSI_OPCODE_SIN: in svga_emit_instruction()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1559 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) { in trans_trig()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9109 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},
9307 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig},
9530 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},