Searched refs:TGSI_OPCODE_COS (Results 1 – 23 of 23) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 202 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 | 5349 case TGSI_OPCODE_COS: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 387 TGSI_OPCODE_COS = 36, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 371 #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/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 | 462 return TGSI_OPCODE_COS; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1523 emit_scalar(ir, TGSI_OPCODE_COS, result_dst, op[0]); in visit_expression()
|
/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() 2540 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_tgsi.c | 1527 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS in trans_trig() 1556 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS in trans_trig()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1818 [TGSI_OPCODE_COS] = nir_op_fcos, 2020 case TGSI_OPCODE_COS: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 804 ntt_emit_scalar(c, TGSI_OPCODE_COS, dst, src[0], src[1]); in ntt_emit_alu()
|
/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 | 286 case TGSI_OPCODE_COS: in srcMask() 3230 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 | 9334 case TGSI_OPCODE_COS: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11709 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig}, 11907 [TGSI_OPCODE_COS] = { ALU_OP1_COS, tgsi_trig}, 12133 [TGSI_OPCODE_COS] = { ALU_OP1_COS, cayman_trig},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4930 case TGSI_OPCODE_COS: in iter_instruction()
|