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

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c131 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h379 TGSI_OPCODE_COS = 36, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c60 case TGSI_OPCODE_COS: return RC_OPCODE_COS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c192 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h381 TGSI_OPCODE_COS = 36, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c62 case TGSI_OPCODE_COS: return RC_OPCODE_COS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c692 bld_base->op_actions[TGSI_OPCODE_COS].emit = build_tgsi_intrinsic_nomem;
693 bld_base->op_actions[TGSI_OPCODE_COS].intr_name = "llvm.cos.f32";
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c593 case TGSI_OPCODE_COS:
H A Dlp_bld_tgsi_action.c1177 bld_base->op_actions[TGSI_OPCODE_COS].fetch_args = scalar_unary_fetch_args;
1345 /* TGSI_OPCODE_COS (CPU Only) */
2412 bld_base->op_actions[TGSI_OPCODE_COS].emit = cos_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c450 return TGSI_OPCODE_COS;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c82 [ TGSI_OPCODE_COS ] = { false, false, 0, 1, 1 },
H A Di915_fpc_translate.c517 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c87 [TGSI_OPCODE_COS] = {false, false, 0, 1, 1},
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c593 case TGSI_OPCODE_COS:
H A Dlp_bld_tgsi_action.c1177 bld_base->op_actions[TGSI_OPCODE_COS].fetch_args = scalar_unary_fetch_args;
1345 /* TGSI_OPCODE_COS (CPU Only) */
2540 bld_base->op_actions[TGSI_OPCODE_COS].emit = cos_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1549 [TGSI_OPCODE_COS] = nir_op_fcos,
1729 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c1483 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS
1512 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c1527 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS
1556 .opcode = inst->Instruction.Opcode == TGSI_OPCODE_COS
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1815 [TGSI_OPCODE_COS] = nir_op_fcos,
2019 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c577 case TGSI_OPCODE_COS:
H A Dnvfx_fragprog.c558 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c578 case TGSI_OPCODE_COS:
H A Dnvfx_fragprog.c558 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp288 case TGSI_OPCODE_COS:
3266 case TGSI_OPCODE_COS:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp286 case TGSI_OPCODE_COS:
3289 case TGSI_OPCODE_COS:

Completed in 50 milliseconds

12