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

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c203 case TGSI_OPCODE_COS:
H A Dtgsi_info.c76 { 1, 1, 0, 0, 0, 0, 0, REPL, "COS", TGSI_OPCODE_COS },
H A Dtgsi_lowering.c354 new_inst.Instruction.Opcode = TGSI_OPCODE_COS;
H A Dtgsi_exec.c5269 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c64 case TGSI_OPCODE_COS: return RC_OPCODE_COS;
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h367 #define TGSI_OPCODE_COS 36 macro
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_compiler.c932 case TGSI_OPCODE_COS:
1083 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_tgsi.c61 [TGSI_OPCODE_COS] = { TOY_OPCODE_COS, 1, 1 },
170 case TGSI_OPCODE_COS:
787 [TGSI_OPCODE_COS] = aos_simple,
990 case TGSI_OPCODE_COS:
1328 [TGSI_OPCODE_COS] = soa_scalar_replicate,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c782 bld_base->op_actions[TGSI_OPCODE_COS].emit = build_tgsi_intrinsic_nomem;
783 bld_base->op_actions[TGSI_OPCODE_COS].intr_name = "llvm.cos.f32";
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c757 TGSI_OPCODE_COS, emit_data->args[0]);
1321 bld_base->op_actions[TGSI_OPCODE_COS].fetch_args = scalar_unary_fetch_args;
1490 /* TGSI_OPCODE_COS (CPU Only) */
2557 bld_base->op_actions[TGSI_OPCODE_COS].emit = cos_emit_cpu;
H A Dlp_bld_tgsi_aos.c656 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c82 [ TGSI_OPCODE_COS ] = { false, false, 0, 1, 1 },
H A Di915_fpc_translate.c533 case TGSI_OPCODE_COS:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c435 return TGSI_OPCODE_COS;
H A Dst_glsl_to_tgsi.cpp1638 emit_scalar(ir, TGSI_OPCODE_COS, result_dst, op[0]);
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1550 [TGSI_OPCODE_COS] = nir_op_fcos,
1740 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1466 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS
1498 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c576 case TGSI_OPCODE_COS:
H A Dnvfx_fragprog.c557 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp272 case TGSI_OPCODE_COS:
3097 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c2931 case TGSI_OPCODE_COS:
H A Dsvga_tgsi_vgpu10.c4490 * Emit code for TGSI_OPCODE_SIN and TGSI_OPCODE_COS instructions.
5727 case TGSI_OPCODE_COS:
/external/mesa3d/src/gallium/drivers/r600/
H A 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},

Completed in 178 milliseconds