Searched refs:TGSI_OPCODE_COS (Results 1 – 24 of 24) sorted by relevance
/external/virglrenderer/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, REPL, "COS", TGSI_OPCODE_COS },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 192 case TGSI_OPCODE_COS: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5136 case TGSI_OPCODE_COS: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 367 #define TGSI_OPCODE_COS 36 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 378 #define TGSI_OPCODE_COS 36 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 60 case TGSI_OPCODE_COS: return RC_OPCODE_COS; in translate_opcode()
|
/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 | 724 bld_base->op_actions[TGSI_OPCODE_COS].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu() 725 bld_base->op_actions[TGSI_OPCODE_COS].intr_name = "llvm.cos.f32"; in si_shader_context_init_alu()
|
/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 | 517 case TGSI_OPCODE_COS: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 450 return TGSI_OPCODE_COS; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1448 emit_scalar(ir, TGSI_OPCODE_COS, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1499 [TGSI_OPCODE_COS] = nir_op_fcos, 1679 case TGSI_OPCODE_COS: in ttn_emit_instruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 593 case TGSI_OPCODE_COS: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1177 bld_base->op_actions[TGSI_OPCODE_COS].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions() 2412 bld_base->op_actions[TGSI_OPCODE_COS].emit = cos_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.c | 1486 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS in trans_trig() 1515 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS in trans_trig()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 577 case TGSI_OPCODE_COS: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 558 case TGSI_OPCODE_COS: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 288 case TGSI_OPCODE_COS: in srcMask() 3313 case TGSI_OPCODE_COS: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2814 case TGSI_OPCODE_COS: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 5522 case TGSI_OPCODE_COS: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10286 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig}, 10484 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig}, 10706 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3423 case TGSI_OPCODE_COS: in iter_instruction()
|