Searched refs:TGSI_OPCODE_SIN (Results 1 – 23 of 23) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 203 case TGSI_OPCODE_SIN: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 88 { 1, 1, 0, 0, 0, 0, REPL, "SIN", TGSI_OPCODE_SIN },
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 191 case TGSI_OPCODE_SIN: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5401 case TGSI_OPCODE_SIN: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 399 TGSI_OPCODE_SIN = 48, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 383 #define TGSI_OPCODE_SIN 48 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 70 case TGSI_OPCODE_SIN: return RC_OPCODE_SIN; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 111 [ TGSI_OPCODE_SIN ] = { false, false, 0, 1, 1 },
|
D | i915_fpc_translate.c | 822 case TGSI_OPCODE_SIN: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 504 return TGSI_OPCODE_SIN; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 1520 emit_scalar(ir, TGSI_OPCODE_SIN, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 640 case TGSI_OPCODE_SIN: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1184 bld_base->op_actions[TGSI_OPCODE_SIN].fetch_args = scalar_unary_fetch_args; in lp_set_default_actions() 2578 bld_base->op_actions[TGSI_OPCODE_SIN].emit = sin_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1828 [TGSI_OPCODE_SIN] = nir_op_fsin, 2024 case TGSI_OPCODE_SIN: in ttn_emit_instruction()
|
D | nir_to_tgsi.c | 800 ntt_emit_scalar(c, TGSI_OPCODE_SIN, dst, src[0], src[1]); in ntt_emit_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 658 case TGSI_OPCODE_SIN: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 701 case TGSI_OPCODE_SIN: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 287 case TGSI_OPCODE_SIN: in srcMask() 3231 case TGSI_OPCODE_SIN: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 1615 if (inst->Instruction.Opcode == TGSI_OPCODE_SIN) { in trans_trig()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2817 case TGSI_OPCODE_SIN: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 7335 if(inst->Instruction.Opcode == TGSI_OPCODE_SIN) in emit_sincos() 9372 case TGSI_OPCODE_SIN: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11721 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig}, 11919 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, tgsi_trig}, 12145 [TGSI_OPCODE_SIN] = { ALU_OP1_SIN, cayman_trig},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 4933 case TGSI_OPCODE_SIN: in iter_instruction()
|