Searched refs:TGSI_OPCODE_COS (Results 1 – 23 of 23) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 203 case TGSI_OPCODE_COS: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 76 { 1, 1, 0, 0, 0, 0, 0, REPL, "COS", TGSI_OPCODE_COS },
|
D | tgsi_lowering.c | 354 new_inst.Instruction.Opcode = TGSI_OPCODE_COS; in transform_scs()
|
D | tgsi_exec.c | 5269 case TGSI_OPCODE_COS: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 367 #define TGSI_OPCODE_COS 36 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 64 case TGSI_OPCODE_COS: return RC_OPCODE_COS; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 61 [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/ |
D | fd2_compiler.c | 932 case TGSI_OPCODE_COS: in translate_trig() 1083 case TGSI_OPCODE_COS: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 782 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/ |
D | st_mesa_to_tgsi.c | 435 return TGSI_OPCODE_COS; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1638 emit_scalar(ir, TGSI_OPCODE_COS, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 82 [ TGSI_OPCODE_COS ] = { false, false, 0, 1, 1 },
|
D | i915_fpc_translate.c | 533 case TGSI_OPCODE_COS: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 757 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()
|
D | lp_bld_tgsi_aos.c | 656 case TGSI_OPCODE_COS: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1550 [TGSI_OPCODE_COS] = nir_op_fcos, 1740 case TGSI_OPCODE_COS: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1466 .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/ |
D | nvfx_vertprog.c | 576 case TGSI_OPCODE_COS: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 557 case TGSI_OPCODE_COS: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 272 case TGSI_OPCODE_COS: in srcMask() 3097 case TGSI_OPCODE_COS: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2931 case TGSI_OPCODE_COS: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 5727 case TGSI_OPCODE_COS: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 9097 [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},
|