Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c203 case TGSI_OPCODE_COS: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c76 { 1, 1, 0, 0, 0, 0, 0, REPL, "COS", TGSI_OPCODE_COS },
Dtgsi_lowering.c354 new_inst.Instruction.Opcode = TGSI_OPCODE_COS; in transform_scs()
Dtgsi_exec.c5269 case TGSI_OPCODE_COS: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h367 #define TGSI_OPCODE_COS 36 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c64 case TGSI_OPCODE_COS: return RC_OPCODE_COS; in translate_opcode()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c61 [TGSI_OPCODE_COS] = { TOY_OPCODE_COS, 1, 1 },
170 case TGSI_OPCODE_COS: in aos_simple()
787 [TGSI_OPCODE_COS] = aos_simple,
990 case TGSI_OPCODE_COS: in soa_scalar_replicate()
1328 [TGSI_OPCODE_COS] = soa_scalar_replicate,
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c932 case TGSI_OPCODE_COS: in translate_trig()
1083 case TGSI_OPCODE_COS: in translate_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c782 bld_base->op_actions[TGSI_OPCODE_COS].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
783 bld_base->op_actions[TGSI_OPCODE_COS].intr_name = "llvm.cos.f32"; in si_shader_context_init_alu()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c435 return TGSI_OPCODE_COS; in translate_opcode()
Dst_glsl_to_tgsi.cpp1638 emit_scalar(ir, TGSI_OPCODE_COS, result_dst, op[0]); in visit_expression()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c82 [ TGSI_OPCODE_COS ] = { false, false, 0, 1, 1 },
Di915_fpc_translate.c533 case TGSI_OPCODE_COS: in i915_translate_instruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c757 TGSI_OPCODE_COS, emit_data->args[0]); in scs_emit()
1321 bld_base->op_actions[TGSI_OPCODE_COS].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions()
2557 bld_base->op_actions[TGSI_OPCODE_COS].emit = cos_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c656 case TGSI_OPCODE_COS: in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1550 [TGSI_OPCODE_COS] = nir_op_fcos,
1740 case TGSI_OPCODE_COS: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c1466 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS in trans_trig()
1498 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS in trans_trig()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c576 case TGSI_OPCODE_COS: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c557 case TGSI_OPCODE_COS: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp272 case TGSI_OPCODE_COS: in srcMask()
3097 case TGSI_OPCODE_COS: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2931 case TGSI_OPCODE_COS: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c5727 case TGSI_OPCODE_COS: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9097 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},
9295 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig},
9518 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},